Development Steps: 1. Tool: Read database connections a. Reads all MXDs b. Each layer’s database connection c. Remove duplicates for connection info: per feature class d. Load into spreadsheet 2. Manual: Repath database connections a. Open spreadsheet b. Change paths of data to UN data i. Need to figure out […]
Tag: python
Simplify Migration of Permissions – SSP Innovations
Python multithreading for beginners
www.reddit.com/r/learnpython/comments/6u2opf/python_multithreading_for_beginners/ Python Multithreading for Beginners Hey guys, this playlist covers Python multithreading aimed towards beginners. I worked really, really hard to create demonstrable examples that show what each aspect of Python multithreading does. Threads, Locks, Events, Deamon Threads, Queues, Subclassing threads are all covered. In the future I will cover […]
Fast geometry in geometry lookup for large GeoJSONs
github.com/simonepri/geojson-geometries-lookup This package actually uses turfJS’s booleanContains to check if a geometry is contained into another. What the package does is to pre-process the GeoJSON creating a lookup table for each kind of geometry using an R-Tree. Then it uses each R-Tree to fastly choose appropriate candidates to be checked […]