/Mapboard-Platform

The infrastructure platform for geologic mapping

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Mapboard platform

This codebase provides a platform for running the Mapboard geologic map editing system. It orchestrates the core topological management tools with the Mapboard editing API (closed-source).

Running

The Mapboard CLI is the command-line tool that runs the system. It uses the macrostrat.app_frame module to create an app runnable by Docker Compose.

Environment configuration

  • MAPBOARD_API_ADDRESS: The address of the Macrostrat API, in case you want to override it for localhost development. Formatted as host:port If not defined, the API will be run within the docker compose stack of containers.