GIS and Remote Work

An Exploration of a GIS Remote Work Toolkit

In the aftermath of the Coronavirus pandemic, remote work may well be come the new normal, as businesses and government agencies discover that productivity can be maintained or even increased when implementing remote work options. And the tools to implement this transition at the employee level are neither complicated or expensive. In my case, even without a high-end laptop, a VPN connection, a remotely accessible central database, or even a cloud-based file sync service, remote GIS work was a painless transition from the traditional office setting.

Much of tools and processes that led to the success of my transition to remote work were already in place before the pandemic. I use ArcGIS Pro as my go-to GIS desktop application for managing our limited cloud GIS data, QGIS for my daily-driver for enterprise GIS editing, and our web applications not managed via ArcGIS Online are hosted and deployed using Netlify. All of the tools to manage these applications can be installed on any modern laptop, though it does help to have a dedicated graphics card for certain GIS workflows. And thanks to the open licenses of QGIS, VS Code, netlify-cli, etc. (and the cloud-based licensing of ArcGIS Pro) there was no need for me to mess with usb-key dongles or deactivating desktop licenses.

Photo of my home office with the original laptop setup.

As for the database to house our enterprise GIS data, I had recently migrated 90% of our this data from shapefiles to a PostgreSQL database. To access this data remotely without a VPN or by opening up ports on our server, I simply created a backup from the existing Postgres database via pgAdmin. Since both Postgres and PostGIS use an open license, I was able to install these on my laptop and restore this backup without issue. This whole process was seamless and I was up and running in my new home office in less than a day. I did refrain from performing many edits to the data in the Postgres backup during this initial phase. Still, for daily tasks involving analysis and map-making this setup worked out quite well.

A few months into the lockdown my employer provided me with a new laptop and a VPN connection, so I am back to using the main enterprise database with the full editing ability via QGIS while remote. Accessing Postgres via the VPN connection is not ideal, but the editing lag time is tolerable.

If there is one area where this whole approach falls short it is with the local editing of data hosted in ArcGIS Online via ArcGIS Pro. This is not due to working remotely; rather it is due to the shortcomings of using a feature service as an authoritative data store. While I plan to deploy “Enterprise” at some point in the future, for the moment ArcGIS Online will have to do.

For those wanting a deeper dive into the software and tools in my toolkit, here is a list of the main hardware and software components I have used throughout my remote work journey.

Hardware

Desktop GIS Software

Desktop Misc Software

Web Services

Media Hardware

Media Software

The only thing that’s missing from my hardware setup is a standing desk and an awesome map to hang on my wall. Suggestions welcome!

Newer Post
From the Ashes of Shapefiles
Older Post
Exporting AGOL Feature Services to GeoJSON

Related Posts