Shane Mill
Shane Mill
I am running into this issue as well and tried to use step, time, and valid_time
Hello, I have a quick question regarding this topic. I notice that cfgrib has the following ability: cfgrib also provides a function that automate the selection of appropriate filter_by_keys and...
@tomkralidis I think this looks very good and am supportive option 2. I should hopefully be able to contribute soon to the area and trajectory query. I will need to...
@tomkralidis That looks like a really good clean approach
I took some time to add some code for an initial prototype of this in pygeoapi. https://github.com/ShaneMill1/pygeoapi/blob/nws-edr-api-integration/pygeoapi/provider/xarray_edr.py A few notes: - The approach already in the xarray_edr.py is to direct...
NetCDF is relatively straightforward once you have the data in an xarray dataset object. You can output to netcdf using the to_netcdf function: http://xarray.pydata.org/en/stable/generated/xarray.Dataset.to_netcdf.html Specifically with GRIB data, your netcdf...
If anyone is coming across this issue, I solved it by building the jar from source via maven instead of using the jar referenced on the release page. Once I...
I am interested in more OGC API - Tiles providers as well. We have data we disseminate via the OGC API - EDR in the form of Zarr. I am...