Skip to content

Instantly share code, notes, and snippets.

@diegovalle
Created June 9, 2017 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegovalle/1c28ef852a44e9fb86b480f8ef37a9b9 to your computer and use it in GitHub Desktop.
Save diegovalle/1c28ef852a44e9fb86b480f8ef37a9b9 to your computer and use it in GitHub Desktop.
#!/bin/bash
#From http://dorganizacion.ieem.org.mx/SIGE/#
mkdir kml
for i in {1..45}
do
curl -Lo kml/seccion_$i.kml "https://www.google.com/fusiontables/exporttable?query=select+col27+from+1DDGrYAoLQ6dTDRz0sUDP3RLxIk8AfI45syz7kxrT+where+col12+%3D+$i&o=kml&g=col27&styleId=2&templateId=2"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment