/Geocaching-Animation

Generation of animated videos about geocaching

Primary LanguageHTML

Geocaching Animation by GarenKreiz

Python program to generate images for animation videos showing the creation and evolution of geocaches in a given area. It can also display the visits of a geocacher (currently Found caches)

It was used to display the evolution of geocaching in France http://www.youtube.com/watch?v=dQEG5hvDyGs

Requirements

Inputs

  • GPX file or CSV export file containing the caches' information (see loadFromCSV method)
  • GPX files used for drawing the coastline or frontiers of the choosen area

Some reuses of the code or the idea

Notes

  • The version of the GPX parser used can't ingest large GPX files (30000 geocaches).
  • The CSV file can be generated by any program (GSAK, script, spreadsheet, ...) but the program is currently tuned to accept export files from GSAK (the list of the columns can be customized using the "View" menu of GSAK).