├── .DS_Store ├── README.md ├── css └── style.css ├── data ├── .DS_Store ├── background.geojson ├── background.json ├── background_reprojected.geojson ├── background_reprojected.json ├── blocks.geojson ├── blocks.json ├── blocks_reprojected.geojson ├── blocks_reprojected.json ├── inflows.csv ├── paths.csv ├── paths_20.geojson ├── paths_20.json ├── predictions_10.csv ├── predictions_10_tracts.csv ├── predictions_20.csv ├── predictions_20_tracts.csv ├── predictions_30.csv ├── predictions_30_tracts.csv ├── regression_tracts.csv ├── shape.geojson ├── shape.json ├── tracts.geojson └── tracts.json ├── docs └── test.html ├── index.html ├── js ├── callout.js ├── help.js ├── legend.js └── main.js └── viz ├── .DS_Store ├── demo.gif └── plots ├── forest_changexarea.png ├── forest_comparisonxgeography.png ├── forest_context.png ├── forest_errorxgeography.png ├── forest_errorxquantile.png ├── forest_importance.png └── forest_observedxpredicted.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/README.md -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/css/style.css -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/background.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/background.geojson -------------------------------------------------------------------------------- /data/background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/background.json -------------------------------------------------------------------------------- /data/background_reprojected.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/background_reprojected.geojson -------------------------------------------------------------------------------- /data/background_reprojected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/background_reprojected.json -------------------------------------------------------------------------------- /data/blocks.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/blocks.geojson -------------------------------------------------------------------------------- /data/blocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/blocks.json -------------------------------------------------------------------------------- /data/blocks_reprojected.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/blocks_reprojected.geojson -------------------------------------------------------------------------------- /data/blocks_reprojected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/blocks_reprojected.json -------------------------------------------------------------------------------- /data/inflows.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/inflows.csv -------------------------------------------------------------------------------- /data/paths.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/paths.csv -------------------------------------------------------------------------------- /data/paths_20.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/paths_20.geojson -------------------------------------------------------------------------------- /data/paths_20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/paths_20.json -------------------------------------------------------------------------------- /data/predictions_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/predictions_10.csv -------------------------------------------------------------------------------- /data/predictions_10_tracts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/predictions_10_tracts.csv -------------------------------------------------------------------------------- /data/predictions_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/predictions_20.csv -------------------------------------------------------------------------------- /data/predictions_20_tracts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/predictions_20_tracts.csv -------------------------------------------------------------------------------- /data/predictions_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/predictions_30.csv -------------------------------------------------------------------------------- /data/predictions_30_tracts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/predictions_30_tracts.csv -------------------------------------------------------------------------------- /data/regression_tracts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/regression_tracts.csv -------------------------------------------------------------------------------- /data/shape.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/shape.geojson -------------------------------------------------------------------------------- /data/shape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/shape.json -------------------------------------------------------------------------------- /data/tracts.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/tracts.geojson -------------------------------------------------------------------------------- /data/tracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/data/tracts.json -------------------------------------------------------------------------------- /docs/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/docs/test.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/index.html -------------------------------------------------------------------------------- /js/callout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/js/callout.js -------------------------------------------------------------------------------- /js/help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/js/help.js -------------------------------------------------------------------------------- /js/legend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/js/legend.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/js/main.js -------------------------------------------------------------------------------- /viz/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/.DS_Store -------------------------------------------------------------------------------- /viz/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/demo.gif -------------------------------------------------------------------------------- /viz/plots/forest_changexarea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_changexarea.png -------------------------------------------------------------------------------- /viz/plots/forest_comparisonxgeography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_comparisonxgeography.png -------------------------------------------------------------------------------- /viz/plots/forest_context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_context.png -------------------------------------------------------------------------------- /viz/plots/forest_errorxgeography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_errorxgeography.png -------------------------------------------------------------------------------- /viz/plots/forest_errorxquantile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_errorxquantile.png -------------------------------------------------------------------------------- /viz/plots/forest_importance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_importance.png -------------------------------------------------------------------------------- /viz/plots/forest_observedxpredicted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrenninger/gravity/HEAD/viz/plots/forest_observedxpredicted.png --------------------------------------------------------------------------------