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 CleverMaps 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 

...

input_areas.filename: In case of input_areas.filetype = 'csv' set full path to the file with area data. In other case input_areas.filetype = 'candim' set name of CleverMaps data dimension. Available dimensions are:

  • can-dim-zsjd-cz (Neighborhoods of Czech Republic).
  • can-dim-zsj-sk (Neighborhoods of Slovakia)
  • can-dim-zipcodes-us (Zipcode of United States)
  • can-dim-lau-eu (Local Administrative Units of European union)
  • more information about data dimensions here Data dimension projects

...