Skip to content

Conversation

@kieranbartels
Copy link
Member

Solution for USGS issue #65. Position query was attempting to pull timeseries data for non geospatial parameters (like crs and lat_bounds), causing the UI to bug.

  • filters out any non-geospatial data fields (i.e. crs, lat_bounds)
  • fixes the UI position query issue caused by attempting to query timeseries data on the crs field

mentaljam and others added 19 commits September 15, 2025 21:44
* - Make test_tilematrixsets search for tms in either position of the array

* - fixed flake8 error

---------

Co-authored-by: doublebyte1 <[email protected]>
* docs: rename publishing section

* fix ref
* add search controls for records-based items HTML
* update MapScript map provider output formats

* fix syntax in docs
Added links to STAC API conformance classes in documentation.
* fix EDR error handling

* test commit

* use is None and remove detail from error

* change wording

* make it on one linegs

* remove typing

* remove import
* use ogcapi leaflet plugin, instead of wms

* Refactor map link rendering in collection.html

---------

Co-authored-by: Tom Kralidis <[email protected]>
* Fix API types

* Fix more signatures
* Normalize CRS handling

* Normalize storage_crs

* Update crs.py

* Cleanup

* Use CrsTransformSpec for all CRS conversion

* Create `get_transform_from_spec`

* Add additional tests

* Reduce diff

* Revert transform_bbox changes

* Update documentation

* Update CRS docs

* Update plugins.rst

* Fix comment spacing in configuration docs

* Incorporate PR review feedback

* Small change to verbiage
- filters out any non-geospatial data fields (i.e. crs, lat_bounds)
- fixes the UI position query issue caused by attempting to query timeseries data on the crs field
- still need to test compatibility with the builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants