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

Subsidence etienne #10

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading