tobiasthaden / seabats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 install
npm run serve

Icons

Powered by SVG Repo

About

License:MIT License


Languages

Language:Vue 78.5%Language:TypeScript 14.8%Language:JavaScript 2.5%Language:PowerShell 1.7%Language:HTML 1.3%Language:SCSS 1.1%