NENA 911 Database in QGIS

Jul 16, 2024 | postgis, QGIS

I work with two counties in TN with the TN NG911 standard. Flash back 10 years ago and I hadn’t really grasped how complicated address is. Do I like it? Mostly Yes. Occasionally I get questions from outside TN and I demo the two counties and how that works.

A while back someone called and went “Hey – Did you know the NENA 911 databse setup script is up in GitHub?” To which I said no so I did some investigating and I was surprised that there was a postgresql setup script. I’m 99% sure you can do “ArcServer Whatever” and leverage PostGIS/POstgreSQL.

For fun I set it up and now in QGIS I have tables:

So what does all this mean….well…..

  • You can start data collection in QGIS and deliver to a Dispatch system most of the time. I say most because I’ve delivered to 3 (I think) and it’s all been shapefiles of File GDB.
  • You can deliver to RapidSOS out of QGIS. They will probably say “Do it in ArcPro” and you just have to export it from QGIS into a ESRI File Geodatabase and don’t explain what you’ve done. It works. I’ve done it twice.

Based off the TN 911 work:

  • Dropdown Lists. Lots and Lots of Dropdown Lists. That can be pulled from the Tables.
  • Triggers for some things – but not as many as I’m running for the TN NG911 Database
  • Setting up Relations in QGIS which I’ve not done for TN.

For fun I did import some of the TN data into this database several months back which led me to doing some cleanup on the NG911 TN Scripts. I need to go back and pick a small town in TN and do it from scratch.

What I think:

  • Completely doable in QGIS. So you don’t need ArcPro to do it.
  • You’re going to catch flack because a majority of the 911 GIS folk I’ve met have been quietly suffering and believe the Big E is the only avenue for addressing.
  • You’re going to unleash the full fun of PostGIS. So you’re going to look at your data in ways you’ve not looked at it before.

Overall – it’s pretty nice to see a chance to use something that purposefully allows other than ESRI products to produce addresses. Hopefully more people take advantage of it.

You may also like

QGIS Fun: Chickamauga Mound

QGIS Fun: Chickamauga Mound

I've been trying to stop once a week and do something fun with QGIS. Post Heart Incident I do a lot of walking. I've been re-exploring some places I used to go in town to exercise and one is the TN River Walk. I realized the other day I needed to do some OpenStreetMap...

The Trail Map – Part 1

The Trail Map – Part 1

A few posts ago I babbled about cartography. I've never had the patience for Cartography mainly because two things usually happen...well three things: the map can't be bigger than 8x11 the map must have everything on it Make the map however you want except we will...

My So called Life as a Map Maker

My So called Life as a Map Maker

I can sum it up: It's not much of one. Way back in my younger days I was infatuated with ArcPlot (which was the plotting portion of ArcINFO). From there I moved to Arcview, ArcMap, and eventually here to QGIS. All of my work typically revolves around Data. I usually...