tsgettoolbox.tsgettoolbox.nwis¶
- tsgettoolbox.tsgettoolbox.nwis(sites=None, stateCd=None, huc=None, bBox=None, countyCd=None, parameterCd=None, period=None, startDT=None, endDT=None, siteType=None, modifiedSince=None, agencyCd=None, siteStatus=None, altMin=None, altMax=None, drainAreaMin=None, drainAreaMax=None, aquiferCd=None, localAquiferCd=None, wellDepthMin=None, wellDepthMax=None, holeDepthMin=None, holeDepthMax=None, database='dv', statReportType=None, statType=None, missingData=None, statYearType=None)¶
US:station:::Use the
nwis_*
functions instead.This “nwis” function has been split up into individual functions for each source database. This allows for keywords and output to be tailored to each specific web service.
New Function
Database Name and Description
nwis_iv
Instantaneous Value sub-daily interval data starting in 2007
nwis_dv
Daily Values database
nwis_stat
daily/monthly/annual statistics
nwis_site
Site metadata
nwis_measurements
Field measurements
nwis_peak
Peak flow and stage
nwis_gwlevels
Ground water levels
This function/sub-command will continue to work, however you should change all scripts to use the split out functions.