Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the base map #1

Open
6 tasks done
loleg opened this issue Nov 15, 2021 · 1 comment
Open
6 tasks done

Create the base map #1

loleg opened this issue Nov 15, 2021 · 1 comment

Comments

@loleg
Copy link
Owner

loleg commented Nov 15, 2021

  • Select base layer source
  • Configure styles and settings
  • Set up hex binning as vector layer
  • Reference axes and sources
  • Prepare high resolution output (A0)
  • Coordinate printing with Timo
@loleg
Copy link
Owner Author

loleg commented Nov 15, 2021

(1) Preview data (in GeoAdmin)

(2) Load STATPOP data

This and all following steps in QGIS. The data is loaded as Delimited File, applying Swiss coordinates to the East and North columns.

(3) Filter to Lucerne using this formula:

"E_KOORD" > 2659873 AND "E_KOORD" < 2672586 AND "N_KOORD" > 1207867 AND "N_KOORD" < 1215834

(4) Generate hexagons (in QGIS)

(5) Count data points inside (with weighting)

(6) Preview hexbins

(7) Add labels to grid

Using Centroid Fill / Font Marker and the following function:

concat(to_string(to_int(("left" -2659800) * 43 / (2672527- 2659800))),' ',char(64+26-to_int(("top" -1207867) * 24 / (1215834- 1207867))))

(8) Produce baseline

(9) Export as PDF

Resolution 300 dpm on layer extents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant