top of page
Search


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
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


Doing a GROUP BY in ArcGIS
As most of you know, I am a big fan of spatial SQL. It is my go-to tool whenever working with GIS. But, I have seen too many people...
artlembo
Jul 13, 20151 min read


When More is Less…. lessons from processing large data files
My good friend Stuart Hamilton gave me a fun conundrum to try out. He has a file of province boundaries (400 areas) and lidar derived...
artlembo
Jul 7, 20152 min read


New Books – How do I do that in PostGIS, How do I do that in Manifold SQL
I have two new books out – How do I do that in PostGIS, and How do I do that in Manifold SQL. From the back cover of How do I do that in...
artlembo
Jun 26, 20151 min read
Radian Engine and Functions
In previous posts, I showed how to create ARC/INFO functions in SQL using Manifold 8. While I love SQL, it is somewhat frustrating to...
artlembo
Jun 5, 20152 min read


A Poor Man’s Parallel Processor for GIS
In addition to SQL, I also am interested in processing large volumes of spatial data. One of the newest rages in “big data” is Hadoop....
artlembo
Apr 20, 20154 min read


Spatial is Not Special – Quadrat Analysis
In our book we illustrated the use of quadrat analysis for determining whether points were random, clustered, or distributed. Figure...
artlembo
Jun 8, 20142 min read


Spatial is Not Special – Nearest Neighbor Index
It is nice to get back to the book, and start talking about Statistical Problem Solving in Geography again. Today we are going to look...
artlembo
May 30, 20142 min read


ARC/INFO Functions in SQL – Line Density
Dale posted a request to see Line Density recreated in SQL. Please take a look at the ESRI help topic for line density. I will warn you,...
artlembo
May 28, 20142 min read
ARC/INFO Functions – Symmetrical Difference
I was recently asked by danb to illustrate the ARC/INFO function symmetrical difference. We basically want to find those areas in layer A...
artlembo
May 26, 20141 min read
ARC/INFO Functions – UNION
We are going to conclude our overlay posts with the ARC/INFO UNION command. This should be a lot easier than it actually is. I think...
artlembo
May 23, 20142 min read


ARC/INFO Functions in SQL – IDENTITY
The ARC/INFO IDENTITY operation seen here is sometimes confusing because it takes ALL of the Input feature, and the part of the IDENTITY...
artlembo
May 20, 20142 min read
ARC/INFO Functions in SQL – INTERSECT
I promised you that I would address the attributes. Remember, our previous query only performed the ClipSubract for the geometries, and...
artlembo
May 19, 20142 min read


ARC/INFO Functions in SQL – ERASE, INTERSECT, IDENTITY, UNION
Today we are beginning another four-part session on the classical ESRI topological overlay functions of Erase, Intersect, Identity, and...
artlembo
May 16, 20142 min read


Spatial is Not Special – Spatial Interaction completion
We’ve spent some time looking at how to create spatial interaction models using PIVOT tables and spatial constructs in SQL. The one last...
artlembo
May 14, 20141 min read


Spatial Interaction (adjacency)
We recently looked at spatial interaction in the form of inverse distance weighting. However, some spatial interaction matrices are...
artlembo
May 12, 20141 min read


Spatial is Not Special – Spatial interaction
In my book Introduction to Statistical Problem Solving in Geography, we talk about relationships among geographic objects. These...
artlembo
May 6, 20142 min read


Spatial is Not Special – Variograms with SQL
Every geographer knows Tobler’s Law. Near things are more similar to things that are far away. From this, we often begin our...
artlembo
May 5, 20142 min read
bottom of page