Publications by Michael

Street names

02.11.2024

Lyon – CC-BY-NC-ND by Emmanuel Fromm Day 2 of 30DayMapChallenge: « Lines » (previously). We’ll make a map of the street name gender in Lyon. We need a database of french first names where we’ll find the gender. We will extract the Lyon streets from OpenStreetMap. library(arrow) library(dplyr) library(tidyr) library(readr) library(purrr)...

1633 sym R (4137 sym/5 pcs) 4 img 2 tbl

Lidar

01.11.2024

Aiguille du Midi – CC-BY-SA by Ivan Borisov Day 1 of 30DayMapChallenge: « Points » (previously). IGN is scanning France using LIDAR. More than half the country is available for downloading currently. Let’s play with points around the Aiguille du Midi… library(readr) library(dplyr) library(purrr) library(fs) library(lidR) dir_create("ti...

1204 sym R (646 sym/5 pcs) 6 img

Module 10 Milestone Report Week 2

17.09.2024

Brief Summary This milestone report is part of the project of Week 2 of the Data Science Capstone Project Course of the Data Science Specialization sequence hosted by John Hopkins University. This report summarizes basic exploratory analyses using the prepared and cleaned data from Week 1 of the Data Science Capstone Project Course. In addition...

1145 sym R (22720 sym/33 pcs) 2 img

Election

12.06.2024

French and European flags – CC-BY-NC-ND by Ibrahim Ajaja / World Bank Election maps are hard: Land doesn’t vote, people do !. So most maps made on these occasions (generally choropleths) are possibly misleading. Figure 1: Carte des communes de France selon la couleur de la liste arrivée en tête aux élections – Le Monde A solution is a ...

2278 sym R (4541 sym/6 pcs) 8 img

Developing Data Products Week 3 Assignment

26.05.2024

2024-05-26 Purpose of Assignment Create a web page presentation using R Markdown that features a plot created with Plotly. Installing R packages ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:st...

360 sym Python (1680 sym/7 pcs)

Developing Data Products Week 2 Assignment

25.05.2024

#Installing and Loading packages #install.packages("leaflet") library(leaflet) #install.packages("shiny") library(shiny) #install.packages("miniUI") library(miniUI) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'pack...

206 sym R (441 sym/5 pcs)

Eclipse map

12.04.2024

2017 Solar Eclipse with Totality – Composite – CC-BY-NC by Jeff Geerling I saw this post showing a map of the year of the most recent total eclipse, and people mentioning that we can find the data on the Five Millennium Canon of Solar Eclipses Database (the data also mentioned in the thread on ArcGIS don’t go before the seventeenth century)....

2207 sym R (2411 sym/6 pcs) 2 img

Course Project 2: Determining the Health and Economic Impact of Different Storm Events on the Population's Health

07.04.2024

Synopsis In this course project, I analyze storm data from the U.S. National Oceanic and Atmospheric Administration’s (NOAA) . This dataset examines storms and other severe weather events between the year of 1950 to the end of November 2011. Using this data, I determine what type of storm event types are the most harmful to the population’...

2668 sym R (4880 sym/33 pcs) 2 img

Du Bois Visualization Challenge 04

25.02.2024

Routes of the african slave trade – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. See the challenge presentation. This week, the data provided1 don’t match the visualization. So we are free to be more creative… We’ll try to show who profited from the slave trade by l...

1184 sym R (3125 sym/4 pcs) 2 img

Du Bois Visualization Challenge 03

21.02.2024

Acres of land owned by negroes in Georgia – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. https://github.com/ajstarks/dubois-data-portraits/tree/master/challenge/2024 Config library(tidyverse) library(janitor) library(showtext) library(glue) font_add_google("Play", fami...

745 sym R (1643 sym/3 pcs) 4 img