Skip to content

Instantly share code, notes, and snippets.

View postfalk's full-sized avatar

Falk Schuetzenmeister postfalk

  • The Nature Conservancy
  • San Francisco, CA
View GitHub Profile
Todo
Kubernetes
Lora
@postfalk
postfalk / README.md
Last active September 1, 2017 19:30
Minimum Django in one file
@postfalk
postfalk / README.md
Last active July 25, 2017 19:02
Rivers Python Examples

Python examples for the Unimpaired Flows API

All Python example are written for Python 2.7.

  1. Install git from https://git-scm.com/ or copy code from below in your own project.
git clone https://gist.github.com/2830343c4cfea112fed10282d2fc6962.git pythonExamples
cd pythonExamples
@postfalk
postfalk / README.md
Last active August 22, 2017 22:35
Rivers R example

R examples for the Unimpaired flow API

Getting started

  1. Install R from https://cran.r-project.org/

  2. Install git from https://git-scm.com/ or copy code from below in your own project.

git clone https://gist.github.com/124f49a421ad5197b5ba6a9f45c8bc18.git rExample
@postfalk
postfalk / README.md
Last active March 9, 2017 17:42
ESRI dev 2017

ESRI dev summit notes, 2017

New things to explore

Offline map packages

Clustering

Dashboard

AWS IOT as a gateway to a lot of AWS services such as RedShift, Delta, DynamoDB, etc.

  • AWS IoT Device SDK (objects) = special device SDK, device Gateways (C, JS, Java, Python, Android, and iOS)

  • MQTT, HTTP, WebSockets

  • AWS Auth + HTTPS or MQTT + Mutual Auth TLS, Websockets: wss:// ... (standard protocol)

  • Rules Engines ==> messenges: SQL type SELECT * FROM 'things/thing-2/color' WHERE color = 'red' => feeds into AWS services

  • Device Shadow ==> stores last messured values, REST API, Intermitted Connections, Persistent Device State (JSON) ==> Applications (Device shadows don't need to have an actual device)

@postfalk
postfalk / README.md
Last active March 23, 2016 16:52
Links for GeoDesign Day

Github and Git

  • Github and Git are different

What is Git?

  • Git is a distributed Version Control System (VCS), monitoring your versions and changes locally and sync'ing it up with remote repositories

What is GitHub?

.ipynb_checkpoints
@postfalk
postfalk / notes.md
Last active March 11, 2016 18:20
ESRI dev 2016 notes

ESRI dev summit 2016 notes

Getting Started with the REST API and NodeJS, 3/8/2016

  • Node supports ES2015

npm install arcgis-node

  • Use Postman to check API's (free)