top of page
Search
artlembo
May 15, 20232 min read
Parallel processing in ArcGIS Pro - so easy a caveman can do it
I wanted to revisit my post from a couple of weeks ago on parallel processing using a desktop computer. As I began introducing these...
184 views0 comments
artlembo
May 1, 20237 min read
Parallel Processing with GIS on Desktop PCs
Did you know that you can perform GIS analysis using parallel processing on a desktop PC? For years now, computers have had multicore...
1,111 views2 comments
artlembo
Mar 14, 20193 min read
Easy bivariate map with Postgres
A friend recently asked me about the cool looking bivariate maps produced with ArcOnline, lamenting that the capability seemed lacking...
234 views1 comment
artlembo
Feb 21, 20192 min read
Engaging students with multiuser editing, and FOSS4g
A friend is doing some research on estrogen and estrodial in water samples in Delaware. We have about 50 sub-watersheds that show the...
24 views0 comments
artlembo
Oct 16, 20185 min read
Big Data Results
I wanted to revisit the taxi data example that I previously blogged about. I had a 6GB file of 16 million taxi pickup locations and 260...
150 views0 comments
artlembo
Jul 7, 20182 min read
Finding “Dangles” with PostGIS
Do you have a set of lines that you need to determine if there are any “dangle” nodes? A dangle is a line segment that overhangs another...
587 views0 comments
artlembo
Jun 22, 20181 min read
Multi-Ring (non-overlapping) Buffers with PostGIS
I was interested in creating mult-ring buffers but with a twist: I didn’t want the buffers to overlap one another. In other words, if I...
270 views0 comments
artlembo
Jan 27, 20172 min read
Workshops at the Maryland Geospatial Conference
#TUgis2017) is on March 20/21, 2017. I first attended TUgis in 1990, and it is always a great conference. It is not too large, so it is...
5 views0 comments
artlembo
Dec 17, 20164 min read
Undergraduate Geospatial Python Projects
GIS Programming students presented their programming projects to ESRI. First, I cannot say enough to thank ESRI for taking time out of...
280 views0 comments
artlembo
May 26, 20162 min read
Advanced Editing Capabilities with PostGIS
CLICK TO VIEW Jeff Scarmazzi presenting on h0w to create editing rules and triggers using Postgres and PostGIS Today I want to introduce...
25 views0 comments
artlembo
May 18, 20163 min read
Open Source GIS Course at UMD – the Syllabus
UMD provided me with enrollment numbers, and we are getting a pretty full class. However, a few people on the “outside” have asked for a...
4 views0 comments
artlembo
Apr 26, 20163 min read
k-Nearest Neighbor with PostGRES
Well, even though you didn’t ask for it, I decided to create a k-nearest neighbor analysis in PostGRES/PostGIS. This has lots of...
221 views0 comments
artlembo
Apr 20, 20164 min read
Trade Area Analysis in Postgres / PostGIS
How I used SQL to generate an accumulated sum of spatial data My friend Tomas does work with business analytics, and wanted to find a way...
25 views0 comments
artlembo
Apr 19, 20162 min read
SQL and ogr to create 4D lines
A friend recently asked me to help him generate polyline shapefiles with Z and M values that he could deliver to a customer. The problem...
21 views0 comments
bottom of page