Using the first entry from the icechunk catalog
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).
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.
Using the first entry from the icechunk catalog
and then applying the following re-projection (the original projection, in which is encoded in the
spatial_refvariable as acrs_wktstring). Proj should read this by default and use it instead of typing the following.to
outputs: (which is flipped and showing elements outside the bounding box).
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.