CUAHIS-HIS
RSS

Navigation





Quick Search
»
Advanced Search »

PoweredBy

NWIS Match USGS Units to ODM Units

RSS
Modified on 2008/05/09 09:34 by kimschreuders Categorized as 3rd Party Data Sources
Received table from Dave Briar

  1. Loaded
  2. Created views
  3. Created a view to do a join as a match
  4. Created a translate table

insert into nwis_translate_usgs_parm_list_units
(odm_unitAbbreviation,usgs_parm_unt_tx)  
SELECT DISTINCT UnitAbbreviation, parm_unt_tx
FROM         v_usgsParamWithUnits
ORDER BY UnitAbbreviation, parm_unt_tx
go
update nwis_translate_usgs_parm_list_units
set matchby ='Join with units',
 matchDate = getdate()
where odm_unitAbbreviation is not null

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam.