Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 651 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 651 Bytes

SAFE_FOOD_MAPS

Generation of maps for connections between nodes

MapCLine.py: Script for command line access.

MapCreator:

MapClasses.py:	Classes for the generation of maps.

MapFuncs.py: Specific functions for map generation and interaction.

Sample Command Line:

MapCline.py "(41.257160, -95.995102)" "((41.257160, -95.995102), (41.357160, -95.895102), (41.157160, -95.795102))" "(((41.257160, -95.995102), (41.357160, -95.895102)), ((41.357160, -95.895102), (41.157160, -95.795102)) )" "hola" "{'opt_points': {'popup': 'Data of BlockChain'}}"

Strucuture: {Origin} {Points} {Nodes} {Archive_Name} {Aditional_Options (JSON_FORMAT)}