Skip to content

Instantly share code, notes, and snippets.

View MateoV's full-sized avatar

Matt Greene MateoV

  • West Bloomfield, MI
View GitHub Profile
import json
import mercantile
output = {}
output['type'] = 'FeatureCollection'
output['features'] = []
with open('testlist', 'r') as f:
for line in f:
x = int(line.split('-')[1])