Custom web apps and AutoCAD LISP scripts built to simplify FTTH spatial data automation and BOQ auditing. This guide helps you set up the tools on a Windows PC with no prior technical skills.
SpatialDataAutomation is a collection of tools designed for managing fiber-to-the-home (FTTH) spatial data and automating bill of quantities (BOQ) checks. It includes:
- Simple web apps to view and edit GIS data.
- AutoCAD LISP scripts to speed up drawing tasks.
- Scripts that audit project quantities for accuracy.
These tools help teams working with maps, layouts, and construction data to save time and reduce errors.
To use SpatialDataAutomation on Windows, your computer should meet these needs:
- Windows 10 or later, 64-bit version preferred.
- A stable internet connection for web apps.
- AutoCAD 2018 or newer, if you plan to use the LISP scripts.
- At least 4 GB of RAM and 2 GHz processor.
- 500 MB of free disk space for installation.
- A web browser like Chrome, Edge, or Firefox to open the apps.
-
First, download the software package.
-
Click the link above to open the download page.
-
Locate the latest release or download folder on the page.
-
Download the
.zipfile containing the web apps and LISP scripts. -
Once downloaded, right-click the file and choose "Extract All" to unzip the contents into a folder you can easily access.
-
Open the folder where you extracted the files.
-
Find the web app files. These usually end with
.htmlor.js. -
Double-click any
.htmlfile to open it in your web browser. -
The app will load and display maps and data for your project.
-
Use the menus and buttons in the app to explore spatial data or start tasks.
-
Make sure your internet connection is working for maps and data updates.
-
Open AutoCAD on your computer.
-
Locate the LISP files in the extracted folder. These files end with
.lsp. -
In AutoCAD, type
APPLOADin the command line and press Enter. -
In the load dialog box, browse to the folder with the LISP files.
-
Select one or multiple
.lspscripts and click “Load.” -
After loading, you can run these scripts by typing their command names in AutoCAD. Check the app documentation for specific script commands.
-
The scripts automate drawing and measurement tasks, which speed up your work on spatial data.
SpatialDataAutomation includes tools to check your bill of quantities (BOQ). This helps you avoid errors before submitting project data.
- Run the audit app from the web interface by opening its
.htmlfile. - Upload or connect to your project data.
- The tool compares quantities and highlights inconsistencies.
- Review flagged items and adjust your data accordingly.
- Use exported reports to share audit results with your team.
- If the apps do not open, make sure your browser allows local file access.
- For AutoCAD scripts that fail to run, double-check the AutoCAD version.
- Close other heavy programs to free up system memory.
- Restart your computer if files do not extract properly.
- Check that your internet connection is active for map-based apps.
- Use Windows Explorer to confirm that extracted files are not blocked (right-click file > Properties > Unblock if needed).
-
Access the main repository and download page here:
-
Visit the repository regularly for updates and new releases.
The package contains these main parts:
/web-apps– HTML, CSS, and JavaScript files for browser-based tools./lisp-scripts– AutoCAD LISP scripts to automate drawing tasks./docs– Instruction manuals and user guides./data-samples– Example GIS and BOQ data to try the tools.README.md– This guide and additional technical info.
The tools are designed for internal use in spatial data and BOQ workflows. Check the LICENSE file in the repository for allowed uses. Redistribution or commercial use may require permission.
To update:
- Visit the download page above.
- Download the latest
.zipversion. - Extract and replace the old files with new ones.
- Restart your apps or AutoCAD session.
Keep your files backed up before updating.
If you run into issues or have questions:
- Review the
docsfolder for detailed help. - Check online forums for AutoCAD LISP scripting support.
- Use GitHub Issues on the repository page to report problems or ask for guidance.