The python scripts in this repository require third-party modules to run such as:
- the source code requires that the software
ArcGIS 10.5.1
or newer is installed. ArcGIS provides essential python interfaces, such asarcpy
, as well as other frameworks such asnumpy
andpandas
, upon which the code relies on heavily. The python interpreter must be set to the one provided by the ArcGIS installation. - The scripts use an EXCEL workbook as input, and as such, require either
Microsoft Excel
, orLibreOffice
- the ArcGIS 64-bit geoprocessing module may be beneficial depending on the data volume.
- Other requirements are indicated by imports in the source code, and may need to be installed by the user.