JuliaDataCubes / JuliaDataCubes/EarthDataLab.jl
Include the CRS into the cube metadata
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 34
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I built a datacube with data in UTM29N using the change to esdl_core described in
https://github.com/esa-esdl/esdl-core/pull/79
The datacube in julia is agnostic to the coordinate reference system (CRS) the data is in and everything works, but we should save the crs for the usage in the exportcube function and maybe also to check for the cubefromshape to have the same crs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the exportcube and cubefromshape entry points, and review how datacube metadata currently represents the coordinate reference system described in the linked esdl_core change. Done means the CRS is saved for exportcube use and cubefromshape can check that the CRS matches.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100