Skip to content

Instantly share code, notes, and snippets.

View jenningsanderson's full-sized avatar
🌎

Jennings Anderson jenningsanderson

🌎
View GitHub Profile
@jenningsanderson
jenningsanderson / install.sh
Last active August 29, 2015 14:09
Install script for initial setup of the OpenSUSE machine for osm-history2
#!/bin/bash
#Ensure SSL verification on Git is disabled:
git config --global http.sslVerify false
echo "Building Protobuf 2.6.0"
ldconfig
cd /home/osmhistory/protobuf-2.6.0
./autogen.sh
./configure
@jenningsanderson
jenningsanderson / land_owner_extract.py
Last active August 29, 2015 14:09
A python script to identify corporate land owners
import sys, itertools, re
#Global Vars:
owner_field = 'Owner'
file_location = r'/Users/jenningsanderson/Desktop/Tax_Parcels2014.dbf'
limit = 10000000
pattern = r".*(LLC|BANK|GROUP|\sLP)+.*"
output_file = r'/Users/jenningsanderson/Desktop/companies.shp'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.