-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add places layer with population data #596
Comments
In any case, a layer containing the population field should make sure that the field is a number type, not string. There was an issue w/ v2 wherein the population field was a string, making the tutorial/exercise more difficult to complete. |
Related issue: #567 |
When we add this data, we should consider using symbology which visualizes the cities/settlements by population size. From Jira: Use symbol size or color to indicate population of towns/settlements. We need to find a source for this data, as the "asiaq private placenames" source does not have it. I believe Eva Matzler produced that dataset for us manually. |
The QGreenland Beginner's Tutorial Series, Session 5: Processing Toolbox and Data Analysis YouTube video pretty explicitly makes reference to the "Populated places" layer and that it is under the "Places/Community map (crowd-sourced)" group. It also shows the attributes list from the "Populated places" layer, but only briefly and in the context of a processing toolbox tool dropdown. The video also notes that the symbology for "Populated places" (the same we use for the new "Towns" and "Settlements" layers) is hard to see, especially when a selection is made with the "select by attributes" tool. Note above that we want to change the symbology. Based on our team conversation this morning, a good path forward would be to:
Although we haven't really built-in support for multi-asset layers yet, we do have at least one example where we have done so: the USGS earthquakes layer. This layer uses |
PR w/ initial changes to RTD tutorial text: https://github.com/nsidc/qgreenland/tree/update-tutorial-materials I just subbed in "Towns" instead of "Populated places" so this will need to be updated again if the above plan is put into place. |
As part of removing the HOTOSM layers (see #540), we removed a populated places layer that is used in tutorial materials.
We need to do one of the following:
The text was updated successfully, but these errors were encountered: