JuliaDataCubes / EarthDataLab.jl

Julia interface for Reading from the Earth System Datacube
http://earthsystemdatacube.net
Other
33 stars 14 forks source link

RFC: Add wrap keyword to cubefromshape #237

Closed felixcremer closed 1 year ago

felixcremer commented 3 years ago

This adds a wrap keyword to the cubefromshape function, with which we could load shapefiles when our data is not in the EPSG 4326 (Lat/Lon) projection. This replaces #207.

meggart commented 3 years ago

What is the status of this PR? Now that github CI is fixed on master, would you mind to rebase so that the tests are run and we can merge this?

felixcremer commented 3 years ago

The only thing blocking this is a way to handle the testfiles. I had a look into TestImages.jl today and this seems to be a viable approach. I am going to set up a testdata repository next week, and then I can rebase this.