Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for other common spatial CRS #112

Closed
forman opened this issue Jun 23, 2019 · 1 comment
Closed

Allow for other common spatial CRS #112

forman opened this issue Jun 23, 2019 · 1 comment
Assignees
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"

Comments

@forman
Copy link
Member

forman commented Jun 23, 2019

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.

  • For any CRS that uses decimal degrees as coordinate units, the spatial dimensions and coordinate variables will continued to be named lon and lat.
  • For other CRSs, the spatial dimensions and coordinate variables will be named x and y.

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

@forman forman added enhancement New feature or request important This is very important for the project xcube serve This is related to server component, CLI "xcube serve" xcube gen This is related to data cube generation, CLI "xcube gen" labels Jun 23, 2019
@forman forman self-assigned this Jun 27, 2019
@forman forman changed the title Allow for other common spatial CRF Allow for other common spatial CRS Aug 12, 2019
@forman forman added the in progress The assignee is working on it label Nov 10, 2019
@forman forman mentioned this issue Feb 3, 2021
6 tasks
@AliceBalfanz
Copy link
Contributor

Alternative solution of On-the-fly reprojection by xcube serve implemented in https://github.com/dcs4cop/xcube/releases/tag/v0.11.0

@AliceBalfanz AliceBalfanz removed the in progress The assignee is working on it label Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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"
Projects
None yet
Development

No branches or pull requests

2 participants