-
Notifications
You must be signed in to change notification settings - Fork 49
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
Enable a couple planetary raster formats #70
Comments
Hi @thareUSGS, I'm so glad you love the project and the idea. I have enabled the PDS driver by releasing a new version. Could you please check for any issues?
|
@bugra9 Amazing - thanks for the update. Glad the original PDS4 driver issue was already addressed by Even! Easy update:
Harder (I imagine could be tricky).
Export to PDS4 works great (two files generated and downloadable). I actually checked a Shapefile and that does work with many files, so maybe there is hope to read PDS4... thanks again! |
Loving this idea to help users by simply supporting a browser-based GDAL tool.
I support planetary formats for NASA/ESA/... within GDAL and notice there are some limits to the allowable formats in the current tool. I will say while these are bespoke formats, but I would love to have them available for read and write.
As a start, I would love to understand if (1) "ISIS3" and (2) "PDS4" could be supported?
For reading ISIS3 cubes (-of ISIS3), I think support would be to allow for *.cub to be added into the interface. For writing, ISIS3 cubes are usually a single self-contained image with the output extension ".cub". As a simple "raw" format it should be built with GDAL by default. There are some odd format options, but those could mostly be ignored if not somehow already parsed.
The Planetary Data System v4 (PDS4) format could be harder. It is a detached header (XML-based) which can point to almost any file. Think of it like a "vrt". It can point to a "raw" binary, into an ISIS3 cubes, or GeoTiff for some examples. Thus reading would need have at least two files loaded into the interface (and the actual conversion would read the *.xml file).
I understand if this is outside the scope for this project. This, if so, feel free to close this issue. But even having an idea if this was feasible, would let us know if this might be a viable future tool for us to support or host ourselves. Thanks again for staging this project.
The text was updated successfully, but these errors were encountered: