101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

474
active users

#30daymapchallenge2024

0 posts0 participants0 posts today

#30DayMapChallenge Day 21: Conflict

At Kontur, we primarily analyze natural disasters, yet it’s clear that humanity often brings the greatest devastation upon itself. The worst destruction in war unfolds directly on the frontlines, where everything in its path is erased. Some regions, like the areas around Verdun, have yet to fully recover even after a century.
This map shows the cumulative months that each hexagon has been a frontline since 1900.

Replied in thread

30 DAY MAP CHALLENGE 2024 | DAY 8 - DATA:HDX

Relative Wealth Index

The Relative Wealth Index (RWI) from Meta are microestimates showing the relative wealth and poverty of different areas in a country.

IMPORTANT: As with any global-scale, machine-learning product, you should first validate the usefulness and applicability to your local context.

Replied in thread

30 DAY MAP CHALLENGE 2024 | DAY 7 - VINTAGE

A (very maximalist) map of the University of the Philippines Diliman in vintage 16th/17th century European cartographic style (complete with some out-of-place sea monsters haha).

DATA
> UPD data

PROCESS
1. There are several ways to do this using QGIS, GIMP, or a combination of both.
2. Fantasy map brushes/pngs from @kmalexander (kmalexander.com/free-stuff/fan)

Replied in thread

30 DAY MAP CHALLENGE 2024 | DAY 6 - RASTER
Albay at different resolutions (100m, 500m, 1000m, 5000m)

DATA
> Any Digital Elevation Model (DEM)

PROCESS
1. Resample the DEM into 100, 500, 1000, 5000m meter pixel sizes (e.g. using Warp (Reproject) algorithm)
2. Create polygon boundaries for each resampled DEM using Polygonize (raster to vector) and Dissolve.
3. Style #2 accordingly

...

Replied in thread

...

DATA
> TomTom 2023 Traffic Index (tomtom.com/traffic-index/ranki)
> DPWH RBI (for the roads) | You can also use OpenStreetMap

PROCESS
1. Style the main EDSA road differently from the other roads.
2. Add information in the Print Layout.
3. Utilize the Print Layout's ability to render text as HTML to style the texts.

...

#30DayMapChallenge #30DayMapChallenge2024 #Day5 #Journey #MadeWithQGIS #QGIS #FOSS4G #TomTom #Traffic #Philippines #WorstTrafficInTheWorld #CommuterNaman
#KomyuterNaman

Traffic Index ranking | TomTom Traffic IndexTraffic Index ranking | TomTom Traffic Index"Ranking travel times across 387 cities worldwide. Check out the most congested cities in the world."
Replied in thread

...
3. Generate centroids from the output of #2 (either using the Centroids algorithm or Geometry generators).
4. To speed up and automate the process, I created a model that runs steps 1-3 above.
5. Style the output of 3 using: marker = hexagon, size = depends on population, color = depends on hazard level (Var). Utilize data-defined overrides/Assistant.

Replied in thread

PROCESS
1. Use the "Sort" algorithm to create an ordered version of the flood hazard layer such that the features with high hazard level (3) will always be the first feature that will be matched in #2 below.
2. Run a "Join attributes by Location" between the population hex grid layer and the sorted/ordered flood hazard layer (output of #1).
...

Continued thread

30 DAY MAP CHALLENGE 2024 | DAY 4 - HEXAGONS

Population ⬡ Flood Hazard
- larger hexagon = more people in the area
- redder color = higher hazard level

DATA
> Population density for 400m H3 Hexagons [Kontur] - data.humdata.org/dataset/kontu
> Flood hazard (100-year rain return) [UPRI/Project NOAH] - drive.google.com/drive/folders

Continued thread

30 DAY MAP CHALLENGE 2024 | DAY 3 - POLYGONS

Shapes of (K)yøu(si)
of triangles, circles, and ovals

DATA
> Digitized from OpenStreetMap (copyright OSM contributors)

PROCESS
> Duplicate the digitized layer.
> Apply a hand-drawn smudgy-pen outline style and a pencil fill with categorized symbology.
> Styles are from the hand-drawn styles by Andy Woodruff (facebook.com/bnhr.xyz/posts/pf)

Continued thread

30 DAY MAP CHALLENGE 2024 | DAY 2 - LINES

a thousand cuts.
Typhoon tracks from 1884-2024

DATA
> GADM country-level data (adm0)
> International Best Track Archive for Climate Stewardship (IBTrACS)

PROCESS
> Add spatial index to the 2 layers.
> Clip the IBTrACS layer with the GADM layer for the PHL.
> Style the two layers accordingly with
the PHL tracks slightly thicker.

30 DAY MAP CHALLENGE 2024 | DAY 1 - POINTS

The Philippine archipelago mapped using 10^n points with each point being 1000 x 2^(6-n) meters in diameter.

DATA
> GADM country-level data (adm0)

PROCESS
> Use the "Random points inside polygons" algorithm in QGIS to generate layers with 10^n points
> Style accordingly
> Add the 6 layers into a single Print Layout