-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
There's currently a difference in how rustac-py versus stac-geoparquet write geo-metadata. Specifically, rustac-py writes out a bbox into geo metadata and does not set "crs":null, which can confuse downstream tools like GDAL
stac-geoparquet:
"proj:geometry": {
"encoding": "WKB",
"geometry_types": [],
"crs": null
}
rustac-py:
"proj:geometry": {
"encoding": "WKB",
"geometry_types": [
"Polygon"
],
"bbox": [
239993.99966284665,
4149993.9999659467,
780005.999984643,
4240006.000035326
]
}
gadomski
Metadata
Metadata
Assignees
Labels
No labels