Skip to content

Instantly share code, notes, and snippets.

@geoatlantic
geoatlantic / Readme.md
Last active March 10, 2020 17:25
USGS - Daily Earthquake Track

This is a test map for visualizing USGA's Daily Earthquake Track from USGS's API. OR, NASA's Global Landslide Catalog from NASA's Data Portal. Data is connected directly to the NASA API. NASA Source: https://data.nasa.gov/dataset/Global-Landslide-Catalog-Export/dd9e-wu2v

Note: This code also includes necessary API link to map up-to-date earthquake map. Please see the comment section for the instruction.

@geoatlantic
geoatlantic / Readme.md
Last active July 12, 2016 19:56
FCC CGB - Consumer Complaints
@geoatlantic
geoatlantic / Readme.md
Last active June 7, 2016 15:31
FCC CGB - Complaints
@geoatlantic
geoatlantic / README.md
Last active December 24, 2015 17:29
Final Project - DC Crime Analysis 2012

DC crime analysis between the year 2012 to 2014 using OpenDC API.

Data Source: OpenDC (http://opendata.dc.gov/datasets/3f5263d0534a42bd84d245102c8578a9_8)

Data Used: 1. DC High School Attendance (polygon) - This dataset shows D.C. public middle school attendance areas, and added to the DC Geographic Information System (DC GIS) for the D.C. Office of the Chief Technology Officer (OCTO). The boundaries were recommended by the Advisory Committee on Student Assignment and accepted by the Mayor. These new boundaries will go into effect in the 2015-16 school year and significant phasing in policies will be put into place. This layer is used to show the district's administrative boundaries based on the school zoning.

Crime Incidents 2012 (point) - District of Columbia Index Crime incident locations. The dataset contains a subset of locations and attributes of incidents reported in the ASAP (Analytical Services Application) crime report database by the District of Columbia Metropolitan Police Department (MPD) for

@geoatlantic
geoatlantic / unemployment.tsv
Created December 14, 2015 19:24
Unemployment
id rate
1001 .097
1003 .091
1005 .134
1007 .121
1009 .099
1011 .164
1013 .167
1015 .108
1017 .186
@geoatlantic
geoatlantic / us.json
Created December 11, 2015 17:24
US Counties
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@geoatlantic
geoatlantic / index.html
Created December 10, 2015 15:45
Plot Point Data
<!DOCTYPE html>
<meta charset="utf-8">
<title>DC Crime Stat 2013 - 2014</title>
<style>
.line {
fill: none;
stroke: black;
stroke-width: 1px;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@geoatlantic
geoatlantic / dcdata.csv
Created December 10, 2015 01:23
DC Census data
tract households married singledad singlemom income foodstamps owners
Census Tract 1 5030 3032 97 55 0 2725
Census Tract 2.01 0 0 0 0 0 0
Census Tract 2.02 3943 1563 4 233 85417 0 2269
Census Tract 3 5399 2548 200 238 17100 11 3216
Census Tract 4 1492 1037 95 48 0 1222
Census Tract 5.01 3098 809 0 132 27228 0 357
Census Tract 5.02 3073 1499 0 22 74000 9 1715
Census Tract 6 4039 2200 0 174 52500 0 2942
Census Tract 7.01 4470 1935 0 149 52697 0 2685
@geoatlantic
geoatlantic / index.html
Last active December 9, 2015 20:28
Final - Plotting Admin & Crime13_2
<!DOCTYPE html>
<meta charset="utf-8">
<title>dc crime 13</title>
<style>
.line {
fill: none;
stroke: black;
stroke-width: 1px;