top of page
Search
artlembo
Aug 20, 20191 min read
Models in QGIS
Did you know that QGIS can design graphical models, similar to the way Model Builder in ArcGIS works? The following video is taken from...
126 views0 comments
artlembo
Aug 12, 20192 min read
Big Data Geo-Analytics with Postgres workshop Evaluation
Technical and Detailed. Great teacher explanation. Really good! Practical advice, in-depth enough to really learn something useful (most...
42 views0 comments
artlembo
Mar 15, 20192 min read
Bivariate Choropleth Maps with Arcpy
In my previous post, I showed how to prepare the data for a bivariate choropleth map using PostGIS and QGIS. I also indicated that there...
642 views0 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
Mar 7, 20192 min read
Ready for a new career?
I just got off the phone with a very large developer. I want to call him a GIS developer, but really that’s not was he does. Rather, he...
33 views0 comments
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
Dec 11, 20183 min read
PostGIS Multiprocessing Code-Review
As promised, let’s walk through the code I wrote to create the multiprocessing of my Postgres/PostGIS task. You may recall that I said...
66 views0 comments
artlembo
Dec 10, 20185 min read
PostGIS and Multiprocessing
NYC taxi cab pickup locations for October, 2012 OK, let’s cut to the chase: I used Python’s parallel processing capabilities with...
107 views0 comments
artlembo
Oct 28, 20184 min read
Denver workshops – a mixture of sadness and joy.
two successful Keeping Up with GIS Technology workshops out in Denver. This was a week mixed with sadness and joy: sadness in that my...
33 views0 comments
artlembo
Oct 17, 20182 min read
Follow up to my big data test – improving PostGIS performance
Just a quick follow-up to my big data test. If you remember, I was able to determine the number of taxi pickups and the sum of the fares...
39 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
Aug 19, 20182 min read
Maryland GIS Conference: Workshop Results
We had a very successful workshop on GIS at the Maryland Geospatial Conference – well, actually two workshops. I was asked to teach a...
5 views0 comments
artlembo
Aug 10, 20183 min read
Is a Geography Degree worth it?
Recently, we were asked by our new University President, Chuck Wight, how our students are doing in obtaining their first job. You have...
32 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...
592 views0 comments
artlembo
Jun 26, 20181 min read
Multi-ring (non-overlapping) Buffers with Manifold 9
In my last post, I showed you how to create multi-ring, non-overlapping buffers with spatial SQL in PostGIS. In this post, I want to do...
16 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...
273 views0 comments
artlembo
Jun 19, 20181 min read
GIS Analysis of Overlapping Layers
Sure you can solve it with a few for loops, inserting the results into a new table, but that really is a hassle. Also, I have to do it...
73 views0 comments
artlembo
Apr 11, 20181 min read
5(6) Ways to get data into Postgres/PostGIS
Lots of people ask me how to get data into Postgis. This video is a quick 9 minute demonstration of 3 ways to get data into Postgres...
30 views0 comments
artlembo
Mar 13, 20182 min read
DEM Processing – return of the beast?
I telling the guys at Manifold when something isn’t working the way I think it should. On one hand, I get the satisfaction of sticking...
10 views0 comments
artlembo
Mar 7, 20182 min read
DEM Processing – who’s the beast
(yes, I meant to say Beast). Today I began to experiment with processing some large raster DEMs, and making contours. I used ArcGIS,...
36 views0 comments
bottom of page