Skip to content

This viewer is created by Deltares in cooperation with Voorhoede under OpenEarth GPL License. The viewer can be used via several RWS websites, please visit https://www.informatiehuismarien.nl/, https://waterinfo-extra.rws.nl/ and https://basismonitoringwadden.waddenzee.nl/.

Notifications You must be signed in to change notification settings

openearth/rws-viewer

Repository files navigation

OpenEarth Viewer

The OpenEarth Viewer gives insight in a wide variety of marine data. It is configured to be loaded into a variety of different websites and cater specific layer data to each individual client.

Netlify Status

Getting started

git clone [email protected]:openearth/rws-viewer.git
cd rws-viewer
npm install --legacy-peer-deps
  • Copy .env.example to .env. And set all variables.

Local development

npm run dev

Migrations

This project uses DatoCMS migrations for managing the models and moving data around in the DatoCMS instances. It uses custom scripts to generate the migrations, and to apply them.

Create Migration (migrations:create)

File: scripts/dato/create.ts

This script creates a new migration file for DatoCMS.

  • Prompts the user for a migration name.
  • Uses the current DatoCMS instance specified in the environment variable DATO_INSTANCE_CURRENT.
  • Creates a new migration file using the DatoCMS CLI.

Usage:

npm run migrations:create

Apply Migrations To Staging (migrations:apply-staging)

File: scripts/dato/apply-staging.ts

This script applies migrations to the staging environment for all configured DatoCMS instances.

For each instance:

  1. Sets up a staging environment.
  2. Destroys the existing staging environment if it exists.
  3. Creates a fresh staging environment by forking from the main environment.
  4. Applies all migrations in the migrations directory to the staging environment.

Usage:

npm run migrations:apply

Apply Migrations to Main (migrations:apply-main)

🚧 Please do not use this script unless you know what you are doing. This will update the main environment for all configured DatoCMS instances and can cause data loss. Typically this will only be run from a GitHub action.

File: scripts/dato/apply-main.ts

This script applies migrations to the main environment for all configured DatoCMS instances.

For each instance:

  1. Destroys the existing staging environment if it exists.
  2. Creates a fresh staging environment by forking from the main environment.
  3. Applies all migrations in the migrations directory to the staging environment.
  4. Promotes the staging environment to main.
  5. Destroys the old main environment.
  6. Renames the staging environment to main.

Usage:

bash
npm run migrations:apply-main

This update adds a new section to the README.md file, documenting the apply-main script and its usage.

About

This viewer is created by Deltares in cooperation with Voorhoede under OpenEarth GPL License. The viewer can be used via several RWS websites, please visit https://www.informatiehuismarien.nl/, https://waterinfo-extra.rws.nl/ and https://basismonitoringwadden.waddenzee.nl/.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published