Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AreaMapper is a tool which can help you prepare your business data for use in the CleverAnalytics platform. AreaMapper computes geometric intersection between points and polygons (areas) and then adds ID's of polygons to the points table if an intersection exists. Example scenario could be mapping points of your customers to administrative units. Then you can calculate metrics of your customers in context of city districts, cities, counties and so on (e.g. count of customers in each city).

...

AreaMapper is distributed as a Docker image so you need to have Docker platform installed. You can get Docker here

AreaMapper is publicly available on Docker hub: https://hub.docker.com/r/clevermaps/areamapper 

...

  • Create an empty directory on your local drive (e.g. /home/user/clevermaps/areamapper).
  • Copy your CSV file with points you would like to process map into the folder. Optionally copy also your CSV file with areas.
  • Create a configuration file for AreaMapper and save it as a JSON file into the folder. Please check the examples below in Configuration to get the idea how the configuration file should look.

...