/
2024-12-18 Population Density Data - Meeting Minutes

2024-12-18 Population Density Data - Meeting Minutes

CAMARA Population Density Dataย APIย - Follow-up meeting #18 - 2024-12-18

December 18th, 2024

Attendees

Name

Company

Name

Company

@Ludovic Robert

Orange

@Gregory Lindner

Ericsson

@Rafal Artych

DT

@violeta.gonzalezfernandez@telefonica.com

Telefonica

@Jorge Garcia Hospital

Telefonica

ย 

Population Density Dataย APIย minutes:ย https://lf-camaraproject.atlassian.net/wiki/display/CAM/Population+Density+Data+API+Minutes

Agenda

  • Approval of previous meeting minutes #17 and meeting agenda

  • Open issues and PRs

    • Issues: #40 #48 #50 #51 #56 #58 #61 #62

    • PR #59 #60

  • Timeline and next steps

  • AoB

Open Issues & PRs

#

Company

Summary

#

Company

Summary

Issue#40

Ericsson

Area Data-type

Issue#48

Telefonica

New release scope

Issue#50

Telefonica

Align with guidelines for async responses

Issue#51

Ericsson

Support time Windows in the past

Issue#56

Orange

Make the API more developer friendly

Issue#58

Orange

Change maxPplDensity, minPplDensity and pplDensity datatype

Issue#61

Telefonica

Include notification ID for callback

Issue#62

Telefonica

Include new error status for callback

PR#59

Telefonica

Simplify API

PR#60

Ericsson

Include past results in API

Approval of previous meeting minutes & documentation (1)

Meeting Minutes #17

โ†’ Approved

APIย proposal review (2)

Issue#40

Issue opened in commonalities for the alignment on how to define the area types along all the APIs in CAMARA.

AP:ย provide direct feedback on the commonalities issueย Issue #242. Groups is ok to create a homogeneous definition of the area types, as long as each API can later select granularly which types apply (and not getting obligation to support all the types, or getting involved in a complex data model).

Status: Commonalities closed for circle and polygon, enough for PDD.

AP: Check if format in commonalities is aligned with current PDD and align if needed

Issue#48

Propose new scope for next release.

Included so far:

Status: Alpha release of commonalities getting ready, weโ€™ll adapt API accordingly

ย 

Issue#50

Include alignment with commonalities for the async response mechanism (and any)

Status: Commonalities closed Analysis+of+Commonalities+0.5.0-alpha.1+changes#Analysis. To start with current alpha1 version and wait for any additional change if needed

AP:

Check callback errors
Check callback async mechanism (as done in 0.1.1 jointly with QoD)
Any other

Issue#51

Support time window for past time frames, historical data.

AP: include use cases in the API scope (readme) and yaml/testplan to ensure API is also aligned

Status:

PR#60

Issue#56

Easing code parameters and polymorphic formats

Status:

  • The polymorphic patter use on line 576-578 is not developer-friendly as it require a manual processing with code generator. It will be better to use same name for the enum value and the corresponding class.

    • โ†’ Just align naming in classes and enum, maintaining polymorphic

  • There is probably unnecessary complexity with all the classes defined in the yaml. We can merge CellPopulationDensityData and PopulationDensityData in one class and avoid one unnecessary level that will make the API sipler

    • โ†’ Check if this change breaks or not the polymorphic

    • Proposal to maintain at level of cellPopulationDensityData, merge PopulationDensityData in one big class including both curren geohash and the rest of parameters now included inside cellPopulationDensityData:

"cellPopulationDensityData": [

ย  ย  ย  ย  {

ย  ย  ย  ย  ย  "geohash": "u09tsm9",

ย  ย  ย  ย  ย  ย  "dataType": "DENSITY_ESTIMATION",

ย  ย  ย  ย  ย  ย  "maxPplDensity": 25737.0,

ย  ย  ย  ย  ย  ย  "minPplDensity": 12704.0,

ย  ย  ย  ย  ย  ย  "pplDensity": 24273.0

ย  ย  ย  ย  ย  }

  • The class DensityEstimationPopulationDensityData has probably too many Density but this point is linked to my first point.

  • โ†’ solved by point 1

Issue#58

Value format (double/integer) for density data

Status: move to integer format

Issue#61

Include ID in notification to track request-response

Status: create PR with this new parameter, aligned with QoD sessionID mechanism

Issue#62

Include error status for callback response if area cannot be processed

Status: Align with geofencing when processing the are (in that case area subscription), in case this is covered there in the callback (and not only in the post response)

AP: check with geofencing, also around the 400/422 in the sync mechanism

PR#59

Solving 56 & 58

Status: to be merged by the end of the day

PR#60

Solving 51

Status: to be reviewed and merged, leaving historical age restriction open for the moment

AoB (4)

Next steps:

  • Close current PRs to freeze API content

  • Align commonalities as expected

  • Release tracker created for 0.2.0, RC to be created before 15/01 (next meeting)

Discussion Summary

#

Summary

Status/conclusion

#

Summary

Status/conclusion

Issue#40

Area Data-type

Align wth commonalities, if changes are required

Issue#48

New Release Scope

ALL to provide more proposals

Issue#50

Aling with guidelines for async responses

ย 

Issue#51

Support time Windows in the past

Review and merge PR60

Issue#56

Easing code parameters and polymorphic formats

Review and merge PR59

Issue#58

Value format (double/integer) for density data

Review and merge PR59

Issue#61

Include ID in notification to track request-response

Align with QoD sessionID and create PR

Issue#62

Include error status for callback response if area cannot be processed

Align error with geofencing (if applies) and align 422/400 error as well

Next steps

  1. Scope for next release โ†’ #17

  • Next call will be TBD