top of page
Search


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...
artlembo
May 15, 20232 min read
214 views
0 comments


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...
artlembo
May 1, 20237 min read
1,159 views
3 comments


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...
artlembo
Mar 14, 20193 min read
237 views
1 comment


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...
artlembo
Feb 21, 20192 min read
24 views
0 comments


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...
artlembo
Oct 16, 20185 min read
150 views
0 comments
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...
artlembo
Jul 7, 20182 min read
608 views
0 comments


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...
artlembo
Jun 22, 20181 min read
284 views
0 comments


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...
artlembo
Jan 27, 20172 min read
5 views
0 comments


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...
artlembo
Dec 17, 20164 min read
304 views
0 comments


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...
artlembo
May 26, 20162 min read
26 views
0 comments
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...
artlembo
May 18, 20163 min read
4 views
0 comments


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...
artlembo
Apr 26, 20163 min read
238 views
0 comments


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...
artlembo
Apr 20, 20164 min read
25 views
0 comments
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...
artlembo
Apr 19, 20162 min read
21 views
0 comments
bottom of page