forked from geopython/pygeoapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Filtering Geospatial Data #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* - 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
This was referenced Nov 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.