Skip to content

Instantly share code, notes, and snippets.

View daveism's full-sized avatar

Dave Michelson daveism

  • UNC Asheville's National Environmental Modeling and Analysis Center (NEMAC)
  • Asheville North Carolina
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
var my_json = {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-82.566079849622,35.615477005983],[-82.565684039368,35.615857585174],[-82.565678496719,35.615853373255],[-82.565657989196,35.61587439199],[-82.56572068495,35.615919219353],[-82.565721325927,35.615933784498],[-82.565716552411,35.615947050033],[-82.565445819018,35.616207289227],[-82.565377847527,35.616204908074],[-82.565310975115,35.616268121055],[-82.565297025979,35.616275822739],[-82.565284604303,35.616277645667],[-82.565273645996,35.616272133234],[-82.565194384078,35.616216124693],[-82.565328127792,35.616089698852],[-82.565284038407,35.616061825413],[-82.56525567026,35.615985364311],[-82.565218715182,35.615957281535],[-82.565276860538,35.615898700096],[-82.565309799327,35.615916692196],[-82.565415997895,35.615935451807],[-82.565432562864,35.615946631861],[-82.565477272807,35.615907403028],[-82.565412857463,35.615864084482],[-82.565359485803,35.615909400466],[-82.565197460166,35.61579894
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
font-family: 'Montserrat', sans-serif;
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.
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Budget Differences</title>
rpm -Uvh http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm
yum install postgresql93 postgresql93-server postgresql93-contrib postgresql93-devel postgis2_93 postgis2_93-utils
#Configure PostgreSQL
chkconfig postgresql-9.3 on
service postgresql-9.3 initdb
service postgresql-9.3 start
# Create PostGIS template