This map is rendered dynamically using d3.js with topoJSON data from the us-atlas.
View index.html
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Mapbox GL JS</title> | |
<meta charset='utf-8'> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<link rel='stylesheet' href='../app/assets/scripts/mapbox-gl.css' /> | |
<script src='../app/assets/scripts/mapbox-gl.js'></script> | |
<style> | |
body { margin: 0; padding: 0; } |
View osm_height_anomalies.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View osm_building_anomalies.sql
-- Isolate building features and height attributes | |
WITH buildings AS ( | |
SELECT | |
feature_type, | |
osm_id, | |
osm_timestamp, | |
ST_Centroid(geometry) AS centroid, | |
( | |
SELECT | |
value |
View vt_knotweed_examples.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View coloring-lidar.html
<html> | |
<head> | |
<title>Deckgl RGB PointCloud + Mapbox</title> | |
<script src="https://unpkg.com/deck.gl@^7.0.0/dist.min.js"></script> | |
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.js"></script> | |
<link rel="stylesheet" type="text/css" href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.css"> | |
<style> | |
body { | |
background-color: #000000; | |
margin: 0; |
View .block
license: mit |
View large_us_cities.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View BTV_NEM_2023_Contours.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View team-power-rankings.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder