Commit 7c69937
add CRS Support for OGC API Feature pygeoapi Provider (geopython#1174)
* OGC API - Features Part 2 (groundwork+CRS-BBOX) from PR geopython#1155 - contributes to issue geopython#1128
* geopython#1128 provide conformance class for OAPIF Part 2 in /conformance page
* geopython#1128 bitten by flake8...
* geopython#1128 configurability CRS Feature Providers with syntax, defaults and tests
* geopython#1128 configurability CRS Feature Providers refine for default values
* geopython#1128 display supported CRSs in HTML Collection template
* geopython#1128 config, mmetadata and tests for storageCRS and storageCrsCoordinateEpoch
* geopython#1128 WIP for bbox-crs parameter support
* geopython#1128 utility function and tests for default/mandatory supprted CRS list
* geopython#1128 default supported CRS adaptation to OAPIF Part 2 standard
* geopython#1128 grr flake8 whitespace
* geopython#1128 start adding full API tests OGR for bbox-crs and crs parms
* geopython#1128 fix flake8
* geopython#1128 fix flake8 - install GDAL in workflow main for OGR tests
* geopython#1128 fix flake8 - install GDAL in workflow main for OGR tests - need pip package?
* geopython#1128 fix flake8 - install GDAL in workflow main for OGR tests - using libgdal-dev gdal-bin
* geopython#1128 fix SensorThings test for main.yml Workflow
* geopython#1128 fix SensorThings test for main.yml Workflow nr 2
* geopython#1128 make all OGR tests working again
* geopython#1128 make all OGR tests working again - flake8
* geopython#1128 make all OGR tests working again - GeoSolutions WFS bbox
* geopython#1128 geopython#1155 add documentation for OGC OAPIF Part 2 CRS CRS BBOX support
* geopython#1128 geopython#1155 refine documentation for OGC OAPIF Part 2 CRS CRS BBOX support
* geopython#1128 geopython#1155 refine documentation to align with geopython#1149
* geopython#1128 geopython#1155 rework from review OAS and pygeoapi config schema
* geopython#1128 geopython#1155 minor: compile Re for CRS URI only once as global var
* geopython#1128 merge in changes from PR geopython#1173 - fix missing import
* WIP Ogcapi features part 2 - Support for crs query parameter (geopython#1149)
* feat(ogcapi_features_crs): start implementing crs support from ogcapi features part2
* Pass input and output CRSs WKT instead of crs transformation object
* fix longs lines and blank lines
* fix typo
* fix import for type annotation not supported by python version
* fix variable visibility in local scope
* fix tabs/spaces indentations
* Add support for the crs parameter to OGRProvider
* make flake8 happy
* Make crs transformation mechanism more consistent between PostgreSQL and OGR providers
* test(util): add two test functions in util.py
New functions: test_get_crs_from_uri and test_get_transform_from_crs
* fix too long lines...
* Update get_crs_from_uri and corresponding test function
* fix(get_crs_from_uri): make the error more explicit in if wrong crs uri format
* flake8 again...
* Keep support for source_srs/target_srs in config for OGRProvider
* revert changes made to pygeoapi-config-0.x.yml, overlap with PR 1155
* test: add test data and update test config file
* Extract 'crs' and 'storage_crs' and provider level instead of collection level
* feat(crs): new decorator to support coordinates transformation of feature collections
* feat(crs): 'crs' query parameter for CSVProvider
* test(crs): add tests for 'crs' query parameter
* test: update number of collections in test_describe_collections
* test: update number of collections in test_filter_dict_by_key_value
* fix(crs_transform): change the crs transformation decorator
Change the logic of the decorator so that it works for both functions that
return FeatureCollections and for functions tha return single Features.
* test: add tests for get_collection_item end-point with 'crs' parameter
* fix(test_get_collection_item_crs): id as path parameter, not query parameter
* test: unpack coordinates to create point geometry
* feat(crs): add suuport for crs query parameter for all providers of type 'feature'
* docs(crs): add documentation to illustrate use of 'crs' query parameters
* docs(crs): more data access examples
* fix typo and add new line
* refactor: specify None as default value for crs_transform_out parameter in _sqlalchemy_to_feature method
* changes for PR 1149, test_api and style formatting
* CRS84 as default crs also for test_get_collection_items_crs
* test(crs): test coordinates transformation implementation of PostgreSQLProvider
* test(crs): move tests to test_postgresql_provider
* fix test function calls
* change test to ensure returned features are the same
* add json format to request object
* test(crs): test coordinates transformation implementation of OGRProvider
* refactor(crs): make more compact get_collection_item and get_collection_items
Define two new static methods in API class, to create crs_transform_wkt and
setting content-crs header. These methods can be re-used in both
get_collection_item and get_collection_items methods and removes code
duplication.
---------
Co-authored-by: Just van den Broecke <just@justobjects.nl>
* geopython#1178 fix flake8 error
* geopython#1178 use EPSG:28992 i.s.o. 32631 - fix unit test OGR Shapefile
* geopython#1174 use CRS-compliant Axis ordering for crs support
* geopython#1174 fix and honour CRS 4258disable native CRS Transform in OGR Provider - Axis ordering not honoured...
* geopython#1174 remove ADR tests rom test_util.py
* geopython#1174 enable native CRS transform again in OGR Provider
* geopython#1174 enable native CRS transform again in OGR Provider - fix config
* geopython#1174 remove support for source/target_srs in OGRProvider - enforce transforms always based on storageCRS
* geopython#1174 fix tests Postgresql Provider for Transforms
* geopython#1174 fix tests Postgresql Provider for Transforms
* geopython#1174 add tests for OGR Transformation and Axis Order
* geopython#1174 Suppress potential axis-swapping in OGR ExportToJSON
* geopython#1174 minor fix test - unassign spatialref before setgeom infeat
* geopython#1174 minor fix test - unassign spatialref before setgeom infeat - flake8
* geopython#1174 solve CI WFS test failures with GDAL HTTP config options
* geopython#1174 bbox and bbox-crs defs local in openapi.py for CITE validators
* geopython#1174 merge master - geopython#1152 geopython#1203 etc
* geopython#1174 small doc changes
* geopython#1174 move GeomObject typedef to beginning of util.py
* geopython#1174 added debug logging in transform Decorator func
---------
Co-authored-by: Mathieu Tachon <92298764+MTachon@users.noreply.github.com>1 parent d594653 commit 7c69937
File tree
40 files changed
+2516
-698
lines changed- .github/workflows
- aws-lambda/function
- docker
- docs/source
- data-publishing
- pygeoapi
- provider
- schemas/config
- templates/collections
- tests
- data
40 files changed
+2516
-698
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| |||
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| 111 | + | |
105 | 112 | | |
106 | 113 | | |
107 | 114 | | |
| |||
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
119 | 126 | | |
120 | 127 | | |
121 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
| 299 | + | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
315 | 321 | | |
316 | 322 | | |
317 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
261 | | - | |
262 | | - | |
| 265 | + | |
| 266 | + | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| |||
274 | 278 | | |
275 | 279 | | |
276 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
277 | 285 | | |
278 | 286 | | |
279 | 287 | | |
| |||
304 | 312 | | |
305 | 313 | | |
306 | 314 | | |
307 | | - | |
308 | | - | |
| 315 | + | |
| 316 | + | |
309 | 317 | | |
310 | 318 | | |
311 | 319 | | |
| |||
320 | 328 | | |
321 | 329 | | |
322 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
323 | 335 | | |
324 | 336 | | |
325 | 337 | | |
| |||
355 | 367 | | |
356 | 368 | | |
357 | 369 | | |
358 | | - | |
359 | | - | |
| 370 | + | |
| 371 | + | |
360 | 372 | | |
361 | 373 | | |
362 | 374 | | |
| |||
395 | 407 | | |
396 | 408 | | |
397 | 409 | | |
398 | | - | |
399 | | - | |
| 410 | + | |
| 411 | + | |
400 | 412 | | |
401 | 413 | | |
402 | 414 | | |
| |||
438 | 450 | | |
439 | 451 | | |
440 | 452 | | |
441 | | - | |
442 | | - | |
| 453 | + | |
| 454 | + | |
443 | 455 | | |
444 | 456 | | |
445 | 457 | | |
| |||
480 | 492 | | |
481 | 493 | | |
482 | 494 | | |
483 | | - | |
484 | | - | |
| 495 | + | |
| 496 | + | |
485 | 497 | | |
486 | 498 | | |
487 | 499 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
198 | 205 | | |
199 | 206 | | |
200 | 207 | | |
| |||
203 | 210 | | |
204 | 211 | | |
205 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
206 | 221 | | |
207 | 222 | | |
208 | 223 | | |
| |||
570 | 585 | | |
571 | 586 | | |
572 | 587 | | |
573 | | - | |
| 588 | + | |
574 | 589 | | |
575 | 590 | | |
576 | 591 | | |
577 | 592 | | |
578 | | - | |
| 593 | + | |
579 | 594 | | |
580 | 595 | | |
581 | 596 | | |
| |||
0 commit comments