Skip to content

Instantly share code, notes, and snippets.

@dalekunce
dalekunce / taskdownloader.py
Last active December 16, 2015 18:27
hottm_downloader
#downloader for HOT TM project AOIs
import sys, csv, wget
csv_file = open(str(sys.argv[1]))
reader = csv.reader(csv_file)
#skip the header row
next(reader)
for row in reader:
@dalekunce
dalekunce / craftbreweries.geojson
Created September 12, 2015 20:06 — forked from anonymous/overpass.geojson
craftbreweries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dalekunce
dalekunce / microbrews.geojson
Last active September 12, 2015 20:05 — forked from anonymous/overpass.geojson
microbrews
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dalekunce
dalekunce / srtm-30.openterrain.org-coverage.geojson
Last active September 10, 2015 16:43
Map of coverage of DEMs in s3://srtm-30.openterrain.org/source/ Based on filenames
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dalekunce
dalekunce / task_1014.json
Created April 28, 2015 10:41
HOT_Task_1014
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dalekunce
dalekunce / mapillary_setup.md
Last active May 13, 2017 09:57
Mapillary Setup and Tools

#merge gpx files

gpsbabel -i gpx -f file1.gpx -f file2.gpx -o gpx -F merged.gpx

#attach GPX to photo get needed libs first

pip install gpxpy
brew install pyexiv2 exiftool
git clone https://github.com/mapillary/mapillary_tools.git
python geotag_from_gpx.py path/to/photos gpx_track.gpx timeoffset
@dalekunce
dalekunce / canaan.geojson
Created January 23, 2015 01:32
canaan haiti
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dalekunce
dalekunce / synology_nodejs_install.md
Created January 18, 2015 13:23
Install nodejs on synology box
@dalekunce
dalekunce / arc_offices.geojson
Last active August 29, 2015 14:12
American Red Cross International Offices
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.