stac-utils / stac-server

A Node-based STAC API, AWS Serverless, OpenSearch
MIT License
68 stars 27 forks source link

set mapping for proj:transform #759

Closed philvarner closed 4 months ago

philvarner commented 4 months ago

Related Issue(s):

Proposed Changes:

  1. For the first item indexed in a new collection, if all values in the proj:transform array were integers, the values were typed as integers, which would then cause an error for subsequent items that had float values in the array.

PR Checklist: