Trent Hare
Trent Hare
https://github.com/OSGeo/gdal/blob/fb8f5154c891c026c2bcfa5a398f4a993e00cc4d/gdal/frmts/pds/pdsdataset.cpp#L769 I think the only update required is to change the line above: else if (EQUAL(value,"(BAND,LINE,SAMPLE)") ) { to: else if (EQUAL(value,"(BAND,SAMPLE,LINE)") ) { BIP is hardly used in archives...
Please find a prototype STAC Solar System (SSYS) Extension. https://github.com/thareUSGS/ssys SSYS covers data sets that represents an individual image, mosaic, or derived raster of a planetary body. Examples of SSYS...
Instead of hard-wiring EPSG:4326, perhaps it can still be the default, but allow for other off-Earth bodies (e.g. "IAU" codes). Recommendations: 1. https://github.com/stac-utils/stactools/blob/ec6585503746b96c9ef668a287401fbb5c76e080/src/stactools/core/utils/raster_footprint.py#L263 _to_ ``` def densify_reproject_simplify( polygon: Polygon, crs:...
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...
To fix the calculation for planetary codes in the latest version, this code can likely be updated **from:** ``` srs = get_ref(layer) srs.SetAxisMappingStrategy(osr.OAMS_TRADITIONAL_GIS_ORDER) target = osr.SpatialReference() target.ImportFromEPSG(4326) target.SetAxisMappingStrategy(osr.OAMS_TRADITIONAL_GIS_ORDER) ``` https://github.com/DOI-USGS/fort-pymdwizard/blob/225193692f9399b20d44905d7cf8e58441e428bd/pymdwizard/core/spatial_utils.py#L142C1-L143C32...
Using to original build system to create *.dll files needs to be transferred to a new method. This is in support for building ale and usgscsm DLLs for Windows (specifically...
**Describe the bug** It seems the created PDS4 label still contains some unresolved velocity(?) variables in the output temporary label. **To Reproduce** Steps to reproduce the behavior: 1. start PDSView...
https://github.com/USGS-Astrogeology/plio/blob/a55f6d73b238887d0df4e5b6fc829fd96a28f4be/plio/io/tests/test_io_gdal.py#L187 It would be good to add a test for testing map projections during file creation in Plio. In Pyhat we are running into issues writing map projections from CRISM...