Skip to content

Get coords from a nut 2 code

Eleanna Valli requested to merge backend/mapping-nuts2 into master
  • An endpoint was implemented to take as an argument a nut2 code and return the name of the region and the coordinates corresponding to the nut2 code.
  • So to get movement_by_region, the frontend-user should first make an http request to get all the nut2 codes and the sum of passengers, and then for each nut2 code request the coords and the name of the region.

Merge request reports