Skip to content

reprojection issues #690

Description

@lazarusA

Using the first entry from the icechunk catalog

Image

and then applying the following re-projection (the original projection, in which is encoded in the spatial_ref variable as a crs_wkt string). Proj should read this by default and use it instead of typing the following.

+proj=lcc +lat_1=38.5 +lat_2=38.5 +lat_0=38.5 +lon_0=-97.5 +x_0=0 +y_0=0 +R=6371229 +units=m +no_defs

to

+proj=longlat +R=6371229 +no_defs

outputs: (which is flipped and showing elements outside the bounding box).

Image

Also, there is no support for point-clouds and the sphere type.

A have a local branch that makes all these work. Will push / PR after some cleanup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions