Skip to content

temp_geojson_creator.py

James P. Duffy edited this page May 25, 2018 · 3 revisions

About

This script takes raw GPS and temperature logs, matches them up and outputs a GeoJSON file ready for mapping.

Input

  • temp.log - the raw log from the temperature sensors
  • adv_gps.log - the raw GPS log (or a subset) from the GPS sensor

Output

  • temp_points.geojson - a GeoJSON layer with lat/lon positions and date/time/temperature information.