Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/polygon-slicing' into feature/pd…
Browse files Browse the repository at this point in the history
…f-cloud-function
  • Loading branch information
N-Clerkx committed Dec 15, 2023
2 parents f46d57d + a9ccc72 commit 2f2fc95
Show file tree
Hide file tree
Showing 25 changed files with 8,238 additions and 798 deletions.
75 changes: 0 additions & 75 deletions App/Readme.md

This file was deleted.

5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ The repository is structured as follows:
## Way of working

When adding a dataset, please make sure to open a branch and follow the entire data workflow as described in `STAC/docs`.

Check whether your changes to the STAC are OK by running `python -m pytest` in the root folder of this branch in the (Miniforge) prompt.
Note, make sure you activated the correct environment ("globalcoastalatlas" in this case). You can also do this in VS Code 'testing' by adding the branch.
Only when all components are correctly ingested and visualized, open a pull request to main in order to update the platform.

# local development guide Horizon VM
Expand All @@ -30,4 +33,4 @@ Only when all components are correctly ingested and visualized, open a pull requ
- NUXT_STAC_ROOT
- make sure you are in the `app` folder: `cd app`
- Install required dependencies: `npm install`
- Start the development server: `npm run dev`
- Start the development server: `npm run dev`
4 changes: 2 additions & 2 deletions STAC/data/current/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
},
{
"rel": "child",
"href": "./esl_gwl/collection.json",
"href": "./sub_threat/collection.json",
"type": "application/json",
"title": "ESL by GWL"
"title": "Land Subsidence Threat"
}
],
"assets": {
Expand Down
Loading

0 comments on commit 2f2fc95

Please sign in to comment.