├── .DS_Store ├── .gitignore ├── .ipynb_checkpoints └── day-17-flows-checkpoint.py ├── README.md ├── data ├── .DS_Store ├── rj_race_dots.rds └── texas.geojson ├── map-challenge-2023.Rproj ├── maps ├── .DS_Store ├── day-1-points.png ├── day-10-north-america.png ├── day-11-retro.png ├── day-13-choropleth.png ├── day-15-osm.jpeg ├── day-16-oceania.png ├── day-17-flows.html ├── day-18-atmosphere.jpeg ├── day-20-outdoors.png ├── day-21-raster.jpeg ├── day-22-north-is-not-always-up.png ├── day-23-3D.png ├── day-24-black.png ├── day-24-white.png ├── day-26-minimal.png ├── day-27-dot.png ├── day-29-population.png ├── day-3-polygons.png ├── day-30-my-favorite-elevation.png ├── day-30-my-favorite-roads.png ├── day-4-bad-map.png ├── day-5-analog.jpeg ├── day-5-analog.pdf └── day-8-africa.png ├── scripts ├── .ipynb_checkpoints │ └── day-17-flows-checkpoint.py ├── day-1-points.R ├── day-10-north-america.R ├── day-11-retro.R ├── day-12-south-america.R ├── day-13-choropleth.R ├── day-16-oceania.R ├── day-17-flows.py ├── day-18-atmosphere.R ├── day-2-lines.R ├── day-20-outdoors.R ├── day-21-raster.R ├── day-23-3D.R ├── day-24-black-and-white.R ├── day-26-minimal.R ├── day-27-dot.R ├── day-28-chart-or-map.R ├── day-29-population.R ├── day-3-polygons.R ├── day-30-my-favorite.R ├── day-4-bad-map.R ├── day-5-analog.R ├── day-6-asia.R ├── day-8-africa.R └── day-9-hexagons.R └── topics.jpeg /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/.gitignore -------------------------------------------------------------------------------- /.ipynb_checkpoints/day-17-flows-checkpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/.ipynb_checkpoints/day-17-flows-checkpoint.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/README.md -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/rj_race_dots.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/data/rj_race_dots.rds -------------------------------------------------------------------------------- /data/texas.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/data/texas.geojson -------------------------------------------------------------------------------- /map-challenge-2023.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/map-challenge-2023.Rproj -------------------------------------------------------------------------------- /maps/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/.DS_Store -------------------------------------------------------------------------------- /maps/day-1-points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-1-points.png -------------------------------------------------------------------------------- /maps/day-10-north-america.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-10-north-america.png -------------------------------------------------------------------------------- /maps/day-11-retro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-11-retro.png -------------------------------------------------------------------------------- /maps/day-13-choropleth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-13-choropleth.png -------------------------------------------------------------------------------- /maps/day-15-osm.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-15-osm.jpeg -------------------------------------------------------------------------------- /maps/day-16-oceania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-16-oceania.png -------------------------------------------------------------------------------- /maps/day-17-flows.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-17-flows.html -------------------------------------------------------------------------------- /maps/day-18-atmosphere.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-18-atmosphere.jpeg -------------------------------------------------------------------------------- /maps/day-20-outdoors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-20-outdoors.png -------------------------------------------------------------------------------- /maps/day-21-raster.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-21-raster.jpeg -------------------------------------------------------------------------------- /maps/day-22-north-is-not-always-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-22-north-is-not-always-up.png -------------------------------------------------------------------------------- /maps/day-23-3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-23-3D.png -------------------------------------------------------------------------------- /maps/day-24-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-24-black.png -------------------------------------------------------------------------------- /maps/day-24-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-24-white.png -------------------------------------------------------------------------------- /maps/day-26-minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-26-minimal.png -------------------------------------------------------------------------------- /maps/day-27-dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-27-dot.png -------------------------------------------------------------------------------- /maps/day-29-population.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-29-population.png -------------------------------------------------------------------------------- /maps/day-3-polygons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-3-polygons.png -------------------------------------------------------------------------------- /maps/day-30-my-favorite-elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-30-my-favorite-elevation.png -------------------------------------------------------------------------------- /maps/day-30-my-favorite-roads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-30-my-favorite-roads.png -------------------------------------------------------------------------------- /maps/day-4-bad-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-4-bad-map.png -------------------------------------------------------------------------------- /maps/day-5-analog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-5-analog.jpeg -------------------------------------------------------------------------------- /maps/day-5-analog.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-5-analog.pdf -------------------------------------------------------------------------------- /maps/day-8-africa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/maps/day-8-africa.png -------------------------------------------------------------------------------- /scripts/.ipynb_checkpoints/day-17-flows-checkpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/.ipynb_checkpoints/day-17-flows-checkpoint.py -------------------------------------------------------------------------------- /scripts/day-1-points.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-1-points.R -------------------------------------------------------------------------------- /scripts/day-10-north-america.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-10-north-america.R -------------------------------------------------------------------------------- /scripts/day-11-retro.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-11-retro.R -------------------------------------------------------------------------------- /scripts/day-12-south-america.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-12-south-america.R -------------------------------------------------------------------------------- /scripts/day-13-choropleth.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-13-choropleth.R -------------------------------------------------------------------------------- /scripts/day-16-oceania.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-16-oceania.R -------------------------------------------------------------------------------- /scripts/day-17-flows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-17-flows.py -------------------------------------------------------------------------------- /scripts/day-18-atmosphere.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-18-atmosphere.R -------------------------------------------------------------------------------- /scripts/day-2-lines.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-2-lines.R -------------------------------------------------------------------------------- /scripts/day-20-outdoors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-20-outdoors.R -------------------------------------------------------------------------------- /scripts/day-21-raster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-21-raster.R -------------------------------------------------------------------------------- /scripts/day-23-3D.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-23-3D.R -------------------------------------------------------------------------------- /scripts/day-24-black-and-white.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-24-black-and-white.R -------------------------------------------------------------------------------- /scripts/day-26-minimal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-26-minimal.R -------------------------------------------------------------------------------- /scripts/day-27-dot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-27-dot.R -------------------------------------------------------------------------------- /scripts/day-28-chart-or-map.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-28-chart-or-map.R -------------------------------------------------------------------------------- /scripts/day-29-population.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-29-population.R -------------------------------------------------------------------------------- /scripts/day-3-polygons.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-3-polygons.R -------------------------------------------------------------------------------- /scripts/day-30-my-favorite.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-30-my-favorite.R -------------------------------------------------------------------------------- /scripts/day-4-bad-map.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-4-bad-map.R -------------------------------------------------------------------------------- /scripts/day-5-analog.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-5-analog.R -------------------------------------------------------------------------------- /scripts/day-6-asia.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-6-asia.R -------------------------------------------------------------------------------- /scripts/day-8-africa.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-8-africa.R -------------------------------------------------------------------------------- /scripts/day-9-hexagons.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/scripts/day-9-hexagons.R -------------------------------------------------------------------------------- /topics.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkerke/map-challenge-2023/HEAD/topics.jpeg --------------------------------------------------------------------------------