DOI-USGS / ncdfgeom

NetCDF-CF Geometry and Timeseries Tools for R: https://code.usgs.gov/water/ncdfgeom
https://doi-usgs.github.io/ncdfgeom/
15 stars 7 forks source link

Interface with stars #65

Closed edzer closed 5 years ago

edzer commented 5 years ago

It would be good to interface this package with stars, as it has wider support for raster data cubes and their integration with vector data cubes done here, and links to the GDAL world.

dblodgett-usgs commented 5 years ago

I'm planning on digging into this starting in early August among a couple other coding projects.

Related... see https://github.com/OSGeo/gdal/issues/1287 -- wchen329 is working for me to add a NetCDF-Geom implementation to OGR. That means it would be available to sf too right?

From my perspective, the thing from ncdfgeom that is most useful is the timeseries reading/writing functionality, right?