xarray-contrib / xdggs

Xarray extension for DGGS
Apache License 2.0
54 stars 9 forks source link

expose and test the `decode` function #48

Closed keewis closed 4 months ago

keewis commented 4 months ago

I might have merged #47 too quickly, that needs a bit more work. First, it should be exposed at the top-level as xdggs.decode. Second, it should replace existing indexes on the cell_ids variable (supporting non-pandas indexes is something we can ignore for now). And finally, we need some tests.