QGIS, PostGIS, and Geoserver in an Enterprise Environment

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 14

  • @Daagg
    @Daagg 2 года назад +3

    Excellent demo and tutorial on QGIS and PostGIS. People spend thousands of $ just to have half the ease and functionalities of this duo. Kudos!

    • @nguyennghialan
      @nguyennghialan Год назад

      😂 hundred thousands if you think about ESRI enterprise

  • @HeYoK.4726
    @HeYoK.4726 Год назад

    God knows how many time I have watched this video...Kudos, Bravo 👏🏿

  • @leumnanthavong
    @leumnanthavong 2 года назад +1

    When ever I have watched your video. It is seem to be like useful. thank you very much for sharing video pls keep on upload more clips

  • @GiacomoAugello-p6m
    @GiacomoAugello-p6m Месяц назад

    First of all, great video. We’ve been using this combo for a while in my company, but I’m wondering… how do you deal with complex layer styling, which is possible in QGIS but not in SLD?

    • @lunageospatial
      @lunageospatial  Месяц назад

      Thanks! It's always nice to hear that our hard is appreciated. That is a great question. SLD styling has many limits so we try to keep it simple. We typically encounter two major limits: (1) complex symbology and (2) complex rule-based styling that combines multiple fields (e.g. if it's blue, type 7, and was installed on a Tuesday, make it green). The first one we have to choose to simplify the symbology to get as close to the QGIS style as we can. The second we will typically make a "style" or "label" field in the table that is populated by a trigger function, then we style or label using that field. IF, however, your data is fairly static, you could always create MBTiles in QGIS and serve that via Geoserver to get the exact QGIS symbology, but that comes with some significant limits. Happy to talk more about this if you reach out to us at lunageo.com

  • @moverecursus1337
    @moverecursus1337 11 месяцев назад +1

    Awesome!

  • @devoidbmx1
    @devoidbmx1 Год назад

    Can you briefly speak to the advantages of GeoServer when compared to other open source alternatives like the pairing of QGIS server/ Qgis Web Client 2?

    • @lunageospatial
      @lunageospatial  Год назад +1

      There are a lot of open source webGIS solutions out there. We tend to build custom solutions using Geoserver. QGIS Server can do some of what Geoserver can do (e.g. WMS, WFS, WMTS, etc.), but Geoserver is a far more robust application. Unfortunately, we have not used the QGIS Web Client 2.

    • @devoidbmx1
      @devoidbmx1 Год назад +1

      @@lunageospatial Appreciate your reply! I will have to try Geoserver out. I am currently building an enterprise GIS system (for fun) using QGIS Server and QWC2 and hosting it in Azure. The documentation on QWC2 and QGIS Server is a bit sparse, but I am slowly figuring it all out. QWC2 also has a Docker version built with containerized microservices that I have not yet experimented with.

    • @devoidbmx1
      @devoidbmx1 Год назад +1

      Just an update to this - QWC2 ended up not being mature enough (in my view) for production. I did get it running but ran into all sorts of undocumented errors and bugs. I ended up going with GeoServer Cloud Native, which is still in its early days, but it was a lot easier to deploy and configure and it got me up and running in a test environment for my personal projects. I then built an OpenLayers front end which was simple enough.

  • @devoidbmx1
    @devoidbmx1 Год назад +1

    What are your preferred solutions for a web front end content management and delivery? I've now successfully built a simular system hosted on Azure using PostgreSQL/Geoserver Cloud Native and am using OpenLayers to make my front end web map and it works fine for me, but I am wondering if there is a no-code or low-code Open Source web front end that would contain a collection of maps and data in a single portal that doesnt require custom web coding.

    • @devoidbmx1
      @devoidbmx1 Год назад

      I just watched your BC video and you answered this question in that video. For anyone wondering, options are Leaflet/Open Layers for the maps and GeoNode for a web content portal.

    • @lunageospatial
      @lunageospatial  Год назад +1

      @@devoidbmx1 The short answer is that there isn't a single low or no code solution for WebGIS, which is why we build custom solutions for our clients. Geonode is one option, but the setup is not for the faint of heart. There are a few other projects on the OSGeo website www.osgeo.org.