Skip to content

schnerring/seabats

Repository files navigation

Sensing Skies

Data Format

The application expects data in the form of GeoJSON Features. From the GeoJSON Specification (RFC 7946):

GeoJSON is a geospatial data interchange format based on JavaScript Object Notation (JSON). It defines several types of JSON objects and the manner in which they are combined to represent data about geographic features, their properties, and their spatial extents. GeoJSON uses a geographic coordinate reference system, World Geodetic System 1984, and units of decimal degrees.

To enrich the data displayed by the app, add additional properties the GeoJSON Features.

Setup

  1. Install the latest LTS version of Node
  2. Install the Vue CLI: npm install -g @vue/cli

Optional

  1. Install Visual Studio Code
  2. Install the recommended VS Code extensions (.vscode/extensions.json)
  3. Install extensions for Chrome:
    1. Vue.js devtools
    2. Redux DevTools

Run Locally

npm ci
npm run serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published