Python tools for processing scans from the SAFL/NCED Data Carriages. The tools load data from the processed .DAT and .XML files and save the output to a geoTIF file that can be opened in ArcGIS or other tools.
-
Download and Install Miniconda: https://docs.anaconda.com/miniconda/miniconda-install/
-
Clone this Github repository to a directory on your computer.
-
Open the Anaconda Powershell Prompt (Miniconda) (See image below).

-
Change directory to the cloned Github Repository. (e.g.
cd ./Documents/Github/SICK-Scan-Processing) -
Create a miniconda environment using the following command:
conda env create -f sick_processing.ymland wait for the packages to finish installing.
-
Open the MiniConda PowerShell prompt (if its not already open)
-
Activate the environment for SICK scan processing using the command
conda activate SICK_Processing -
Change directory to the cloned Github Repository "SICK-Scan-Processing" (e.g.
cd ./Documents/Github/SICK-Scan-Processing) -
Launch the processing script with the command
python Load_Sick.py -
The program should open a file selection dialog where you can choose the data you want to process. A few sample datasets are included here in the "Sample Data" directory.