Skip to content

Data preparation structure

Kauê Braga edited this page Jul 11, 2024 · 2 revisions

Right now there is a process to prepare the raw data to be used by the application. This process is located within the prep folder, at the root directory. The preparation is divided into 5 main steps:

  • 1-standardize_indicators: take the raw files (both the city and countries files) and standardize and process them so the application can use them;
  • 2-prepare_overlays: do the same process as above but for the overlays. This one is divided in two:
    • For the overlays that are hosted locally (.fgb and .tif);
    • For the overlays that áre hosted in mapbox;
  • 3-create_compare: create the files to be used in the comparison functions in the tool;
  • 4-calculate_ranks: create the files to be used in the ranking functions in the tool;
  • 4-misc: additional functions to process some outside data for the tool, such as the indicators naming.

Clone this wiki locally