Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue in sentinel 2 metadata where 0 z coordinates are listed.
There are some produt metadata files that contain 0 z coordinate values in the product metadata that is used to construct STAC Item geometries. This causes the Item geometry to be invalid. This change modifies the parsing logic to filter out '0' string values in the coordinates to avoid this issue.
- Loading branch information