Get the pipeline running in a basic form #15
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This must be deployed to production at the same time as DigitalCommons/land-explorer-back-end#60 to ensure API compatibility
These changes get the INSPIRE pipeline running a basic form. These initial steps of the pipeline work fine (although time will tell how reliable they are):
The end result is that the new ownership data is visible to all LX users, and the pending polygons can be viewed by LX super users.
The following stages of the pipeline are very unreliable so shouldn't be run, since they will almost definitely crash the Node app:
In order to skip these steps, add the
stopBeforeTask=analyseInspire
query param when running the pipeline using the/run-pipeline
API