Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 246 Bytes

Locust WMS

To run it from terminal:

python LocustMapServerImporter.py path_to_data wms_url

usage from Python:

from LocustMapServerImporter import LocustMapServerImporter

imptr = LocustMapServerImporter(path_to_data, wms_url) imptr.process()