https://github.com/dizzib/earthcalc
This app calculates how much a distant object is obscured by the earth's curvature.
https://github.com/dizzib/earthcalc
calculations earth horizon
Last synced: about 1 month ago
JSON representation
This app calculates how much a distant object is obscured by the earth's curvature.
- Host: GitHub
- URL: https://github.com/dizzib/earthcalc
- Owner: dizzib
- License: mit
- Created: 2014-09-12T11:18:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T09:23:14.000Z (almost 9 years ago)
- Last Synced: 2024-07-12T20:07:24.597Z (over 1 year ago)
- Topics: calculations, earth, horizon
- Language: LiveScript
- Homepage: http://dizzib.github.io/earth/curve-calc/index.html
- Size: 1.96 MB
- Stars: 84
- Watchers: 9
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-coding - Earthcalc · GitHub
README
[](https://travis-ci.org/dizzib/earthcalc)
# calculation method

# developer build and run
With [node.js] installed on the target box:
$ git clone --branch=dev https://github.com/dizzib/earthcalc.git
$ cd earthcalc
$ npm install # install project dependencies
$ npm start # build and start the task runner
earthcalc > b.all # build everything
You should now be able to point your browser at `_build/site/index.html`
## license
[MIT](./LICENSE)
[LiveScript]: http://livescript.net/#installation
[node.js]: http://nodejs.org
[repo]: https://github.com/dizzib/earthcalc