Frencil / eclipsetracks

EclipseTracks.org - Interactive solar eclipse track modeling with Cesium
Apache License 2.0
29 stars 7 forks source link

Build a NASA eclipse data parser #1

Closed Frencil closed 9 years ago

Frencil commented 9 years ago

Here is the eclipse track data from NASA. This is an HTML page with double-space-delimited data that's tabular but with some noise. It's highly procedural to turn this into a working CZML document, so it would be reasonable to build a parser for such pages.

Parsers for third party websites are time bombs that are gauranteed to break before bit rot sets in. There's currently an inquiry out to Fred Espenak, webmaster of the site, to see if more easily parsable files or streams of the same data are available.

Frencil commented 9 years ago

Potential toolchain: csvkit + jq

Frencil commented 9 years ago

Resolved with eclipsescraper