An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/dizzib/earthcalc.svg?branch=master)](https://travis-ci.org/dizzib/earthcalc)

# calculation method

![calculation method](./calc-method.png)

# 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