MBKEngineers / collect

MBK Python scripts for scraping water data from the web
MIT License
3 stars 1 forks source link

Add sensors table to CDEC station metadata function #31

Closed narlesky closed 3 years ago

narlesky commented 3 years ago

Add logic to extract available sensors, intervals, periods of record from CDEC station metadata page

test with

from pprint import pprint
from collect.dwr import cdec

pprint(cdec.get_station_metadata('FOL')
pprint(cdec.get_station_metadata('RVS')

Needed for #30