Skip to content

Python module for scraping NASA's eclipse site into usable CZML documents

License

Notifications You must be signed in to change notification settings

Frencil/eclipsescraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse Scraper

Python module for scraping NASA's eclipse site into usable CZML documents

Overview

This module is designed for scraping tabular data for the tracks of eclipse events from NASA's eclipse website (https://eclipse.gsfc.nasa.gov/) and converting such events into CZML documents for display with Cesium. This module is developed in tandem with EclipseTracks.org (source).

Eclipse Predictions by Fred Espenak, NASA's GSFC.

Dependencies

This module requires czml, the Python CZML reader/writer.

Testing

Run tests in the top-level directory like so:

python setup.py test

NOTE: EclipseScraper is built explicitly for python 3.3. It may or may not work for python 2.x.

Eclipse Scraper is continually tested with Travis CI.

Build Status Coverage Status

About

Python module for scraping NASA's eclipse site into usable CZML documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages