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

Provide directions/example of using a national population grid as alternative to GHSL population layer #213

Open
2 tasks
carlhiggs opened this issue Mar 13, 2023 · 0 comments
Labels
user process to document A process to be conducted by users that our documentation should detail

Comments

@carlhiggs
Copy link
Collaborator

carlhiggs commented Mar 13, 2023

I tested and confirmed that an analysis can be confirmed using an alternative population grid to the GHSL population layer. I set up an analysis to use Australia's 2021 1km population grid:

    australia_population_2021:
        pop_min_threshold: 5
        # urban sample points intersecting grid cells with estimated population less than this will be excluded from analysis
        alias: APG21e_1_0_0
        name: "Australian Population Grid 2021 (ABS, 2023)"
        data_name: APG21e_1_0_0
        data_dir: population_grids/Australian_Population_Grid_2021_in_TIFF_format
        data_type: raster:Int64
        crs_name: GDA94 / Australian Albers
        crs_standard: EPSG
        crs_srid: 3577
        source_url: https://www.abs.gov.au/statistics/people/population/regional-population/2021/GEOTIFF.zip
        date_acquired: 20230302
        year_published: 2022
        year_target: 2021
        provider: EU JRC
        licence: CC BY 4.0
        licence_url: https://www.abs.gov.au/website-privacy-copyright-and-disclaimer#copyright-and-creative-commons
        resolution: 1km
        raster_band: 1
        raster_nodata: 
        citation: "Australian Bureau of Statistics (2022), Australian Population Grid 2021. https://www.abs.gov.au/statistics/people/population/regional-population/2021"

This australia_population_2021 dataset was setup as the population layer to be used for an analysis of Melbourne; it worked!

So, we shoud

  • include an example for this -- perhaps an alternative configuration for Las Palmas de Gran Canaria using an official Spanish grid.
  • write about this in the documentation.

(Likewise I think we should also consider the possibilities that people could run this bringing all their own data: roads, intersections, points of interest, areas of interest. We support some of this now (POIs), however for cities where such official data is available it could be desirable to use this, while still offering the use of OpenStreetMap as an option/default.)

@carlhiggs carlhiggs added the enhancement New feature or request label Mar 13, 2023
@carlhiggs carlhiggs added user process to document A process to be conducted by users that our documentation should detail and removed enhancement New feature or request labels May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user process to document A process to be conducted by users that our documentation should detail
Projects
None yet
Development

No branches or pull requests

1 participant