top of page
Search


Classic ARC/INFO Commands in PostGIS: Mean Center
We'll continue our look into ESRI commands in PostGIS by examining another simple task: calculating the Mean Center of a data set. To illustrate these concepts, I will be showing examples from my book Statistical Problem Solving in Geography . In my textbook, I have an example of 7 data points: So, we can recreate the same results with the following SQL: this query gets the average X and Y coordinate values for a point layer by first converting the geometry into X and Y val
artlembo
12 minutes ago1 min read


Classic ARC/INFO Functions in PostGIS: Define Projection and Project
If you've worked with ARC/INFO (or any GIS really), you often have to make a determination about the coordinate system of your data: if you want to reproject the data into another coordinate system, you use PROJECT , but if you want to simply overwrite the coordinate system of a layer, you would use DEFINE PROJECTION . PostGIS allows you to do both commands rather easily. So today, I'll show you both of them. I often find that I need to do these commands a lot, especially
artlembo
5 days ago2 min read


Classic ARC/INFO commands in PostGIS: NEAR
Rather than starting with the easiest or hardest function, I thought I'd start somewhere in the middle - for GIS experts I don't want to bore you, and for novices, I don't want to blow you away with something more complex. But, after this post, we'll work through some easy queries and move on to more advanced queries. For those of you who used ARC/INFO, you probably found that the NEAR function was one of your best friends. I used it every week to transfer attributes from
artlembo
Nov 202 min read


Classic ARC/INFO Commands in PostGIS: Getting started
Two of my favorite things: my trusty ARC/INFO mug from 1990, and my trusty dog Pepper, painted in the style of Andrew Wyeth's Homer . At the recent FOSS4gNA conference , I had the pleasure of hearing about some of the new features in PostGIS. One such set of features were the Coverage related features ( ST_CoverageInvalidEdges , ST_CoverageUnion , ST_CoverageSimplif y ). These functions made certain adjustments in the data structure to allow for faster spatial operations. L
artlembo
Nov 202 min read


Can I Download, Install, Create, and Deploy a Dashboard in Under 15 Minutes??
I just started experimenting with a free and open source Web GIS framework called MapStore. MapStore is developed by GeoSolutions, and...
artlembo
Sep 30, 20242 min read


Sending my graduate students off into the world - the Capstone class
I've blogged about how enjoyable my job has been to teach in our Master of GIScience Management at Salisbury University. I love the...
artlembo
May 24, 20231 min read


Early stress test for Manifold Server
In my previous post I showed how easy it was to stand up a Manifold Server application using an old laptop with 8GB of RAM, and my cable...
artlembo
May 22, 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...
artlembo
May 15, 20232 min read


Web Mapping without a server: an easy setup and deployment
In a previous post, I showed the new Internet mapping API from Manifold GIS that allows users to deploy their GIS data on the Internet...
artlembo
May 13, 20233 min read


Web mapping without a web server?
In my previous blog post we looked at parallel processing using a number of desktop GIS products using a relatively large dataset of...
artlembo
May 9, 20232 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...
artlembo
May 1, 20237 min read


The 2021 Salisbury University MS in GIS Management Projects: my favorite year yet!
This semester was quite busy, as I oversaw 9 Master's projects in our MS in Geographic Information Science Management program (MSGISM). ...
artlembo
Jul 7, 20212 min read


SUMSGISM2020
This semester was quite busy, as I oversaw 9 Master's projects in our MS in Geographic Information Science Management program (MSGISM). ...
artlembo
Jul 7, 20212 min read


How FOSS4g Fits in Your Stack
I had a great semester working with my students using desktop, server, and developer tools with Free and Open Source Software for...
artlembo
May 20, 20201 min read


teaching Arcpy to first time users
In my previous post, I showed how my GIS students were able to adapt to QGIS as a desktop GIS, and also the model building capabilities...
artlembo
May 11, 20203 min read


teaching an old dog new tricks: learning QGIS
In my last post, I showed that my lower level undergraduate students were performing quite well in their online transition, when learning...
artlembo
Apr 27, 20205 min read


Are students learning online?
We're now about 6 weeks into our experiment of transitioning our University instruction to an online environment. Because we...
artlembo
Apr 25, 20205 min read


COVID-19 Death Animation for Maryland with QGIS
I just started working with the Time Manager plug-in with QGIS to create an animation of recent COVID-19 deaths in Maryland: The map...
artlembo
Apr 22, 20201 min read


Free Online Quantitative Geography Course
Due to the COVID-19 virus, many of our schools are struggling to turn their courses into online delivery. I just found out that our...
artlembo
Mar 21, 20202 min read


Free course materials for GIS Professors
Due to the COVID-19 virus, many of our schools are struggling to turn their courses into online delivery. I too am getting my courses...
artlembo
Mar 12, 20202 min read
bottom of page