Skip to content

Instantly share code, notes, and snippets.

View prebm's full-sized avatar

Benjamin Preisig prebm

  • Klagenfurt, Austria
View GitHub Profile
@kelvinn
kelvinn / InstallPythonGDAL.md
Last active July 28, 2024 14:08
Installing GDAL (Python 3.6) on Mac OS X

How-To: Install GDAL Python Bindings

I've found two ways to install the GDAL Python bindings on Mac.

Via GDAL Framework / QGIS

First, you can install the GDAL Framework via QGIS (or get it directly), and then do...

@dmcd
dmcd / Map.vue
Created May 18, 2018 03:51
Openlayers plugin example for Nuxt.js
<script>
import Vue from 'vue'
const ol = Vue.ol
const methods = {
createMap () {
map = new ol.Map({
target: 'map',
interactions: interactions,
loadTilesWhileInteracting: true,