Skip to content

Instantly share code, notes, and snippets.

@Alex-Devoid
Alex-Devoid / index.html
Last active June 28, 2019 18:50
d3ClusterAndBeeswarm
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script><script src="//cdnjs.cloudflare.com/ajax/libs/topojson/1.6.9/topojson.min.js"></script><script src="//speedway.tucson.com/rwisner/guatmap/datamaps.gtm.js" type="text/javascript"></script><link href="https://unpkg.com/tabulator-tables@4.2.7/dist/css/bootstrap/tabulator_bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <script type="text/javascript" src="https://unpkg.com/tabulator-tables@4.2.7/dist/js/tabulator.min.js"></script><script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-
@Alex-Devoid
Alex-Devoid / index.html
Last active July 18, 2019 17:03
D3 & Leaflet -Plotting may polygons
<!DOCTYPE html>
<html>
<head>
<title>Leaflet and D3 Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
@Alex-Devoid
Alex-Devoid / index.html
Last active January 23, 2020 07:25
Proposed border structures in red
<!DOCTYPE html>
<html>
<head>
<title>Leaflet and D3 Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
@Alex-Devoid
Alex-Devoid / border-fence.geojson
Created July 23, 2019 21:38
Source: “Reveal from The Center for Investigative Reporting and OpenStreetMap contributors”.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Alex-Devoid
Alex-Devoid / proposed.geojson
Created July 27, 2019 14:28
Proposed border barriers 7-27-19
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.
@Alex-Devoid
Alex-Devoid / Annexations.json
Last active January 23, 2020 07:28
Different centers: path.centroid to leaflet | turf.centroid | turf.centerOfMass | polylabel
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Alex-Devoid
Alex-Devoid / centroidCords1111.geojson
Last active January 23, 2020 07:29
Tucson's many centers. (Click on a circle or navigate with the buttons to see each year's center.)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Alex-Devoid
Alex-Devoid / index.html
Last active August 11, 2019 22:02
Georeferencing Rosemont Mine layout
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.tract {
fill: none;
}
.lay {