top of page
Search


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
85 views
0 comments


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
50 views
0 comments
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
15 views
0 comments
artlembo
May 22, 20150 min read
9 views
0 comments


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
24 views
0 comments


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
35 views
0 comments


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
26 views
0 comments


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
6 views
0 comments
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
15 views
0 comments
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
12 views
0 comments


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
16 views
0 comments
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
11 views
0 comments


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
34 views
0 comments


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
1 view
0 comments


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
7 views
0 comments


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
2 views
0 comments


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
23 views
0 comments


Spatial is Not Special – Modifiable Area Unit Problem (MAUP)
I wrote a paper in 2006 about using SQL for the Modifiable Area Unit Problem (MAUP). The example was an agricultural experiment field,...
artlembo
May 2, 20142 min read
22 views
0 comments
The ARC/INFO NEAR Function in SQL
Lets take another break from my textbook, and focus on a classic GIS operation. If you are like me, you learned GIS with ARC/INFO. I...
artlembo
Apr 23, 20142 min read
13 views
0 comments
Stream Sinuosity with Spatial SQL
In case you are getting tired of reading examples from my book (did I mention that I have a textbook you can buy from Amazon?), I thought...
artlembo
Apr 22, 20142 min read
49 views
0 comments
bottom of page