asascience-open / restful-grids

Exploring modern RESTful services for gridded data
https://asascience.github.io/restful-grids/
MIT License
10 stars 3 forks source link

OpenDAP router #22

Closed abkfenris closed 2 years ago

abkfenris commented 2 years ago

An initial pass at creating an OpenDAP router. It's not happy with datetime dimensions yet.

Works on #20

mpiannucci commented 2 years ago

Well this is awesome

abkfenris commented 2 years ago

And by using the encoded dtype rather than the interperted one, it seems to work, or at least give xarray enough to load a ds...haven't tried slicing around yet.

abkfenris commented 2 years ago

Time is not being encoded, but it's still, it's loading.

image
abkfenris commented 2 years ago

In the spirit of this repo being a playground, I'm gonna merge this and keep digging into the issues with other datasets.

mpiannucci commented 2 years ago

Yes!!! I think that's the right way to treat these PRs, open for posterity and visibility, but greedily merge to main