https://github.com/xta/tourism_by_sea_level
tourism X sea level
https://github.com/xta/tourism_by_sea_level
Last synced: 10 months ago
JSON representation
tourism X sea level
- Host: GitHub
- URL: https://github.com/xta/tourism_by_sea_level
- Owner: xta
- Created: 2014-07-19T23:45:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T05:33:59.000Z (over 11 years ago)
- Last Synced: 2025-01-17T08:45:15.300Z (over 1 year ago)
- Language: JavaScript
- Homepage: xta.github.io/tourism_by_sea_level
- Size: 2.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Tourism X Sea Level
## Development
// setup dependencies
npm install
// build assets for site (index.html)
gulp
#### Internal Build Tools
// create locations_raw.json using destinations.json
node assets/js/src/lib/destinations_importer.js
// create locations_geocoded.json with GPS coords
node assets/js/src/lib/geocoder.js
// create locations_with_elevation.json with elevation info
node assets/js/src/lib/elevation_importer.js
// create sorted_locations_with_elevation.json
node assets/js/src/lib/sorter.js
// write sorted_locations_with_elevation.json into root index.html
node assets/js/src/lib/writer.js