SpatialDigger / geojson-helper

Helper script to import GeoJson to Blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlaschain GeoJSON Helper

Helper script to save the GeoJSON into Blockchain in corresponding format.

What is GeoJSON

GeoJSON is a format for encoding a variety of geographic data structures. In 2015, the Internet Engineering Task Force (IETF), in conjunction with the original specification authors, formed a GeoJSON WG to standardize GeoJSON. RFC 7946 was published in August 2016 and is the new standard specification of the GeoJSON format, replacing the 2008 GeoJSON specification

Instructions to run

  1. Set the Accounts as environment variables.
  2. Fill in account details in set_accounts.sh
  3. Run . ./set_accounts.sh to load addresses as environment variables.
  4. Install node dependencies by runnung yarn install or npm install
  5. Run the script yarn start

About

Helper script to import GeoJson to Blockchain


Languages

Language:JavaScript 58.9%Language:Shell 41.1%