easysnowdata.stations.archive.inventory#

easysnowdata.stations.archive.inventory(aoi: Any = None, *, networks: Any = None, daily_only: bool = False, active_only: bool = False, columns: Any = None, **kwargs: Any) GeoDataFrame[source]#

The published station inventory as a GeoDataFrame indexed by code.

Parameters:
  • aoi – Any form easysnowdata.aoi.parse_aoi() accepts; None keeps every station.

  • networks – Keep only these networks ("awdb", "cdec", "databc", "nve", "yukon").

  • daily_only – Keep only stations whose daily record the pipeline has actually verified (daily_or_better), which is what the archive holds CSVs for. Unlike the live route, this verdict is probe-based, not advertised.

  • active_only – Keep only stations the network reports as active.

  • columns – Columns to keep. None keeps the standard set; "all" keeps every property, including data_variables and possible_duplicates.

  • **kwargs – Passed to geopandas.read_file (rows=, where=, …).

Returns:

geopandas.GeoDataFrame – Stations in EPSG:4326 indexed by code.