From 9d63bac45e83d5f20566b97b19b04b59634a704b Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Mon, 22 Jan 2024 03:42:23 +0000 Subject: [PATCH] Update Dev Notes --- Dev-Notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dev-Notes.md b/Dev-Notes.md index 013ac57..f24758c 100644 --- a/Dev-Notes.md +++ b/Dev-Notes.md @@ -54,6 +54,12 @@ OpenGML model resources (for rendering buildings): - https://github.com/opencitymodel/opencitymodel - contains datasets by state/county - https://medium.com/the-pointscene-diaries/qgis-3d-buildings-tutorial-1e0111fcd766 (how to use/show CityGML in QGIS) +Other QGIS software to look into: + +- QGIS web client (https://github.com/qgis/qwc2), basically QGIS in the web browser. Very new, very active development +- QGIS server (https://docs.qgis.org/3.28/en/docs/server_manual/index.html), a WFS/WMS server. Similar to Geoserver? Can be used in conjunction with QGIS web client + - Includes Kubernetes instructions: https://docs.qgis.org/3.28/en/docs/server_manual/containerized_deployment.html#kubernetes + ## 20240117 Example SQL query to create a `qgis_friendly` view that converts Cayenne GPS location into PostGIS point, includes unique ID, RSSI, time, and gatewayId, and filters on gatewayId: