/criticalmaas-TA1-synthmap-points

Repo for creating synthetic map images for point symbols

Primary LanguagePython

criticalmaas-TA1-synthmap-points

Repo for creating synthetic map images for point symbols

Currently, we support 11 point symbols:

  1. drill_hole
  2. gravel_pit
  3. inclined_bedding
  4. inclined_flow_banding
  5. inclined_metamorphic
  6. lineation
  7. mine_shaft
  8. overturned_bedding
  9. prospect
  10. quarry
  11. mine_tunnel

Running Command

python create_synthetic_maps_main.py
--root1 [path to the map tifs]
--root2 [path to the symbol images]
--target_symbol [target symbol name]
--max_rotate [maximum rotation angle]
--use_target_symbol_tifs [default: True]
--max_num_synthetic_images [maximum number of images need to be created]
--max_count_per_image [maximum number of symbols being placed on the patch]
--allow_collision [default: True]

Running Example

python create_synthetic_maps_main.py --target_symbol inclined_flow_banding --max_rotate 45