Skip to content

Instantly share code, notes, and snippets.

View jsanz's full-sized avatar
🗺️
Mapping

Jorge Sanz jsanz

🗺️
Mapping
View GitHub Profile
@jsanz
jsanz / README.md
Last active August 8, 2017 10:44 — forked from jorgeas80/app.css
Displayng a raster stored on CartoDB

This example is based on Jorge Arévalo example but using CartoDB.js entirely to interact with the Maps API.

To read
----------
The moon is a harsh mistress - Robert A. Heinlein
A canticle for Leibowitz - Walter M. Miller
Flowers for Algernon - Daniel Keyes
The Forever War - Joe Haldeman
God is Dead - Ron Currie Jr.
The world without us - Alan Weisman (not really sci fi, but interesting, anyways)
Animal Farm - George Orwell
@jsanz
jsanz / heapify.py
Created October 23, 2012 06:59 — forked from jul/heapify.py
Exact translation of an heap obfuscated algorithm (validating python syntax rules)
"""
A heap is a recipie to represent an array as a
binary tree.
A binary tree is a convenient structure for
manipulating ordered data
Said simply:
we implement a binary tree abstraction on top of an array.
this tree as the following properties:
any child value is smaller than its parent's value
left child is greater than right child.
@jsanz
jsanz / mapproxy.yaml
Created March 30, 2012 08:55 — forked from nachouve/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