1. Simple Map
1.1. layer
1.1.1. file types
1.1.1.1. shapefile
1.1.1.2. geojson
1.1.1.3. geopackage
1.1.1.3.1. it can have several layers!!
1.1.2. represent
1.1.2.1. polygons
1.1.2.2. lines
1.1.2.3. point
1.1.3. coordinates
1.1.3.1. geographic (lon/lat)
1.1.3.2. projected
1.1.3.2.1. preferred when distance computations involved
1.1.4. code
1.1.4.1. map
2. Choropleths
2.1. Previous Step: Merging
2.1.1. GeoDataframe
2.1.2. Dataframe
2.1.3. The correct order
2.1.3.1. merge(**GeoDF**, DF)
2.2. PreProcessing
2.2.1. variable nature
2.2.1.1. extensive
2.2.1.1.1. raw data
2.2.1.2. intensive
2.2.1.2.1. normalized raw data
2.2.2. normalization
2.2.2.1. density
2.2.2.1.1. non-normalized
2.2.2.1.2. normalized
2.2.2.2. change
2.2.2.2.1. non-normalized
2.2.2.2.2. normalized
2.2.2.3. proportion
2.2.2.3.1. non-normalized
2.2.2.3.2. normalized
2.2.3. discretization
2.2.3.1. explore values
2.2.3.2. cut the variable
3. Layering
3.1. lat / long data
3.1.1. code
3.2. layers sequence
3.2.1. the next on TOP of the other
3.2.1.1. then
3.2.1.1.1. map
4. Interactive
4.1. Discrete maps
4.1.1. interactive selection
4.2. points
4.2.1. clustered and faceted