-
Notifications
You must be signed in to change notification settings - Fork 3
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
validator-core - add hability to validate GML files from PCRS #231
Milestone
Comments
mborne
added a commit
that referenced
this issue
Jul 5, 2021
…g XsdSchemaValidator and MutliTableModel concept (refs #231)
See
|
mborne
added a commit
that referenced
this issue
Jul 6, 2021
mborne
added a commit
that referenced
this issue
Jul 6, 2021
mborne
added a commit
that referenced
this issue
Jul 7, 2021
…dd an AutoFeatureType factory), FileConverter : disable legacy FixGML (refs #231)
(create dedicated milestone to avoid risks with GpU 4.2.bis) |
mborne
added a commit
that referenced
this issue
Jul 9, 2021
mborne
added a commit
that referenced
this issue
Jul 9, 2021
…to check and generate FeatureType according to data in order to allow geometric validation and post-process without providing table models (refs #231)
mborne
added a commit
that referenced
this issue
Jul 11, 2021
mborne
added a commit
that referenced
this issue
Jul 11, 2021
mborne
added a commit
that referenced
this issue
Jul 11, 2021
mborne
added a commit
that referenced
this issue
Jul 12, 2021
mborne
added a commit
that referenced
this issue
Jul 12, 2021
This was referenced Jul 12, 2021
mborne
added a commit
that referenced
this issue
Jul 13, 2021
…xplicit 'auto' tableModel to skip URL resolution (refs #231)
mborne
added a commit
that referenced
this issue
Jul 13, 2021
… in validation database assuming that tableModel.name are unique accross the DocumentModel, AutoFeatureType : add unique and required constraints for 'gml_id' (refs #231)
mborne
added a commit
that referenced
this issue
Jul 13, 2021
mborne
added a commit
that referenced
this issue
Jul 13, 2021
mborne
added a commit
that referenced
this issue
Aug 2, 2021
mborne
added a commit
that referenced
this issue
Aug 2, 2021
v4.2.0 should allow the first experimentations. The main problem to fix is related to "curve geometries" and it has a dedicated issue #232 as it may lead to a huge change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case
See github.com - cnigfr/PCRS where :
Proposal
type=multi_table
, with initial support for GML)xsdSchema: URL
onFileModel
(covers PCRS needs and allow improvements for other validators)XsdSchemaValidator
to validate conformance according to xsdSchemadocument-info.json
generationAttributeUniqueValidator
to supportMultiTableModel
AttributeReferenceValidator
to supportMultiTableModel
Main changes at code level
file.TableModel
is renamed tofile.SingleTableModel
file.MultiTableModel
is addedMultiTableModel
andSingleTableModel
shares aTableModel
interface providing theFeatureType
The text was updated successfully, but these errors were encountered: