Skip to content
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

CNIG validator - Add GeometryInDocumentValidator #327

Closed
7 tasks done
cboucheIGN opened this issue Aug 31, 2023 · 6 comments
Closed
7 tasks done

CNIG validator - Add GeometryInDocumentValidator #327

cboucheIGN opened this issue Aug 31, 2023 · 6 comments

Comments

@cboucheIGN
Copy link
Contributor

cboucheIGN commented Aug 31, 2023

TODO

  • Add new paramater DocumentEmprise
  • Add new validator GeometryInDocumentValidator
  • CRS system, geometry must be declared geometry expressed in 4326
  • Support GeoJSON
  • Support FeatureCollection. Perform the Union of geometries
  • Add a 10m tolerance
  • Add TableName filter
@cboucheIGN
Copy link
Contributor Author

Update title/workflow.

Previously was
"Compute union geometry for selected tables"

@cboucheIGN cboucheIGN changed the title CNIG validator - DocumentInfo compute union geometry for selected tables CNIG validator - Add GeometryInDocumentValidator Nov 6, 2023
@cboucheIGN
Copy link
Contributor Author

Geometry is tranform to sourceProjection on PreValidate lifecycle

@cboucheIGN
Copy link
Contributor Author

Add a tolerance of 10m by creating a 10m buffer.
Geometry source must be in meter unit.

@cboucheIGN
Copy link
Contributor Author

GeoJSON is postpone to future release

@cboucheIGN
Copy link
Contributor Author

GeoJSON support is now mandatory.

Add a feature when you can accept a FeatureCollection as a paramater. The validator will perform an union of those geometries.

@cboucheIGN
Copy link
Contributor Author

close

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

No branches or pull requests

1 participant