Allow for other common spatial CRS #112
Labels
enhancement
New feature or request
important
This is very important for the project
xcube gen
This is related to data cube generation, CLI "xcube gen"
xcube serve
This is related to server component, CLI "xcube serve"
Is your feature request related to a problem? Please describe.
xcube currently does only support spatial grids defined on the spatial CRS EPSG:4326 (Plate Carrée projection).
Many applications require common CRSs based on Transverse Mercator or Azimuthal Lambert projections usually because their cubes are regional and medium to high spatial resolution.
Describe the solution you'd like
The CRS should be encoded in the cube's global attributes following CF conventions. A special attribute
proj4_params
will contain a PROJ4-compatible parameter string.lon
andlat
.x
andy
.Describe alternatives you've considered
On-the-fly reprojection by
xcube serve
.Additional context
Urgently required by DCFS project where we need to support Level-1 and Level-2 EO data for multiple high-resolution sensors.
See also
The text was updated successfully, but these errors were encountered: