stac-utils / pystac

Python library for working with any SpatioTemporal Asset Catalog (STAC)
https://pystac.readthedocs.io
Other
325 stars 115 forks source link

Add `file://` protocol to `self` links that currently don't have a protocol #1347

Open gadomski opened 4 weeks ago

gadomski commented 4 weeks ago

xref https://github.com/radiantearth/stac-spec/pull/1281, but it seems likely that at some point in the future self links will be required to have a protocol (i.e. absolute filesystem paths won't be enough). We should update to pystac to write file:// absolute paths to future-proof ourselves and help ecosystem adoption.