developmentseed / developmentseed/asdi-examples
COP DEM STAC Items don't work in ODC STAC
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Notebook example here: https://gist.github.com/alexgleith/0d705d526b596b7a00fbfa589b5d3fd0
Issue is storing the `proj:epsg` field as a float:
```
'proj:epsg': 4326.0,
```
The [spec](https://github.com/stac-extensions/projection) says it should be `int`
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the linked notebook example and locate where the COP DEM STAC item sets `proj:epsg`. Confirm how ODC STAC reads that field, change the stored value from a float to an integer, and rerun the notebook to verify the item works and matches the projection extension specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100