locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.32k stars 360 forks source link

GeoTrellisPath.parse should preserve unrecognized uri parameters #3529

Closed pomadchin closed 7 months ago

pomadchin commented 7 months ago

This PR makes URI parsing more flexible to preserve unrecognized params in the path which is necessary for HBase and Accumulo.

Closes https://github.com/locationtech/geotrellis/issues/3528

cc @RunBoo