ArtesiaWater / hydropandas

Module for loading observation data into custom DataFrames
https://hydropandas.readthedocs.io
MIT License
51 stars 10 forks source link

Get Hydropandas time series observations from rasters (xarray Datasets / DataArrays) #123

Open martinvonk opened 1 year ago

martinvonk commented 1 year ago

With nlmod we get more logic to import meteorological raster data e.g. https://github.com/ArtesiaWater/nlmod/pull/159. I would like to create time series from these raster datasets using HydroPandas. I want to be smart with selecting the pixel using nearest, von neumann and moore algorithms. I think we don't need nlmod as a dependency if we get everything from xarray Datasets / DataArrays.