microsoft / microsoft/PlanetaryComputerDataCatalog
raster:bands invalid for 3dep-lidar-hag items
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
In the items for 3dep-lidar-hag, e.g. https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-lidar-hag/items/UT_StatewideSouth_2_2020-hag-2m-0-7 , have invalid raster:bands. They must be an array of Band Objects instead of directly a Band Object. Also, it is part of the properties instead of the asset, which is why it is not cought by validators...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked 3dep-lidar-hag item URL and inspect how raster:bands is represented in the item properties and assets. Confirm the metadata uses an array of Band Objects under the relevant asset, then run the available catalog validators to verify the item passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100