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

Create dataconverter for DIPAS to geoserver #9

Open
ehundt opened this issue Feb 27, 2023 · 2 comments
Open

Create dataconverter for DIPAS to geoserver #9

ehundt opened this issue Feb 27, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ehundt
Copy link

ehundt commented Feb 27, 2023

The goal is to provide layers to be displayed in CoSi from contributions of users taking out of the DIPAS database.

The created layers in CoSi should be configurable by project ("Verfahren").

DIPAS provides a Rest endpoint that returns all user contributions, but not filtered by project/"Verfahren".

Please find out, how to configure the geoserver (or write code) so that a new layer is being created when a new project is created. The new geoserver layer should then provide all coming user contributions for that project. CoSi can then access the data from the geoserver in the preferred format per project instead of accessing the data from the Dipas Rest Api.

Currently Dipas stores the contribution data in the Drupal DB. This should stay the same. The idea is to use the Drupal DB as basis for the geoserver layer.

@BastianGuenther
Copy link

Skizzierung Roadmap

@BastianGuenther BastianGuenther added the enhancement New feature or request label Mar 16, 2023
@BastianGuenther
Copy link

BastianGuenther commented Mar 17, 2023

Gespeicherte Daten aus Drupal sollen dem Geoserver zur Verfügung gestellt werden.

Zur Abstimmung mit Daniel:

  • Sobald ein neues Verfahren erzeugt wird, trigger den Geoserver um einen neuen Layer für das Verfahren anzulegen
  • Welches Schema? / Kann die Tabelle aus dem Geoserver direkt geladen werden oder muss es eine neue Struktur für die Tabelle geben?

@BastianGuenther BastianGuenther self-assigned this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants