Skip to content

Population Density API should expose Population Density #14

@gregory1g

Description

@gregory1g

Problem description
API is called population density data, however it exposes population count, not denisty:
"
populationData:
dataType: DENSITY_ESTIMATION
maxPopulation: 150
minPopulation: 30
avgPopulation: 60"
Moreover dataType is "DENSITY_ESTIMATION" while the exposed data is not a density - this is misleading.

Expected behavior
Api name, data types, attributes names must match like:
PopulationDensityData:
dataType: PPL_DENSITY_ESTIMATION
max: 150
min: 30
avg: 60"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions