geosolutions-it / DATEX-Utilities

DATEX Utilities
https://datex2.eu/
1 stars 2 forks source link

Create HALE alignment project for the Situation use case #16

Closed nmco closed 5 years ago

nmco commented 6 years ago

The produced HALE alignment project should follow the GML schema build in #17 and be able to handle all the data available in the GeoJSON situations collection.

needs #17

nmco commented 6 years ago

Input resources:

MonogDB export should be treated as sensitive data. The MongoDB collection to use is geoJsonSituation.

HALE laigment should be saved in the XML, is we should not sue the binary format, since we want to put this under version control.

We want to test this with both WFS and WMS.

nmco commented 6 years ago

Document describing the project: https://docs.google.com/document/d/1t3BdyaQum0UfH_imG2-4tpLugnFzSlCv912CVXGOlHU/edit#

Existing documentation: https://docs.google.com/document/d/1s53qIQGPYek7p-k06jNirc--XcuQgpIL6Ufsd0ZeG3k/edit#

To import things in MongoDB you may want to use this: https://docs.mongodb.com/manual/reference/program/mongoimport/

General steps:

  1. setup local environment: install MongoDB, load client data and create HALE project
  2. start doing the mappings: a. update the documentation with a training like section (feel free to update the existing one), we don't need a full tutorial just some initial follow through b. do a few initial mappings and then at each iteration make sure to test everything with WMS and WFS, make sure to test GetFeature with filters, GetMap and GetFeatureInfo, etc ...
nmco commented 5 years ago

A lot of mappings are missing:

all the MognoDB schema needs to be mapped to the XML schema
and if one correspondence is missing the XML schema needs probably to be fixed \ extended