Skip to content

Instantly share code, notes, and snippets.

View jachym's full-sized avatar

Jachym Cepicky jachym

View GitHub Profile
@jachym
jachym / ogc-json.rst
Last active July 21, 2016 19:52
To OGC and JSON topic

To OGC and JSON topic

Introduction

Note

This draft is elaborated based on the talk between Jachym Cepicky and George Percivall (CTO at OGC) at ISPRS congress, Prague 2016. Among other topics, we hit the JSON data format at OGCs position to it. This

@cspanring
cspanring / pip-install-gdal.md
Last active April 10, 2025 18:08
Installing GDAL in a Python virtual environment

Installing GDAL in a Python virtual environment

Get gdal development libraries:

$ sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
$ sudo apt-get update
$ sudo apt-get install libgdal-dev

Create and activate a virtual environment: