Examples of the usefulness of GIS skills include:
-An 2018 investigation that found an election error that caused a state house to flip: https://www.esri.com/about/newsroom/blog/how-maps-help-the-media-see-what-others-cant/
-A few anecdotes on the usefulness of mapping skills in government work on a Hacker News thread (2010): https://news.ycombinator.com/item?id=2030302
My initial search found a list of slide presentations and tutorials (https://gijn.org/mapping/) and recommendations either to go to university to study the field or download the open-source QGIS software and learn it as you go by working on projects (I'm concerned it's possible to miss best practices without a better resource).
Would there be any other useful approaches for a self-learner? Examples might include textbooks or online courses to learn from. Thank you.
If you want to work in government with GIS/data - ArcGIS is the standard.
ESRI has a lot of content on youtube. The channel GIScience has also a lot of good tutorials.
If you don’t have the cash there’s open source GIS tools like QGIS or Grass GIS. Or use Kepler.gl with Jupiter notebooks.
Happy mapping!
Another approach would be to simply pick up an ESRI tutorial and work your way through a couple of projects that appeal to you. A nice benefit of this approach is that software and data will be provided. I smashed one over the weekend before I started my first GIS internship and I got a lot out of it.
- Install PostgreSQL
- Install the PostGIS extension
- Download an extract of OpenStreetMap
- Get it into PostgeSQL
- Play with rendering tools (e.g. a few square kilometers around your house, leaving out all roads)
- Play with querying the PostgreSQL database (e.g. try figuring out what the closest library yo your home is, according to OpenStreetMap, or try counting the streets within a block, or the number of houses)
- Try adding some other data to your database
I think all but the last should be doable in a few weeks for a self-learner with access to Google.