Skip to content

Instantly share code, notes, and snippets.

View nachouve's full-sized avatar

Nacho Varela nachouve

  • GeoFreelance
  • Galicia, Spain
View GitHub Profile
@nachouve
nachouve / mapproxy.yaml
Created March 29, 2012 09:20 — forked from jsanz/mapproxy.yaml
Simple proxying of the Spanish PNOA service to get a WMS from their TMS
services:
demo:
kml:
tms:
wmts:
wms:
srs: ['EPSG:900913', 'EPSG:4258']
image_formats: ['image/jpeg', 'image/png']
md:
title: PNOA MapProxy
@nachouve
nachouve / fabfile.py
Last active December 18, 2015 00:29 — forked from rburhum/fabfile.py
Fabric script to compile GDAL with ESRI FileGDB and python support.
"""
Compile GDAL with ESRI FileGDB and python support.
Requirements: python-dev
"""
from fabric.api import *
from fabric.contrib.console import confirm
import tempfile
import re