diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..4fdac75 --- /dev/null +++ b/.flake8 @@ -0,0 +1,8 @@ +[flake8] +exclude = */.venv/*, */.env/*, */venv/*, */env/*, +max-line-length = 79 + +# E12x continuation line indentation +# E251 no spaces around keyword / parameter equals +# E303 too many blank lines (3) +ignore = E121,E122,E123,E124,E125,E126,E127,E128,E251,E303,W503,W504,W60,F405,E501,W293 diff --git a/config.toml b/config.toml index d3cd511..dbfbb31 100644 --- a/config.toml +++ b/config.toml @@ -26,12 +26,14 @@ ignoreLogs = ['warning-goldmark-raw-html'] [permalinks] categories = "/categories/:slug/" tags = "/tags/:slug/" + languages = "/languages/:slug/" subscribers = "/subscribers/:slug/" # Taxonomies [taxonomies] category = "categories" tag = "tags" + language = "languages" subscriber = "subscribers" [params] diff --git a/content/posts/3d-tiles-in-QGIS.md b/content/posts/3d-tiles-in-QGIS.md index 64ac6b9..0204d39 100644 --- a/content/posts/3d-tiles-in-QGIS.md +++ b/content/posts/3d-tiles-in-QGIS.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Earlier this year, in collaboration with North Road we were awarded a grant from Cesium to introduce 3D tiles support in QGIS. The feature was developed successfully and shipped with QGIS 3.34.

diff --git a/content/posts/684.md b/content/posts/684.md index f81d1d5..60e2992 100644 --- a/content/posts/684.md +++ b/content/posts/684.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["plugin", "qgis", "plugin qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

A very handy plugin for QGIS I use day to day is go2streetview by Enrico Ferreguti. The plugin adds an icon to the tool bar in QGIS and when selected I can click a road or street on a base map and a window will open that displays the Google Street or a Bing Maps Bird’s Eye view of the location. The camera’s direction and location is highlighted by a blue marker. I use the plugin when tracing boundaries of parks, open spaces and foot paths from aerial imagery. If the imagery is blurred or the view is obscured by trees, I click a point on a nearby street to see the location up close. The plugin works wherever Google Street view and Bing Birds Eye has coverage.

diff --git a/content/posts/6th-qgis-uk-user-group-meeting-in-edinburgh.md b/content/posts/6th-qgis-uk-user-group-meeting-in-edinburgh.md index f26483d..c639c31 100644 --- a/content/posts/6th-qgis-uk-user-group-meeting-in-edinburgh.md +++ b/content/posts/6th-qgis-uk-user-group-meeting-in-edinburgh.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "edina", "edinburgh", "ordnance survey", "qgis", "scotland", "thinkwhere", "user group"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The 6th QGIS UK user group meeting in Scotland is happening on the 3rd November 2016.  It is being hosted by the EDINA University of Edinburgh at the Informatics Forum and is sponsored by thinkWhere, Ordnance Survey, Angus Council and Cawdor Forestry.  Tickets are available through Eventbrite.

diff --git a/content/posts/7th-qgis-uk-scottish-user-group.md b/content/posts/7th-qgis-uk-scottish-user-group.md index 307d947..6bc1576 100644 --- a/content/posts/7th-qgis-uk-scottish-user-group.md +++ b/content/posts/7th-qgis-uk-scottish-user-group.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "scotland"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The next event on the QGIS UK user group roadshow is the 7th Scottish meeting at the Informatics Forum in Edinburgh on 16th November.

diff --git a/content/posts/8th-scottish-qgis-uk-user-group-meeting-plans.md b/content/posts/8th-scottish-qgis-uk-user-group-meeting-plans.md index 937b338..4235136 100644 --- a/content/posts/8th-scottish-qgis-uk-user-group-meeting-plans.md +++ b/content/posts/8th-scottish-qgis-uk-user-group-meeting-plans.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "scotland", "stirling"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

It’s been a long time since we posted anything up here but hopefully the news of another user group happening in Stirling on 7th November will hopefully assuage your distress.

diff --git a/content/posts/GSoC-2020.md b/content/posts/GSoC-2020.md index eba9077..4f8913c 100644 --- a/content/posts/GSoC-2020.md +++ b/content/posts/GSoC-2020.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In this year Google Summer of Code (GSoC), multiple new features were added to QGIS 3D. Belgacem Nedjima as the student with Martin Dobias and Peter Petrik as the mentors diff --git a/content/posts/Setting-up-Discovery-plugin.md b/content/posts/Setting-up-Discovery-plugin.md index 20075ff..369efca 100644 --- a/content/posts/Setting-up-Discovery-plugin.md +++ b/content/posts/Setting-up-Discovery-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

As a part of migrating to Open Source GIS, the Newcastle City Council has commissioned us to create a user friendly gazetteer plugin.

diff --git a/content/posts/a-little-qgis3-server-wsgi-experiment.md b/content/posts/a-little-qgis3-server-wsgi-experiment.md index 2ea3a42..fa5763c 100644 --- a/content/posts/a-little-qgis3-server-wsgi-experiment.md +++ b/content/posts/a-little-qgis3-server-wsgi-experiment.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["qgis server"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Here is a little first experiment for a wsgi wrapper to QGIS 3 Server, not much tested, but basically working: diff --git a/content/posts/a-new-qgis-tool-based-on-ogr2ogr-to-import-vectors-in-postgis-the-fast-way.md b/content/posts/a-new-qgis-tool-based-on-ogr2ogr-to-import-vectors-in-postgis-the-fast-way.md index 0cf58a9..7e01ebf 100644 --- a/content/posts/a-new-qgis-tool-based-on-ogr2ogr-to-import-vectors-in-postgis-the-fast-way.md +++ b/content/posts/a-new-qgis-tool-based-on-ogr2ogr-to-import-vectors-in-postgis-the-fast-way.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["faunalia"] author: "Faunalia" tags: ["postgis", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In QGIS there are many tools that can be used to import vectors inside a PostGIS database, each one has pros and cons: SPIT core plugin: available since long ago but now seems to be a unmaintained tool and therefore will be probably removed in a future QGIS release. It  has the advantage to allow […] diff --git a/content/posts/a-quick-guide-to-getting-started-with-pyqgis-on-windows.md b/content/posts/a-quick-guide-to-getting-started-with-pyqgis-on-windows.md index 1450dcb..ac1cb0e 100644 --- a/content/posts/a-quick-guide-to-getting-started-with-pyqgis-on-windows.md +++ b/content/posts/a-quick-guide-to-getting-started-with-pyqgis-on-windows.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Getting started with Python and QGIS can be a bit overwhelming. In this post we give you a quick start to get you up and running and maybe make your PyQGIS life a little easier. diff --git a/content/posts/ability-to-set-custom-name-for-photos-taken-in-mergin-maps-mobile.md b/content/posts/ability-to-set-custom-name-for-photos-taken-in-mergin-maps-mobile.md index 00491d1..2ae03d0 100644 --- a/content/posts/ability-to-set-custom-name-for-photos-taken-in-mergin-maps-mobile.md +++ b/content/posts/ability-to-set-custom-name-for-photos-taken-in-mergin-maps-mobile.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Mergin Maps QGIS plugin is now capable of setting a custom QGIS expression that will be used as a name for the photos taken in the Mergin Maps mobile app. It is possible to combine field values, variables (even Mergin Maps variables) and other QGIS expression elements to create your custom photo name format (subfolders supported). You can find this configuration in the QGIS project settings > Mergin Maps.

Available since Mergin Maps QGIS plugin 2023.2 and Mergin Maps mobile 2.2

Read more about this in our documentation here: https://merginmaps.com/docs/gis/photo-names/

diff --git a/content/posts/about-label-halos.md b/content/posts/about-label-halos.md index 53cb1cf..3a088c8 100644 --- a/content/posts/about-label-halos.md +++ b/content/posts/about-label-halos.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "3.0", "cartography", "colour", "geospatial", "labelling", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

A lot of cartographers have a love/hate relationship with label halos. On one hand they can be an essential technique for improving label readability, especially against complex background layers. On the other hand they tend to dominate maps and draw unwanted attention to the map labels.

diff --git a/content/posts/about.md b/content/posts/about.md index 28ae9d7..b9819bf 100644 --- a/content/posts/about.md +++ b/content/posts/about.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Gary Sherman has a wide and varied background, including that of geologist, mining engineer, software engineer, publisher, and author. He has authored both technical books and articles, as well as fiction. diff --git a/content/posts/add-realistic-mist-and-fog-to-topography-in-qgis-3-2.md b/content/posts/add-realistic-mist-and-fog-to-topography-in-qgis-3-2.md index 96d4c8e..6672066 100644 --- a/content/posts/add-realistic-mist-and-fog-to-topography-in-qgis-3-2.md +++ b/content/posts/add-realistic-mist-and-fog-to-topography-in-qgis-3-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["qgis", "tutorial", "uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
diff --git a/content/posts/add-to-felt-qgis-plugin.md b/content/posts/add-to-felt-qgis-plugin.md index f1c3575..8df8e28 100644 --- a/content/posts/add-to-felt-qgis-plugin.md +++ b/content/posts/add-to-felt-qgis-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["partners", "qgis", "collaboration", "community", "felt", "geospatial", "integration", "plugins", "qgis", "sponsors"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

diff --git a/content/posts/added-support-for-text-spacer-and-html-widgets.md b/content/posts/added-support-for-text-spacer-and-html-widgets.md index 5ec07f7..bd0a190 100644 --- a/content/posts/added-support-for-text-spacer-and-html-widgets.md +++ b/content/posts/added-support-for-text-spacer-and-html-widgets.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In our most recent update, we're thrilled to announce the addition of support for QGIS's spacer, text, and HTML widgets in our forms! This enhancement brings greater flexibility and customization to your data entry process. Easily incorporate spacers, add informative text, and use HTML elements to create dynamic and engaging forms tailored to your specific needs.

diff --git a/content/posts/added-support-for-zstd-format.md b/content/posts/added-support-for-zstd-format.md index d7a98f04..96ba322 100644 --- a/content/posts/added-support-for-zstd-format.md +++ b/content/posts/added-support-for-zstd-format.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The mobile app is now capable of opening GeoTIFF files compressed with zstd format.

diff --git a/content/posts/adding-esris-world-hillshade-layer-to-qgis.md b/content/posts/adding-esris-world-hillshade-layer-to-qgis.md index ea41a3e..0a3b637 100644 --- a/content/posts/adding-esris-world-hillshade-layer-to-qgis.md +++ b/content/posts/adding-esris-world-hillshade-layer-to-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["2.18", "qgis", "tutorial", "uncategorized", "hillshade", "topography"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

You may have seen my earlier tutorial where I described how to make nice looking hillshaded maps in QGIS using SRTM elevation data. Well, we don’t have to stop with just one hillshade layer on a map, it is possible to overlay multiple hillshades; a procedure that can increase the visual quality and detail. The following image is the hillshade we made before. Once you re-create a hillshade, following the previous tutorial, you can head to the next step (note that brightness and contrast settings may be different due to changes in how QGIS generates and displays hillshades).

diff --git a/content/posts/agenda-for-5th-qgis-user-group-scotland.md b/content/posts/agenda-for-5th-qgis-user-group-scotland.md index be3a446..16b0ce1 100644 --- a/content/posts/agenda-for-5th-qgis-user-group-scotland.md +++ b/content/posts/agenda-for-5th-qgis-user-group-scotland.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "qgis", "scotland"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

scottish thistleThe 5th QGIS user group meeting in Scotland takes place next Wednesday at the University of Glasgow.  It is being hosted by the School of Geographical and Earth Sciences and has been generously sponsored by thinkWhere and Ordnance Survey.  You can find the draft programme of talks and presentations here: 5th-QGIS-user-group-programme

diff --git a/content/posts/android-fused-location-provider-new-opt-in-feature.md b/content/posts/android-fused-location-provider-new-opt-in-feature.md index 02e731b..f33aa1b 100644 --- a/content/posts/android-fused-location-provider-new-opt-in-feature.md +++ b/content/posts/android-fused-location-provider-new-opt-in-feature.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We've integrated the Android Fused Location Provider into our app for enhanced location accuracy and efficiency. This update leverages all available location sources to provide faster and more precise location data while optimizing battery usage, ensuring your device stays powered longer. It is currently an opt-in feature, so you will need to enable it in the app settings under Manage GPS Providers. Enable this feature to enjoy improved location-based services and a longer-lasting battery with our latest enhancement!

diff --git a/content/posts/arcgis-image-server.md b/content/posts/arcgis-image-server.md index 2165171..1d8b6c2 100644 --- a/content/posts/arcgis-image-server.md +++ b/content/posts/arcgis-image-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I was interested to read that ArcGIS Image Server is now available. Now I admit that I haven’t had any advanced information about the product (has anybody?) but was disappointed to find that its only supported on Windows servers. diff --git a/content/posts/arcgis-rest-api-connector-plugin-for-qgis.md b/content/posts/arcgis-rest-api-connector-plugin-for-qgis.md index e52bd7c..a7768b3 100644 --- a/content/posts/arcgis-rest-api-connector-plugin-for-qgis.md +++ b/content/posts/arcgis-rest-api-connector-plugin-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["news", "plugin", "qgis", "rest"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

ArcGIS REST Connector Plugin

diff --git a/content/posts/autoform-plugin-for-qgis.md b/content/posts/autoform-plugin-for-qgis.md index b9afdd9..e171b71 100644 --- a/content/posts/autoform-plugin-for-qgis.md +++ b/content/posts/autoform-plugin-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The AutoForm plugin for QGIS automatically sets the edit widget type for the fields of a selected layer based on their data types and foreign keys. This is in order to save the user time they may need to spend on manually editing these widgets.

diff --git a/content/posts/batch-exporting-site-visit-photos-to-word.md b/content/posts/batch-exporting-site-visit-photos-to-word.md index 414dcf2..babb93a 100644 --- a/content/posts/batch-exporting-site-visit-photos-to-word.md +++ b/content/posts/batch-exporting-site-visit-photos-to-word.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Preparing reports with lots of survey photos takes time - this plugin automates the process.

diff --git a/content/posts/beyond-the-rdbms.md b/content/posts/beyond-the-rdbms.md index 3db3d51..7b7b2f6 100644 --- a/content/posts/beyond-the-rdbms.md +++ b/content/posts/beyond-the-rdbms.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In Beyond the RDBMS Sean references Martin’s post which in turn points us to a paper (gotta love the web in action) promoting “The End of an Architectural Era”. This paper advocates the complete rewrite (well trashing actually) of current RDBMS code in favor of specialized “engines”. diff --git a/content/posts/brittle-systems.md b/content/posts/brittle-systems.md index fcbf2ff..1dd2d01 100644 --- a/content/posts/brittle-systems.md +++ b/content/posts/brittle-systems.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Lets face it, GIS systems are complicated. Typically there are multiple servers and applications that make up a “system”. Each of these represent a potential point of failure, thus creating a brittle system. Brittle systems break. The definition of the word brittle is: diff --git a/content/posts/build-and-deploy-c-qgis-app-on-windows.md b/content/posts/build-and-deploy-c-qgis-app-on-windows.md index 1de1d88..f8b36b8 100644 --- a/content/posts/build-and-deploy-c-qgis-app-on-windows.md +++ b/content/posts/build-and-deploy-c-qgis-app-on-windows.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_tips"] author: "QGIS Tips" tags: ["cpp", "c++", "compile", "deploy", "qgis", "windows"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

After a lot of troubles, I managed to compile and deploy a QGIS c++ app on windows. This small guide will describe the steps I followed. This has been tested on win xp and windows 7, both in 32 bits.

diff --git a/content/posts/building-qgis-master-with-qt-5-9-3-debug-build.md b/content/posts/building-qgis-master-with-qt-5-9-3-debug-build.md index 45ef19c..35e86ee 100644 --- a/content/posts/building-qgis-master-with-qt-5-9-3-debug-build.md +++ b/content/posts/building-qgis-master-with-qt-5-9-3-debug-build.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["gis", "qgis", "[lang_it]programmazione[/lang_it][lang_en]programming[/lang_en]"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Building QGIS from sources is not hard at all on a recent linux box, but what about if you wanted to be able to step-debug into Qt core or if you wanted to build QGIS agains the latest Qt release? diff --git a/content/posts/building-qgis-on-feisty-fawn.md b/content/posts/building-qgis-on-feisty-fawn.md index 6330f8c..5fc5a1f 100644 --- a/content/posts/building-qgis-on-feisty-fawn.md +++ b/content/posts/building-qgis-on-feisty-fawn.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Here is the process I used to quickly build (OK, but it was faster than usual) QGIS HEAD on Feisty Fawn. What’s QGIS HEAD? It’s the current development version that includes the tasty Python bindings that allow you to write both QGIS plugins and stand-alone mapping applications. diff --git a/content/posts/building-spatial-analysis-assistants-using-openais-assistant-api.md b/content/posts/building-spatial-analysis-assistants-using-openais-assistant-api.md index ca32892..cd9a61c 100644 --- a/content/posts/building-spatial-analysis-assistants-using-openais-assistant-api.md +++ b/content/posts/building-spatial-analysis-assistants-using-openais-assistant-api.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["gis", "llm", "chatgpt"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Earlier this year, I shared my experience using ChatGPT’s Data Analyst web interface for analyzing spatiotemporal data in the post “ChatGPT Data Analyst vs. Movement Data”. The Data Analyst web interface, while user-friendly, is not equipped to handle all types of spatial data tasks, particularly those involving more complex or large-scale datasets. Additionally, because the code is executed on a remote server, we’re limited to the libraries and tools available in that environment. I’ve often encountered situations where the Data Analyst simply doesn’t have access to the necessary libraries in its Python environment, which can be frustrating if you need specific GIS functionality.

diff --git a/content/posts/buildings-in-qgis3d.md b/content/posts/buildings-in-qgis3d.md index ce32dbe..cad7b27 100644 --- a/content/posts/buildings-in-qgis3d.md +++ b/content/posts/buildings-in-qgis3d.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

With support for QGIS3D canvas, you can represent your vectors in a number of ways. In this post, we will walk you through how to render vectors as 3D objects.

diff --git a/content/posts/calcular-coordenadas-do-centroide-de-poligonos-calculate-polygon-centroids-coordinates.md b/content/posts/calcular-coordenadas-do-centroide-de-poligonos-calculate-polygon-centroids-coordinates.md index 7f40722..aeb553e 100644 --- a/content/posts/calcular-coordenadas-do-centroide-de-poligonos-calculate-polygon-centroids-coordinates.md +++ b/content/posts/calcular-coordenadas-do-centroide-de-poligonos-calculate-polygon-centroids-coordinates.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "hint", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

EN | PT

diff --git a/content/posts/cartodb-wins-in-best-european-web-entrepreneur-of-the-year-awards.md b/content/posts/cartodb-wins-in-best-european-web-entrepreneur-of-the-year-awards.md index 3ada4b2..e7ccba2 100644 --- a/content/posts/cartodb-wins-in-best-european-web-entrepreneur-of-the-year-awards.md +++ b/content/posts/cartodb-wins-in-best-european-web-entrepreneur-of-the-year-awards.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

CartoDB, the FOSS powered web mapping solution, was honoured at the 2014 European Web Entrepreneur of the Year Awards along with three other companies at Dublin’s Web Summit on November 7th. The awards, presented by a European Commission backed body, were announced after a six month competition that involved public voting across four categories. CartoDB won the award for best “high-growth web entrepreneur”. CartoDB now has a growth rate of over 15% per month and customers in over 30 countries.

diff --git a/content/posts/catching-up-with-the-qgis-user-conference-2024-safe-the-date-for-2025.md b/content/posts/catching-up-with-the-qgis-user-conference-2024-safe-the-date-for-2025.md index 8dd7357..7c16df4 100644 --- a/content/posts/catching-up-with-the-qgis-user-conference-2024-safe-the-date-for-2025.md +++ b/content/posts/catching-up-with-the-qgis-user-conference-2024-safe-the-date-for-2025.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

This year’s user conference took place in Bratislava, organized by the Slovak QGIS User Group and hosted at the Slovak University of Technology Faculty of Civil Engineering. The event was sold out early and the venue was full of energy and excitement.

diff --git a/content/posts/celebrating-18-years-of-the-open-source-geospatial-foundation-osgeo.md b/content/posts/celebrating-18-years-of-the-open-source-geospatial-foundation-osgeo.md index 8bfa864..1ee53e6 100644 --- a/content/posts/celebrating-18-years-of-the-open-source-geospatial-foundation-osgeo.md +++ b/content/posts/celebrating-18-years-of-the-open-source-geospatial-foundation-osgeo.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The Open Source Geospatial Foundation (OSGeo) today celebrates its 18th anniversary, underscoring its pivotal role in the development of open source geospatial software and its impact on the world. Founded in 2006, OSGeo’s mission is to support and promote the collaborative development of open geospatial technologies and data. Over the years, it has become a cornerstone of the open geospatial community, fostering innovation, education and adoption of open source geospatial software worldwide.

diff --git a/content/posts/centring-to-gps-position-when-recording.md b/content/posts/centring-to-gps-position-when-recording.md index 97bee38..bbe71a8 100644 --- a/content/posts/centring-to-gps-position-when-recording.md +++ b/content/posts/centring-to-gps-position-when-recording.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We brought back the option for centring to GPS position when entering the recording mode. Additionally, we added a new entry into the application settings to disable this behavior if desired.

diff --git a/content/posts/cesium-ecosystem-grant-win-for-qgis-3d-tiles.md b/content/posts/cesium-ecosystem-grant-win-for-qgis-3d-tiles.md index c3925ae..be7579c 100644 --- a/content/posts/cesium-ecosystem-grant-win-for-qgis-3d-tiles.md +++ b/content/posts/cesium-ecosystem-grant-win-for-qgis-3d-tiles.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["3d tiles", "core feature development", "integrations", "partners", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
Success! Lutra and North Road have been rewarded a Cesium Ecosystem Grant to provide access to 3D tiles within QGIS. We will be creating the ability for users to visualise 3D Tiles in QGIS alongside other standard geospatial sources in both 3D and 2D map views.
diff --git a/content/posts/chance-to-win-admin-essentials-training-voucher---just-give-a-review-to-enter.md b/content/posts/chance-to-win-admin-essentials-training-voucher---just-give-a-review-to-enter.md index c684fa7..f417d73 100644 --- a/content/posts/chance-to-win-admin-essentials-training-voucher---just-give-a-review-to-enter.md +++ b/content/posts/chance-to-win-admin-essentials-training-voucher---just-give-a-review-to-enter.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Don’t miss out on this opportunity to win a free seat at an upcoming Mergin Maps Admin Essentials training. diff --git a/content/posts/change-view-mode-for-relations-from-gallery-to-text.md b/content/posts/change-view-mode-for-relations-from-gallery-to-text.md index 71327f6..688015a 100644 --- a/content/posts/change-view-mode-for-relations-from-gallery-to-text.md +++ b/content/posts/change-view-mode-for-relations-from-gallery-to-text.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

If you prefer using text mode for relations instead of the gallery mode, add “nogallery“ text to your relation editor title. The mobile app will then display text mode instead of gallery. The fix is now released in 2024.1.0.

diff --git a/content/posts/charity-case-study.md b/content/posts/charity-case-study.md index c388ae0..00d4141 100644 --- a/content/posts/charity-case-study.md +++ b/content/posts/charity-case-study.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Significant time saved when route maps distributed with Input and Mergin.

diff --git a/content/posts/citizen-science-in-zurich-with-camptocamp-and-mergin-maps.md b/content/posts/citizen-science-in-zurich-with-camptocamp-and-mergin-maps.md index ea2a412..ea1a0b5 100644 --- a/content/posts/citizen-science-in-zurich-with-camptocamp-and-mergin-maps.md +++ b/content/posts/citizen-science-in-zurich-with-camptocamp-and-mergin-maps.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Discover how Camptocamp, in collaboration with Zurich, used Mergin Maps and QGIS to map bird nesting sites, empowering volunteers to collect accurate survey data. diff --git a/content/posts/configure-db-sync-right-from-your-qgis.md b/content/posts/configure-db-sync-right-from-your-qgis.md index 5c3135e..695b17a 100644 --- a/content/posts/configure-db-sync-right-from-your-qgis.md +++ b/content/posts/configure-db-sync-right-from-your-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

QGIS Plugin now allows you to generate configuration file for DB Sync based on your PostgreSQL connections. Simply navigate to “Plugins → Mergin Maps → Configure DB Sync“ and follow the guide.

Resulting configuration file can be saved and used for synchronising our GPKG data with PostgreSQL. Read more about DB Sync here: https://merginmaps.com/docs/dev/dbsync/

diff --git a/content/posts/configure-editing-form-widgets-using-pyqgis.md b/content/posts/configure-editing-form-widgets-using-pyqgis.md index 9dd71d9..5f8229d 100644 --- a/content/posts/configure-editing-form-widgets-using-pyqgis.md +++ b/content/posts/configure-editing-form-widgets-using-pyqgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["sem categoria", "pyqgis", "python", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

PT | EN

diff --git a/content/posts/configuring-lighttpd-with-fastcgi-for-mapserver.md b/content/posts/configuring-lighttpd-with-fastcgi-for-mapserver.md index 4fd4882..40beeb7 100644 --- a/content/posts/configuring-lighttpd-with-fastcgi-for-mapserver.md +++ b/content/posts/configuring-lighttpd-with-fastcgi-for-mapserver.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In an effort to obtain a faster and lightweight solution, I decided to use Lighttpd (AKA Lighty) with FastCGI to power MapServer. Snooping around the MapServer site yielded no clues on how to configure Lighty. It turns out to be fairly simple. diff --git a/content/posts/contributing-not-only-code-oslandia-journees-qgis-fr-2024.md b/content/posts/contributing-not-only-code-oslandia-journees-qgis-fr-2024.md index 5b86842..2e5de49 100644 --- a/content/posts/contributing-not-only-code-oslandia-journees-qgis-fr-2024.md +++ b/content/posts/contributing-not-only-code-oslandia-journees-qgis-fr-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["conférence", "newsfr", "open source", "open source", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/contributing-to-qgis-using-git.md b/content/posts/contributing-to-qgis-using-git.md index fcf1bde..8186610 100644 --- a/content/posts/contributing-to-qgis-using-git.md +++ b/content/posts/contributing-to-qgis-using-git.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- One of the challenges in any open source project is accepting contributions from people that don’t have, need, or want access to your centralized source code repository. Managing repository accounts for occasional or one-time contributors can be come a bit of an administrative issue. To date, the QGIS project has accepted one-time or occasional contributions through patches submitted via a help ticket. diff --git a/content/posts/crayfish-1-3.md b/content/posts/crayfish-1-3.md index 5e824b6..ce27f81 100644 --- a/content/posts/crayfish-1-3.md +++ b/content/posts/crayfish-1-3.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Crayfish is becoming the must-have QGIS plugin for those working with the binary and ascii DAT/.2dm formats. Recently we had some requests from BASEMENT users to fully support the file format of their modelling package.

diff --git a/content/posts/crayfish-2-0.md b/content/posts/crayfish-2-0.md index 24c1e04..a3b8904 100644 --- a/content/posts/crayfish-2-0.md +++ b/content/posts/crayfish-2-0.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

After listening to user feedback we decided to do some major work on Crayfish. The changes include code refactoring, changes to the user interface, support for an additional file format, adding a vector and contour overlay, and a shiny new logo!

diff --git a/content/posts/crayfish-2-1.md b/content/posts/crayfish-2-1.md index 4c8c683..caa7b85 100644 --- a/content/posts/crayfish-2-1.md +++ b/content/posts/crayfish-2-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

New features keep being added to Crayfish. Now it is possible to export time variable grid as animation, add AnuGA results and visualise vectors on user-defined grids.

diff --git a/content/posts/crayfish-2-2.md b/content/posts/crayfish-2-2.md index 8abfe71..628cc86 100644 --- a/content/posts/crayfish-2-2.md +++ b/content/posts/crayfish-2-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Crayfish 2.2 is out with lots of new features and new formats.

diff --git a/content/posts/crayfish-2-3.md b/content/posts/crayfish-2-3.md index f1d8913..9a96be6 100644 --- a/content/posts/crayfish-2-3.md +++ b/content/posts/crayfish-2-3.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Crayfish 2.3 is out with FLO-2D format support and automatic export of contours

diff --git a/content/posts/crayfish-2-5.md b/content/posts/crayfish-2-5.md index ef13206..3815e50 100644 --- a/content/posts/crayfish-2-5.md +++ b/content/posts/crayfish-2-5.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

A new release of Crayfish is now available from QGIS plugin repo.

diff --git a/content/posts/crayfish-2-7.md b/content/posts/crayfish-2-7.md index e34e9bb..5e98ae0 100644 --- a/content/posts/crayfish-2-7.md +++ b/content/posts/crayfish-2-7.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Crayfish 2.7 is out with grid calculator, new formats and several enhancements. This will likely to be the last version of Crayfish for QGIS 2.x. We have started a crowd-funding campaign to port Crayfish to QGIS 3.

diff --git a/content/posts/crayfish-3-2-1.md b/content/posts/crayfish-3-2-1.md index 2d8fd95..f6aa0d8 100644 --- a/content/posts/crayfish-3-2-1.md +++ b/content/posts/crayfish-3-2-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Ready for 3D meshes, vector streamlines or contour export?

diff --git a/content/posts/crayfish-3-4-4.md b/content/posts/crayfish-3-4-4.md index 3f5a58c..5bcc244 100644 --- a/content/posts/crayfish-3-4-4.md +++ b/content/posts/crayfish-3-4-4.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Mesh layer is now supported for the 1D, 2D and 3D data frames. It also comes with integration to the temporal controller in QGIS 3.14.

diff --git a/content/posts/create-great-looking-topographic-maps-in-qgis-2.md b/content/posts/create-great-looking-topographic-maps-in-qgis-2.md index 7a58ad1..6f01da9 100644 --- a/content/posts/create-great-looking-topographic-maps-in-qgis-2.md +++ b/content/posts/create-great-looking-topographic-maps-in-qgis-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["qgis", "totorials", "hillshade", "topography", "tutorial"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Wicklow-Topo-original

diff --git a/content/posts/creating-a-python-virtual-environment-for-pyqgis-development-with-vs-code-on-windows.md b/content/posts/creating-a-python-virtual-environment-for-pyqgis-development-with-vs-code-on-windows.md index d92c354..4f58d0b 100644 --- a/content/posts/creating-a-python-virtual-environment-for-pyqgis-development-with-vs-code-on-windows.md +++ b/content/posts/creating-a-python-virtual-environment-for-pyqgis-development-with-vs-code-on-windows.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["geotribu_en"] author: "Geotribu" tags: ["plugin qgis", "pyqgis", "python", "tutorial", "vs code", "windows"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- For Intellisense happiness diff --git a/content/posts/creating-a-tissots-indicatrix-in-qgis.md b/content/posts/creating-a-tissots-indicatrix-in-qgis.md index 3263916..173ac92 100644 --- a/content/posts/creating-a-tissots-indicatrix-in-qgis.md +++ b/content/posts/creating-a-tissots-indicatrix-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["plugin", "qgis", "tutorial", "projection"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The task of projecting, or unfolding the spherical Earth onto a flat map, is an age old problem in cartography. Projection almost always introduces distortion, most projections cannot preserve angles, areas and distances at the same time, they may be conformal (angle-preserving), equal-area (area-preserving) or equidistant (distance preserving) but not all at once. The only exception is a Globe, which preserves angles, areas and distances perfectly. Thus a projection is a compromise.

diff --git a/content/posts/creating-circular-insets-and-other-fun-qgis-layout-tricks.md b/content/posts/creating-circular-insets-and-other-fun-qgis-layout-tricks.md index 69604f3..c9975b2 100644 --- a/content/posts/creating-circular-insets-and-other-fun-qgis-layout-tricks.md +++ b/content/posts/creating-circular-insets-and-other-fun-qgis-layout-tricks.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["cartography", "qgis", "cartography", "composer", "html", "layouts", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Thanks to the recent popularity of the “30 Day Map Challenge“, the month of November has become synonymous with beautiful maps and cartography. During this November we’ll be sharing a bunch of tips and tricks which utilise some advanced QGIS functionality to help create beautiful maps.

diff --git a/content/posts/creating-png8-images-with-qgis-server.md b/content/posts/creating-png8-images-with-qgis-server.md index bfabe18..f6166bb 100644 --- a/content/posts/creating-png8-images-with-qgis-server.md +++ b/content/posts/creating-png8-images-with-qgis-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- For providing maps via WMS over the internet, it is important to generate image files with a small size. Because normally, most of the perceived WMS delay comes from transfering large images files over the internet (and not from map rendering itself). Therefore, QGIS server supports the conversion of png24 and png32 images into png8, therefore generating a file with only 1/3 resp. 1/4 of the original size (but with lower quality). diff --git a/content/posts/custom-applications-with-qgis.md b/content/posts/custom-applications-with-qgis.md index 3a76470..c9a8a2c 100644 --- a/content/posts/custom-applications-with-qgis.md +++ b/content/posts/custom-applications-with-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The recent release of QGIS 1.0 provides an excellent opportunity for developers looking to create standalone mapping applications with Python. diff --git a/content/posts/dashboard-redesign-released.md b/content/posts/dashboard-redesign-released.md index a0bb9d8..1d52ff8 100644 --- a/content/posts/dashboard-redesign-released.md +++ b/content/posts/dashboard-redesign-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We are excited to share that our redesigned dashboard has been released. Explore it yourself at merginmaps.com or read redesign blog post here.

This release also includes multiple user experience enhancements in the members tab, project collaborators tab and ease of use of sharing dialogues.

diff --git a/content/posts/designing-surveys-for-fibre-optics-rollout.md b/content/posts/designing-surveys-for-fibre-optics-rollout.md index dfb22d6..346d273 100644 --- a/content/posts/designing-surveys-for-fibre-optics-rollout.md +++ b/content/posts/designing-surveys-for-fibre-optics-rollout.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Jacops was starting a new project for the fiber rollout and needed the tools to organise a national survey. Previously they had used tools provided by a partner and needed to find a solution that allowed them to manage the full scope of the project. diff --git a/content/posts/desktop-gis-a-car-with-no-wheels.md b/content/posts/desktop-gis-a-car-with-no-wheels.md index b2f22e3..814c3cc 100644 --- a/content/posts/desktop-gis-a-car-with-no-wheels.md +++ b/content/posts/desktop-gis-a-car-with-no-wheels.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Is desktop GIS software a rusty old car with no wheels? Bouncing around the blogosphere sometimes leaves you with that impression. All the excitement these days seems to center around mashups, hacks, and mapping in your web browser. It’s definitely cool stuff. A number of folks think this is the future of GIS, even when it comes to doing analysis. diff --git a/content/posts/desktop-gis-the-book-now-in-beta.md b/content/posts/desktop-gis-the-book-now-in-beta.md index ca0c8a2..f5c12d8 100644 --- a/content/posts/desktop-gis-the-book-now-in-beta.md +++ b/content/posts/desktop-gis-the-book-now-in-beta.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The book is now available in beta. Excerpts from two of the chapters are available online. diff --git a/content/posts/desktop-gis-the-book.md b/content/posts/desktop-gis-the-book.md index 94bb43f..b217ba6 100644 --- a/content/posts/desktop-gis-the-book.md +++ b/content/posts/desktop-gis-the-book.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Pragmatic Programmers have announced the upcoming Desktop GIS title. diff --git a/content/posts/detailed-hillshading-anywhere-in-the-world.md b/content/posts/detailed-hillshading-anywhere-in-the-world.md index 33fd75b..c6db252 100644 --- a/content/posts/detailed-hillshading-anywhere-in-the-world.md +++ b/content/posts/detailed-hillshading-anywhere-in-the-world.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["maptiler"] author: "maptiler.com" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- New version of MapTiler QGIS Plugin 3.0 with detailed global terrain, contour lines, hillshading, and maps using these terrain data for outdoor activities. diff --git a/content/posts/developing-qgis-plugins-with-git.md b/content/posts/developing-qgis-plugins-with-git.md index 1c7effe..c1ba948 100644 --- a/content/posts/developing-qgis-plugins-with-git.md +++ b/content/posts/developing-qgis-plugins-with-git.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Writing a QGIS plugin is not overly complicated but represents a bit of work. Using git in conjunction with your development efforts can make sure your investment in coding time is preserved. diff --git a/content/posts/dica-para-ajustar-posicao-de-simbolos-em-qgis-hack-to-adjust-map-symbols-location-in-qgis.md b/content/posts/dica-para-ajustar-posicao-de-simbolos-em-qgis-hack-to-adjust-map-symbols-location-in-qgis.md index 995b979..f82aba8 100644 --- a/content/posts/dica-para-ajustar-posicao-de-simbolos-em-qgis-hack-to-adjust-map-symbols-location-in-qgis.md +++ b/content/posts/dica-para-ajustar-posicao-de-simbolos-em-qgis-hack-to-adjust-map-symbols-location-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "cartography", "hint", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

EN | PT

diff --git a/content/posts/diminished-expectations.md b/content/posts/diminished-expectations.md index 14906ca..1b79835 100644 --- a/content/posts/diminished-expectations.md +++ b/content/posts/diminished-expectations.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I’ve had to lower my expectations of the Open Source GIS user community. Now that I have your attention, I’ll explain. The OSGIS user community by and large is composed of a great bunch of folks. Its the few that have soured my outlook a bit. I repeatedly see posts to mailing lists blasting one application or the other (usually not to the project’s own list but another). The software stinks, doesn’t work right, the developers are stupid, its not as good as X, Y, or Z, and so forth. diff --git a/content/posts/direction-de-la-surete-sncf-x-accompagnement-qgis-et-qgis-server.md b/content/posts/direction-de-la-surete-sncf-x-accompagnement-qgis-et-qgis-server.md index f27fc56..0da3eb5 100644 --- a/content/posts/direction-de-la-surete-sncf-x-accompagnement-qgis-et-qgis-server.md +++ b/content/posts/direction-de-la-surete-sncf-x-accompagnement-qgis-et-qgis-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "open source", "qgis", "qgis server"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/du-nouveau-pour-citybuilder-cityforge.md b/content/posts/du-nouveau-pour-citybuilder-cityforge.md index 04ff5a7..157f604 100644 --- a/content/posts/du-nouveau-pour-citybuilder-cityforge.md +++ b/content/posts/du-nouveau-pour-citybuilder-cityforge.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "qgis", "3d"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/dual-booting-the-powerbook.md b/content/posts/dual-booting-the-powerbook.md index 382afec..19ba882 100644 --- a/content/posts/dual-booting-the-powerbook.md +++ b/content/posts/dual-booting-the-powerbook.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I use Linux and OS X as my primary operating systems. Lately I have been using the Powerbook exclusively with ssh or FreeNx to work on the Linux machines on the network. diff --git a/content/posts/easier-way-to-prepare-offline-projects-download-vector-tile-layers.md b/content/posts/easier-way-to-prepare-offline-projects-download-vector-tile-layers.md index 3cf9d19..355bd72 100644 --- a/content/posts/easier-way-to-prepare-offline-projects-download-vector-tile-layers.md +++ b/content/posts/easier-way-to-prepare-offline-projects-download-vector-tile-layers.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Introducing an easier way to prepare offline projects!

Now, you can download vector tile layers seamlessly by simply right-clicking on the layer and selecting 'Make available offline...' - making offline project preparation a breeze.

For a step-by-step guide, check out our documentation here. Enhance your offline mapping experience today!

diff --git a/content/posts/eigene-gis-fachapplikationen-mit-qgis-entwickeln.md b/content/posts/eigene-gis-fachapplikationen-mit-qgis-entwickeln.md index 9859300..75932cb 100644 --- a/content/posts/eigene-gis-fachapplikationen-mit-qgis-entwickeln.md +++ b/content/posts/eigene-gis-fachapplikationen-mit-qgis-entwickeln.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Als Ergebnis der Zusammenarbeit zwischen der Sourcepole AG und der Hochschule Rapperswil (HSR) ist ein Video entstanden, dass die Entwicklung eigener Fachschalen mit QGIS beschreibt. diff --git a/content/posts/eighth-gsoc-report-multithreading-on-processing.md b/content/posts/eighth-gsoc-report-multithreading-on-processing.md index 1069432..948f55d 100644 --- a/content/posts/eighth-gsoc-report-multithreading-on-processing.md +++ b/content/posts/eighth-gsoc-report-multithreading-on-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

What do I have completed this week?

diff --git a/content/posts/eleventh-gsoc-report-multithreading-on-processing.md b/content/posts/eleventh-gsoc-report-multithreading-on-processing.md index 2b21da1..2a753e1 100644 --- a/content/posts/eleventh-gsoc-report-multithreading-on-processing.md +++ b/content/posts/eleventh-gsoc-report-multithreading-on-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

What do I have completed this week?

diff --git a/content/posts/en-direct-des-journees-utilisateurs-qgis-fr.md b/content/posts/en-direct-des-journees-utilisateurs-qgis-fr.md index 7bbc26f..797ebd5 100644 --- a/content/posts/en-direct-des-journees-utilisateurs-qgis-fr.md +++ b/content/posts/en-direct-des-journees-utilisateurs-qgis-fr.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["conférence", "newsfr", "open source", "qgis", "communauté", "conférence", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/en-image-giros-360-un-jumeau-numerique-pour-la-garonne.md b/content/posts/en-image-giros-360-un-jumeau-numerique-pour-la-garonne.md index d119a64..18d0749 100644 --- a/content/posts/en-image-giros-360-un-jumeau-numerique-pour-la-garonne.md +++ b/content/posts/en-image-giros-360-un-jumeau-numerique-pour-la-garonne.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["open source", "qgis", "qwc2", "api", "open source"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/en-qgis-snapping-improvements.md b/content/posts/en-qgis-snapping-improvements.md index 4bcd324..3e455c8 100644 --- a/content/posts/en-qgis-snapping-improvements.md +++ b/content/posts/en-qgis-snapping-improvements.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["database", "gis", "qgis", "open source", "postgis", "snapping"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

A few months ago, we proposed to the QGIS grant program to make improvements to the snap cache in QGIS. The community vote selected our project which was funded by QGIS.org. Developments are now mostly finished.

diff --git a/content/posts/en-store-and-visualize-your-raster-in-the-cloud-with-cog-and-qgis.md b/content/posts/en-store-and-visualize-your-raster-in-the-cloud-with-cog-and-qgis.md index 507bcb6..f608c56 100644 --- a/content/posts/en-store-and-visualize-your-raster-in-the-cloud-with-cog-and-qgis.md +++ b/content/posts/en-store-and-visualize-your-raster-in-the-cloud-with-cog-and-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "non classé", "qgis", "sig", "", "cloud", "gdal"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We have recently been working for the French Space Agency ( CNES ) who needed to store and visualize satellite rasters in a cloud platform. They want to access the image raw data, with no transformation, in order to fullfill deep analysis like instrument calibration. Using classic cartographic server standard like WMS or TMS is not an option because those services transform datasets in already rendered tiles.

diff --git a/content/posts/enhanced-feature-identification-speed.md b/content/posts/enhanced-feature-identification-speed.md index db387ff..f141cf8 100644 --- a/content/posts/enhanced-feature-identification-speed.md +++ b/content/posts/enhanced-feature-identification-speed.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In our latest update, we've turbocharged the speed of feature identification on the map! Enjoy a faster and more responsive experience as you navigate and identify features with efficiency.

diff --git a/content/posts/enhanced-synchronization-performance-and-stability.md b/content/posts/enhanced-synchronization-performance-and-stability.md index 48696ef..f9228ab 100644 --- a/content/posts/enhanced-synchronization-performance-and-stability.md +++ b/content/posts/enhanced-synchronization-performance-and-stability.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The mobile app 2.5.0 contains multiple synchronization fixes and enhancements. Enjoy faster and more reliable file transfers!

diff --git a/content/posts/enhanced-viewing-zoom-feature-now-available-in-the-mobile-app.md b/content/posts/enhanced-viewing-zoom-feature-now-available-in-the-mobile-app.md index 0379b88..88e1781 100644 --- a/content/posts/enhanced-viewing-zoom-feature-now-available-in-the-mobile-app.md +++ b/content/posts/enhanced-viewing-zoom-feature-now-available-in-the-mobile-app.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In our latest mobile app update, we've added an enhanced viewing feature that allows users to smoothly zoom in and out of images. This new functionality provides a more detailed and flexible viewing experience, letting you focus on intricate details or take in the big picture with ease. Navigate your visual data with precision and control!

diff --git a/content/posts/entretien-avec-vincent-picavet.md b/content/posts/entretien-avec-vincent-picavet.md index cdf25ab..5f18213 100644 --- a/content/posts/entretien-avec-vincent-picavet.md +++ b/content/posts/entretien-avec-vincent-picavet.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "communauté", "entretien", "interview", "licence", "logiciellibre", "modèle économique", "opensource", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/equipe-oslandia-florent-developpeur-sig.md b/content/posts/equipe-oslandia-florent-developpeur-sig.md index 9d8ed8e..f024092 100644 --- a/content/posts/equipe-oslandia-florent-developpeur-sig.md +++ b/content/posts/equipe-oslandia-florent-developpeur-sig.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "équipe", "postgis", "postgresql", "python", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/equipe-oslandia-gwendoline-developpeur-qgis-web.md b/content/posts/equipe-oslandia-gwendoline-developpeur-qgis-web.md index b0dc48e..dd8110b 100644 --- a/content/posts/equipe-oslandia-gwendoline-developpeur-qgis-web.md +++ b/content/posts/equipe-oslandia-gwendoline-developpeur-qgis-web.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "postgis", "python", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/essen-2017-qgis-hackfest.md b/content/posts/essen-2017-qgis-hackfest.md index aa5ad26..67f73d6 100644 --- a/content/posts/essen-2017-qgis-hackfest.md +++ b/content/posts/essen-2017-qgis-hackfest.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["gis", "qgis", "qgis server"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Another great QGIS hackfest is gone, and it’s time for a quick report. diff --git a/content/posts/etiquetas-com-guias-em-qgis-e-postgis-labels-leading-lines-with-qgis-and-postgis.md b/content/posts/etiquetas-com-guias-em-qgis-e-postgis-labels-leading-lines-with-qgis-and-postgis.md index 9249c70..c167b0d 100644 --- a/content/posts/etiquetas-com-guias-em-qgis-e-postgis-labels-leading-lines-with-qgis-and-postgis.md +++ b/content/posts/etiquetas-com-guias-em-qgis-e-postgis-labels-leading-lines-with-qgis-and-postgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "cartography", "hint", "postgis", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

EN | PT

diff --git a/content/posts/everything-you-have-done-is-wrong.md b/content/posts/everything-you-have-done-is-wrong.md index bd06f74..3c9694f 100644 --- a/content/posts/everything-you-have-done-is-wrong.md +++ b/content/posts/everything-you-have-done-is-wrong.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- It’s true—everything you have ever done is wrong. If you are a developer, look at the code you wrote five years ago—it’s wrong. If you collect and store data—it’s wrong. diff --git a/content/posts/evolution-of-qgis.md b/content/posts/evolution-of-qgis.md index d0d5af7..ca2e4a6 100644 --- a/content/posts/evolution-of-qgis.md +++ b/content/posts/evolution-of-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- An interesting visualization of QGIS development over the last eight years: diff --git a/content/posts/explore-the-enhanced-performance-of-maps.md b/content/posts/explore-the-enhanced-performance-of-maps.md index a3db17d..8c01355 100644 --- a/content/posts/explore-the-enhanced-performance-of-maps.md +++ b/content/posts/explore-the-enhanced-performance-of-maps.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Visit maps in a project detail to experience improved performance. We're continuously working to make them more efficient and reliable.

diff --git a/content/posts/exploring-variables-in-qgis-2-12-part-1.md b/content/posts/exploring-variables-in-qgis-2-12-part-1.md index 82c2a31..123fc71 100644 --- a/content/posts/exploring-variables-in-qgis-2-12-part-1.md +++ b/content/posts/exploring-variables-in-qgis-2-12-part-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "2.12", "composer", "geospatial", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

It’s been quite some time since I last had a chance to blog and a lot has happened since then. Not least of which is that QGIS 2.12 has now been released with a ton of new features that I’ve neglected to write about! To try and get things moving along here again I’m planning on writing a short series exploring how variables work in QGIS 2.12 and the exciting possibilities they unlock. First, let’s look into how variables can be used with QGIS map composer…

diff --git a/content/posts/exploring-variables-in-qgis-pt-2-project-management.md b/content/posts/exploring-variables-in-qgis-pt-2-project-management.md index 41753d3..c8d6f62 100644 --- a/content/posts/exploring-variables-in-qgis-pt-2-project-management.md +++ b/content/posts/exploring-variables-in-qgis-pt-2-project-management.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "2.12", "geospatial", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Following on from part 1 in which I introduced how variables can be used in map composers, I’d like to now explore how using variables can make it easier to manage your QGIS projects. As a quick refresher, variables are a new feature in QGIS 2.12 which allow you to create preset values for use anywhere you can use an expression in QGIS.

diff --git a/content/posts/exploring-variables-in-qgis-pt-3-layer-level-variables.md b/content/posts/exploring-variables-in-qgis-pt-3-layer-level-variables.md index 91694b8..0a05aab 100644 --- a/content/posts/exploring-variables-in-qgis-pt-3-layer-level-variables.md +++ b/content/posts/exploring-variables-in-qgis-pt-3-layer-level-variables.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "2.12", "geospatial", "layers", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In part 3 of my exploration of variables in QGIS 2.12, I’m going to dig into how variables are scoped in QGIS and what layer level variables are available (you can read parts 1 and 2 for a general introduction to variables).

diff --git a/content/posts/faking-a-data-provider-with-python.md b/content/posts/faking-a-data-provider-with-python.md index 4b9b61a..264971a 100644 --- a/content/posts/faking-a-data-provider-with-python.md +++ b/content/posts/faking-a-data-provider-with-python.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS data providers are written in C++, however it is possible to simulate a data provider in Python using a memory layer and some code to interface with your data. diff --git a/content/posts/feature-identification-in-maps-beta.md b/content/posts/feature-identification-in-maps-beta.md index c6c541e..e02561c 100644 --- a/content/posts/feature-identification-in-maps-beta.md +++ b/content/posts/feature-identification-in-maps-beta.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

You can now preview your project data directly from the project details page—no need to open QGIS or the mobile app!

Maps in dashboard are currently in beta, and we’re more than happy to hear your feedback. Share your thoughts and help us improve it here: https://wishlist.merginmaps.com/p/let-s-get-maps-in-dashboard-out-of-beta.

diff --git a/content/posts/fifth-report.md b/content/posts/fifth-report.md index 0ee6881..8000ea4 100644 --- a/content/posts/fifth-report.md +++ b/content/posts/fifth-report.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["midterm", "reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

What do I have completed this week?

diff --git a/content/posts/final-gsoc-report.md b/content/posts/final-gsoc-report.md index 46bee3f..2909aec 100644 --- a/content/posts/final-gsoc-report.md +++ b/content/posts/final-gsoc-report.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

What do I have completed this week?

diff --git a/content/posts/financement-mutualise-du-logiciel-libre-le-cas-qgis.md b/content/posts/financement-mutualise-du-logiciel-libre-le-cas-qgis.md index c0df200..97d14cd 100644 --- a/content/posts/financement-mutualise-du-logiciel-libre-le-cas-qgis.md +++ b/content/posts/financement-mutualise-du-logiciel-libre-le-cas-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["", "qgis", "sig", "foss4g", "open source", "postgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sorry, this entry is only available in French.

diff --git a/content/posts/finger-tired-from-digitising-try-autotrace.md b/content/posts/finger-tired-from-digitising-try-autotrace.md index 9c065e1..2ae6a93 100644 --- a/content/posts/finger-tired-from-digitising-try-autotrace.md +++ b/content/posts/finger-tired-from-digitising-try-autotrace.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

My first brush with GIS was back in 2004. I was just getting into building river models and spent a considerable amount of time digitising model inputs. These would often include tens and sometimes hundreds of kilometres of river banks. Many of the input features (e.g. flood embankments) would be traced to snap exactly to existing polygon features.

diff --git a/content/posts/flo2d-case-study.md b/content/posts/flo2d-case-study.md index 94bb7da..09db278 100644 --- a/content/posts/flo2d-case-study.md +++ b/content/posts/flo2d-case-study.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The case study presents the implementation of the QGIS FLO-2D Plugin project (5 minute read)

diff --git a/content/posts/folien-qgis-user-meeting-bern.md b/content/posts/folien-qgis-user-meeting-bern.md index 554468d..6565a86 100644 --- a/content/posts/folien-qgis-user-meeting-bern.md +++ b/content/posts/folien-qgis-user-meeting-bern.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Das erste deutschsprachige QGIS User Meeting in Bern war mit rund 80 Teilnehmern ein grosser Erfolg. diff --git a/content/posts/foss4g-2010-comparison-of-open-source-virtual-globes.md b/content/posts/foss4g-2010-comparison-of-open-source-virtual-globes.md index 29cd622..06e34f7 100644 --- a/content/posts/foss4g-2010-comparison-of-open-source-virtual-globes.md +++ b/content/posts/foss4g-2010-comparison-of-open-source-virtual-globes.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Here are the slides from Matthias’ presentation in Barcelona: diff --git a/content/posts/foss4g-2018-dar-es-salaam.md b/content/posts/foss4g-2018-dar-es-salaam.md index fca070f..2c163f1 100644 --- a/content/posts/foss4g-2018-dar-es-salaam.md +++ b/content/posts/foss4g-2018-dar-es-salaam.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

This year’s FOSS4G edition took place in Dar es Salaam, Tanzania. diff --git a/content/posts/foss4g-2022-florence.md b/content/posts/foss4g-2022-florence.md index 1288dc8..5abd3c6 100644 --- a/content/posts/foss4g-2022-florence.md +++ b/content/posts/foss4g-2022-florence.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

FOSS4G is the annual global event of free and open source geographic technologies and open geospatial data hosted by OSGeo. In 2022 it took place in Firenze with over 1300 participants, 402 talks and 44 workshops.

diff --git a/content/posts/foss4g-2023-prizren.md b/content/posts/foss4g-2023-prizren.md index bc9790e..6084735 100644 --- a/content/posts/foss4g-2023-prizren.md +++ b/content/posts/foss4g-2023-prizren.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

FOSS4G is the annual global event of free and open source geographic technologies and open geospatial data hosted by OSGeo. In 2023 it took place in Prizren, Kosovo.

diff --git a/content/posts/foss4g-2024-belem.md b/content/posts/foss4g-2024-belem.md index 4f249d8..d8882ed 100644 --- a/content/posts/foss4g-2024-belem.md +++ b/content/posts/foss4g-2024-belem.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

FOSS4G is the annual global event of free and open source geographic technologies and open geospatial data hosted by OSGeo. In 2024 it took place in Belém, Brasil.

diff --git a/content/posts/foss4g-sotm-oceania-2023-auckland-round-up.md b/content/posts/foss4g-sotm-oceania-2023-auckland-round-up.md index cc2d12a..a4cbf5e 100644 --- a/content/posts/foss4g-sotm-oceania-2023-auckland-round-up.md +++ b/content/posts/foss4g-sotm-oceania-2023-auckland-round-up.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["conferences", "foss4g"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Recently, we had the pleasure of helping organise the FOSS4G SotM Oceania 2023 conference in Auckland. It was a fantastic week and felt like a worthy return to pre-covid events full of great presentations, catching up with old friends, making new ones, and of course – delicious food! The venue, Auckland University of Technology, put on a really professional event with catering, venue spaces and their Audio Visual operations. Auckland gave us great weather, and great venues to enjoy each others company in.

diff --git a/content/posts/foss4g-uk.md b/content/posts/foss4g-uk.md index 183df5d..78fb43b 100644 --- a/content/posts/foss4g-uk.md +++ b/content/posts/foss4g-uk.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "foss4g uk", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

foss4guk_2016_logo

diff --git a/content/posts/foss4g-workshop.md b/content/posts/foss4g-workshop.md index 4aef6cb..f3a68ba 100644 --- a/content/posts/foss4g-workshop.md +++ b/content/posts/foss4g-workshop.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We presented a workshop on Mesh layer in QGIS during FOSS4G in Bucharest. Below is step-by-step guide for those who’d like to know more about mesh layers in QGIS.

diff --git a/content/posts/foss4g2007-day-0-wrapup-and-whats-next.md b/content/posts/foss4g2007-day-0-wrapup-and-whats-next.md index 87d72cb..af5c521 100644 --- a/content/posts/foss4g2007-day-0-wrapup-and-whats-next.md +++ b/content/posts/foss4g2007-day-0-wrapup-and-whats-next.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Day 0 - Things are hopping in Victoria. Yesterday I helped a big group of volunteers set up 160+ PCs for the Workshops and the Labs. People filtered in all day and the process of putting faces to names was interesting. diff --git a/content/posts/foss4g2019-talks.md b/content/posts/foss4g2019-talks.md index 8bb467a..77c3a20 100644 --- a/content/posts/foss4g2019-talks.md +++ b/content/posts/foss4g2019-talks.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

FOSS4G is a gathering of like-minded people from around the world to share their experience with the Open Source GIS software. This year, we had a number of talks, a workshop and a lot of fun!

diff --git a/content/posts/foss4g2019.md b/content/posts/foss4g2019.md index 5062ad6..0db984a 100644 --- a/content/posts/foss4g2019.md +++ b/content/posts/foss4g2019.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Reporting back from the annual international FOSS4G conference, which took place in Bucharest this year.

diff --git a/content/posts/foss4guk.md b/content/posts/foss4guk.md index e6fe212..af50fe7 100644 --- a/content/posts/foss4guk.md +++ b/content/posts/foss4guk.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

During FOSS4GUK 2019 in Edinburgh we ran a workshop for collecting data using Input. This is the content of the workshop with all the datasets.

diff --git a/content/posts/fossgis-2011-neue-entwicklungen-und-features-vom-quantum-gis-projekt.md b/content/posts/fossgis-2011-neue-entwicklungen-und-features-vom-quantum-gis-projekt.md index 5c9485b..ef3e8b0 100644 --- a/content/posts/fossgis-2011-neue-entwicklungen-und-features-vom-quantum-gis-projekt.md +++ b/content/posts/fossgis-2011-neue-entwicklungen-und-features-vom-quantum-gis-projekt.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Das QGIS Projekt hat zum Ziel, ein plattformunabhängiges, einfach zu bedienendes und offenes Desktop GIS zu entwickeln. Im vergangenen Jahr hat die Aktivität in der QGIS-Community erneut zugenommen. Seit der letzten FOSSGIS Konferenz in Osnabrück hat sich QGIS wieder enorm weiterentwickelt. Sucht man sich (aus der Liste der svn commits) alle Neuerungen des letzten Jahres heraus, so kommt man auf eine Liste, die den Rahmen dieses Artikels bei weitem sprengen würde. diff --git a/content/posts/fossgis-2011-webgis-mit-qgis-und-geoext.md b/content/posts/fossgis-2011-webgis-mit-qgis-und-geoext.md index cc411a7..e521087 100644 --- a/content/posts/fossgis-2011-webgis-mit-qgis-und-geoext.md +++ b/content/posts/fossgis-2011-webgis-mit-qgis-und-geoext.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Neues vom QGIS Server diff --git a/content/posts/fossgis-2013-performance-optimised-wms-services-with-qgis-server.md b/content/posts/fossgis-2013-performance-optimised-wms-services-with-qgis-server.md index aa8d22d..2832a52 100644 --- a/content/posts/fossgis-2013-performance-optimised-wms-services-with-qgis-server.md +++ b/content/posts/fossgis-2013-performance-optimised-wms-services-with-qgis-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Performance is usually a top priority for a WMS service. A recent talk at the FOSSGIS (held by Sourcepole) shows what a WMS administrator can do to optimise QGIS server performance. Finally, the performance of QGIS server is compared with UMN mapserver in two production scenarios. diff --git a/content/posts/fossgis-2014-slides.md b/content/posts/fossgis-2014-slides.md index 7637ff2..fc74a40 100644 --- a/content/posts/fossgis-2014-slides.md +++ b/content/posts/fossgis-2014-slides.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Neues in QGIS 2.2 Nach dem lange erwarteten Release von QGIS 2.0 im September 2013, sind ab diesem Jahr neue Versionen im Viermonatszyklus geplant. Es werden die neuen Funktionen in QGIS 2.2, wie z.B. DB-Relationen mit verschachtelten Formularen, die erweiterten Methoden zur Transformierung geographischer Koordinatensysteme, zahlreiche Verbesserungen im Print Composer und ein komplett überarbeiteter DXF Export vorgestellt. Zusätzlich wird eine Vorschau auf das multithreaded Rendering gegeben und die neuen Mitglieder im Project Steering Committee vorgestellt diff --git a/content/posts/fossgis-2017-in-passau.md b/content/posts/fossgis-2017-in-passau.md index 7a428d3..977bb63 100644 --- a/content/posts/fossgis-2017-in-passau.md +++ b/content/posts/fossgis-2017-in-passau.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In zwei Wochen beginnt die alljährliche deutschsprachige FOSSGIS Konferenz zum Theme Open Source GIS und OpenStreetMap in Passau.

diff --git a/content/posts/fossgis-2022.md b/content/posts/fossgis-2022.md index cb70fde..3906509 100644 --- a/content/posts/fossgis-2022.md +++ b/content/posts/fossgis-2022.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sourcepole hat auch an der Online FOSSGIS 2022 diverse Themen mit Vorträgen abgedeckt:

diff --git a/content/posts/fossgis-2023.md b/content/posts/fossgis-2023.md index 76cba32..0c016a1 100644 --- a/content/posts/fossgis-2023.md +++ b/content/posts/fossgis-2023.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sourcepole hat an der FOSSGIS 2023 in Berlin verschiedene Themen mit Vorträgen abgedeckt:

diff --git a/content/posts/fossgis-2024.md b/content/posts/fossgis-2024.md index bdc7806..ac9fdc1 100644 --- a/content/posts/fossgis-2024.md +++ b/content/posts/fossgis-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sourcepole hat an der FOSSGIS 2024 in Hamburg verschiedene Themen mit Vorträgen abgedeckt:

diff --git a/content/posts/fossgis-dresden.md b/content/posts/fossgis-dresden.md index c42ffa0..ec3ef3c 100644 --- a/content/posts/fossgis-dresden.md +++ b/content/posts/fossgis-dresden.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Sourcepole war an der FOSSGIS 2019 in Dresden als Austeller, mit Vorträgen und einem Vektor Tile Workshop präsent.

diff --git a/content/posts/fossigs-2015.md b/content/posts/fossigs-2015.md index e55f2bf..3042024 100644 --- a/content/posts/fossigs-2015.md +++ b/content/posts/fossigs-2015.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Sourcepole war an der FOSSGIS 2015 in Münster unter anderem mit zwei QGIS-Vorträgen präsent: diff --git a/content/posts/free-support-for-open-source-gis.md b/content/posts/free-support-for-open-source-gis.md index 3fecd54..12c359c 100644 --- a/content/posts/free-support-for-open-source-gis.md +++ b/content/posts/free-support-for-open-source-gis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- One of the often overlooked support mechanisms for Open Source GIS applications is Internet Relay chat, better known as IRC. Many OS GIS projects maintain an IRC presence. Often times you will find the project developers hanging out on the channel and willing to answer questions (more about that in a bit). Speaking personally, the Quantum GIS project has used IRC for project coordination, communication, and user support for several years. diff --git a/content/posts/geo-for-all-neue-technologien-fuer-eine-welt-im-wandel.md b/content/posts/geo-for-all-neue-technologien-fuer-eine-welt-im-wandel.md index 152cc9b..9f9f1a9 100644 --- a/content/posts/geo-for-all-neue-technologien-fuer-eine-welt-im-wandel.md +++ b/content/posts/geo-for-all-neue-technologien-fuer-eine-welt-im-wandel.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- GEOSummit 2014, Bern „Geo for all“ ist nicht nur das Motto der weltumspannenden ICA-OSGeo Lab Initiative zur Förderung der GIS-Ausbildung an Hochschulen, sondern steht allgemein für den immer breiteren Zugang zu professionellen GIS-Werkzeugen. Im Kartenbereich haben Produkte wie TileMill oder D3.js, sowie Dienste wie CartoDB, GeoCommons, usw. den Anwenderkreis weit über das klassische GIS-Fachbebiet hinaus erweitert. Im Vortrag werden einige herausragende Beispiele vorgestellt und deren Relevanz für die Fachwelt erläutert. diff --git a/content/posts/geoai-key-developments-insights.md b/content/posts/geoai-key-developments-insights.md index 01dffe7..f584a45 100644 --- a/content/posts/geoai-key-developments-insights.md +++ b/content/posts/geoai-key-developments-insights.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["ai", "llm", "geoai"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

It’s been a while since my post on geo and the AI hype in 2019. Back then, I didn’t use the term “GeoAI”, even though it has certainly been around for a while (including, e.g., with dedicated SIGSPATIAL workshops since 2017).

diff --git a/content/posts/geoapt-spatial-data-browser.md b/content/posts/geoapt-spatial-data-browser.md index 4059ff2..d08947f 100644 --- a/content/posts/geoapt-spatial-data-browser.md +++ b/content/posts/geoapt-spatial-data-browser.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This is a project I have had lingering around for a while. It is a geospatial data browser written in Python using the PyQt and QGIS bindings. It allows you to navigate a tree structure and preview raster and vector datasets. Metadata extracted from the data can be viewed as well. It supports drag and drop for any target that accepts filenames (e.g. QGIS). For screenshots and more, see http://geoapt.com/geoapt-data-browser. diff --git a/content/posts/geodiff-and-mergin-news.md b/content/posts/geodiff-and-mergin-news.md index 3d56b05..c82828a 100644 --- a/content/posts/geodiff-and-mergin-news.md +++ b/content/posts/geodiff-and-mergin-news.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We are excited to announce that the geodiff library has finally reached version 1.0. We have started to develop geodiff back in 2019 as a part of our efforts to allow synchronisation of changes between the Input mobile app and Mergin platform.

diff --git a/content/posts/geoparquet-in-qgis-smaller-faster-files-for-the-win.md b/content/posts/geoparquet-in-qgis-smaller-faster-files-for-the-win.md index 38e97d6..daf6804 100644 --- a/content/posts/geoparquet-in-qgis-smaller-faster-files-for-the-win.md +++ b/content/posts/geoparquet-in-qgis-smaller-faster-files-for-the-win.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["big data", "gis", "movement data in gis", "qgis", "geopandas", "geoparquet"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

tldr; Tired of working with large CSV files? Give GeoParquet a try!

diff --git a/content/posts/getting-multipolygon-vertexes-using-postgis.md b/content/posts/getting-multipolygon-vertexes-using-postgis.md index d0f198b..560487b 100644 --- a/content/posts/getting-multipolygon-vertexes-using-postgis.md +++ b/content/posts/getting-multipolygon-vertexes-using-postgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "postgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

EN | PT

diff --git a/content/posts/getting-paths-with-pyqgis.md b/content/posts/getting-paths-with-pyqgis.md index 5d65fad..6be5ccc 100644 --- a/content/posts/getting-paths-with-pyqgis.md +++ b/content/posts/getting-paths-with-pyqgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- When writing plugins or scripts it is often necessary to get information about the paths QGIS is using. For example, if we are writing a plugin that uses Python templates to create output based on user actions, we need to know the path to our installed plugin so we can find the templates. Fortunately the API provides an easy way to get at the information; here are a few examples: diff --git a/content/posts/getting-started-with-qgis.md b/content/posts/getting-started-with-qgis.md index e67bb34..ae3f254 100644 --- a/content/posts/getting-started-with-qgis.md +++ b/content/posts/getting-started-with-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

QGIS is a Free and Open Source Software, developed by a growing community of individuals and organisations.

diff --git a/content/posts/getting-started-writing-qgis-python-plugins.md b/content/posts/getting-started-writing-qgis-python-plugins.md index 13aface..9f041a6 100644 --- a/content/posts/getting-started-writing-qgis-python-plugins.md +++ b/content/posts/getting-started-writing-qgis-python-plugins.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

This blog post is a QGIS plugin tutorial for beginners. It was written to support a workshop we ran for the Scottish QGIS user group here in the UK and aims to be a simple step-by-step guide.

diff --git a/content/posts/getting-support-for-qgis.md b/content/posts/getting-support-for-qgis.md index ebcbf72..a62181b 100644 --- a/content/posts/getting-support-for-qgis.md +++ b/content/posts/getting-support-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The QGIS project has a number of support channels. Like many open source projects, these are loosely coupled. Recently the forum was made read-only and this has prompted a number of questions and concerns about how to receive support. This post outlines the ways in which you can get your questions answered. diff --git a/content/posts/gis-data-is-an-illicit-drug.md b/content/posts/gis-data-is-an-illicit-drug.md index fb53b49..16b2f14 100644 --- a/content/posts/gis-data-is-an-illicit-drug.md +++ b/content/posts/gis-data-is-an-illicit-drug.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- GIS data is like an illicit drug. You can’t control it. It travels in secret and hides in the dark alleys of your organization. Its effect spreads and enslaves those that use it. In the end it can lead to ruin. diff --git a/content/posts/gis-for-the-unx-world.md b/content/posts/gis-for-the-unx-world.md index 5b474f6..9022520 100644 --- a/content/posts/gis-for-the-unx-world.md +++ b/content/posts/gis-for-the-unx-world.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In a recent post on VerySpatial.com, Jesse was discussing the apparent dominance of U*nix and observed: diff --git a/content/posts/git-book.md b/content/posts/git-book.md index 431c400..2973392 100644 --- a/content/posts/git-book.md +++ b/content/posts/git-book.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This weekend I finished reviewing Pragmatic Version Control Using Git by Travis Swicegood. If you are a git user or interested in learning about the latest in version control for your source code, check it out. The book is available in beta now. diff --git a/content/posts/git-merge-no-problem.md b/content/posts/git-merge-no-problem.md index 0a033fb..709efcb 100644 --- a/content/posts/git-merge-no-problem.md +++ b/content/posts/git-merge-no-problem.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Using Git with Subversion makes adding new features easy. Here are the metrics for my latest QGIS hack: diff --git a/content/posts/global-terrain-basemap-for-qgis.md b/content/posts/global-terrain-basemap-for-qgis.md index 518aaf5..b0de63e 100644 --- a/content/posts/global-terrain-basemap-for-qgis.md +++ b/content/posts/global-terrain-basemap-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["maptiler"] author: "maptiler.com" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Details of MapTiler QGIS Plugin 3.0 with a global terrain basemap and customizable OpenStreetMap vector tiles. diff --git a/content/posts/global-warming-defeated-in-alaska.md b/content/posts/global-warming-defeated-in-alaska.md index 1fb8476..b6c819e 100644 --- a/content/posts/global-warming-defeated-in-alaska.md +++ b/content/posts/global-warming-defeated-in-alaska.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Well it was a short summer here. Or perhaps we have defeated global warming. This is the view from the deck on Thursday evening: diff --git a/content/posts/goodbye-wordpress-goodbye-gis-unchained.md b/content/posts/goodbye-wordpress-goodbye-gis-unchained.md index 3c12144..c6d8db8 100644 --- a/content/posts/goodbye-wordpress-goodbye-gis-unchained.md +++ b/content/posts/goodbye-wordpress-goodbye-gis-unchained.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["sem categoria"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Hello all,

diff --git a/content/posts/google-summer-of-code-2010-quantum-gis.md b/content/posts/google-summer-of-code-2010-quantum-gis.md index 812c251..054a946 100644 --- a/content/posts/google-summer-of-code-2010-quantum-gis.md +++ b/content/posts/google-summer-of-code-2010-quantum-gis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The application deadline for the Google Summer of Code is nearing (April 9). diff --git a/content/posts/grass-gis-8-3-2-released.md b/content/posts/grass-gis-8-3-2-released.md index e9e17f5..9664864 100644 --- a/content/posts/grass-gis-8-3-2-released.md +++ b/content/posts/grass-gis-8-3-2-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "gis", "grass", "opensource", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The GRASS GIS 8.3.2 maintenance release contains more than 30 changes compared to 8.3.1. This new patch release includes important fixes and improvements to the GRASS GIS modules and the graphical user interface (GUI), making it even more stable for daily work.

diff --git a/content/posts/grass-gis-8-4-0-released.md b/content/posts/grass-gis-8-4-0-released.md index 40eb083..e88ca48 100644 --- a/content/posts/grass-gis-8-4-0-released.md +++ b/content/posts/grass-gis-8-4-0-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "community sprint", "gis", "grass", "grass development", "opensource", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The GRASS GIS 8.4.0 release provides more than 520 improvements and fixes with respect to the release 8.3.2.

diff --git a/content/posts/grass-gis-8-4-0rc1-released.md b/content/posts/grass-gis-8-4-0rc1-released.md index 85e1fd0..ff21172 100644 --- a/content/posts/grass-gis-8-4-0rc1-released.md +++ b/content/posts/grass-gis-8-4-0rc1-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "community sprint", "gis", "grass", "grass development", "opensource", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The GRASS GIS 8.4.0RC1 release provides more than 515 improvements and fixes with respect to the release 8.3.2. Please support us in testing this release candidate.

diff --git a/content/posts/grass-gis-psc-elections-2024-nomination-period-ongoing.md b/content/posts/grass-gis-psc-elections-2024-nomination-period-ongoing.md index 5421e8a..2d153d3 100644 --- a/content/posts/grass-gis-psc-elections-2024-nomination-period-ongoing.md +++ b/content/posts/grass-gis-psc-elections-2024-nomination-period-ongoing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["gis", "grass", "grass development", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The post GRASS GIS PSC Elections 2024: nomination period ongoing appeared first on Markus Neteler Consulting.

diff --git a/content/posts/grass_gis_annual_report_2023.md b/content/posts/grass_gis_annual_report_2023.md index 037644c..f0ac9c2 100644 --- a/content/posts/grass_gis_annual_report_2023.md +++ b/content/posts/grass_gis_annual_report_2023.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "community sprint", "gis", "grass", "grass development", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The GRASS GIS Annual Report for 2023 highlights a year of significant achievements and developments in the GRASS GIS project, which celebrated its 40th anniversary. Here’s a summary of the report: Community Meeting: The GRASS GIS Community Meeting was held in June at the Czech Technical University in Prague, bringing together a diverse group of […]

diff --git a/content/posts/gsoc.md b/content/posts/gsoc.md index a31fd07..1738813 100644 --- a/content/posts/gsoc.md +++ b/content/posts/gsoc.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In this year Google Summer of Code (GSoC), there is a project involving QGIS 3D. Ismail Sunni as the student with Martin Dobias and Peter Petrik as the mentors diff --git a/content/posts/hail-the-command-line.md b/content/posts/hail-the-command-line.md index e0abf92..5c8e841 100644 --- a/content/posts/hail-the-command-line.md +++ b/content/posts/hail-the-command-line.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In this day of GUI GIS, sometimes you can’t beat the good old command line for getting a job done, regardless of whether you use Linux/Unix, Mac OS X, or Windows. This may sound strange coming from someone heavily invested in a GUI project but its true. diff --git a/content/posts/happy-41st-birthday-grass-gis.md b/content/posts/happy-41st-birthday-grass-gis.md index 2f0910c..de51ad0 100644 --- a/content/posts/happy-41st-birthday-grass-gis.md +++ b/content/posts/happy-41st-birthday-grass-gis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "gis", "grass", "grass development", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Today, we celebrate a true geospatial legend: GRASS GIS!

diff --git a/content/posts/hello-from-mergin-maps.md b/content/posts/hello-from-mergin-maps.md index d7afa3e..1fb17ae 100644 --- a/content/posts/hello-from-mergin-maps.md +++ b/content/posts/hello-from-mergin-maps.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Mergin Maps is a QGIS-powered field survey tool designed to collect data from the field. It is developed by Lutra Consulting, a longstanding contributor, developer, supporter and trainer within the QGIS community. diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index bf4d610..d3e4b4d 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_nl"] author: "QGIS Dutch Community" tags: ["uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

diff --git a/content/posts/hepler-modules-for-qgis-plugins.md b/content/posts/hepler-modules-for-qgis-plugins.md index 1db5b9a..99fb449 100644 --- a/content/posts/hepler-modules-for-qgis-plugins.md +++ b/content/posts/hepler-modules-for-qgis-plugins.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_tips"] author: "QGIS Tips" tags: ["plugins", "setting"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

There are two things I have coded, re-coded and re-re-coded through all my plugins: the management of the settings and the management of combo boxes associated to layers and their fields.

diff --git a/content/posts/history-of-qgis-committers.md b/content/posts/history-of-qgis-committers.md index 0c692f6..9f9387f 100644 --- a/content/posts/history-of-qgis-committers.md +++ b/content/posts/history-of-qgis-committers.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Using the git log leading up to the 1.7 release (June 2011) I put together a graphic that shows the growth of committers working on the project. diff --git a/content/posts/how-mergin-sync-works.md b/content/posts/how-mergin-sync-works.md index bb72cd2..d9d159a 100644 --- a/content/posts/how-mergin-sync-works.md +++ b/content/posts/how-mergin-sync-works.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

People often ask whether the Mergin service and the Input app can deal with multiple team members doing edits at the same time.

diff --git a/content/posts/how-to-contribute-to-grass-gis-development.md b/content/posts/how-to-contribute-to-grass-gis-development.md index b3b0442..25b9332 100644 --- a/content/posts/how-to-contribute-to-grass-gis-development.md +++ b/content/posts/how-to-contribute-to-grass-gis-development.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "grass", "grass development", "osgeo", "python"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

How to contribute to GRASS GIS development: Guidance for new developers in the GRASS GIS Project.

diff --git a/content/posts/how-to-effectively-get-things-changed-in-qgis-a-follow-up.md b/content/posts/how-to-effectively-get-things-changed-in-qgis-a-follow-up.md index bc50e8d..6e92aad 100644 --- a/content/posts/how-to-effectively-get-things-changed-in-qgis-a-follow-up.md +++ b/content/posts/how-to-effectively-get-things-changed-in-qgis-a-follow-up.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "geospatial", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Last week I posted regarding some thoughts I’ve had recently concerning what I perceive as a general confusion about how QGIS is developed and how users can successfully get things to change in the project. The post certainly started a lot of conversation! However, based on feedback received I realise some parts of the posts were being misinterpreted and some clarification is needed. So here we go…

diff --git a/content/posts/how-to-effectively-get-things-changed-in-qgis.md b/content/posts/how-to-effectively-get-things-changed-in-qgis.md index d45695f..53db0e1 100644 --- a/content/posts/how-to-effectively-get-things-changed-in-qgis.md +++ b/content/posts/how-to-effectively-get-things-changed-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "opensource", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

I’ve been heavily involved in the open source QGIS mapping project for a number of years now. During this time I’ve kept a close watch on the various mailing lists, issue trackers, stackexchange, tweets and other various means users have to provide feedback to the project. Recently, I’ve started to come to the conclusion that there’s a lot of fundamental confusion about how the project works and how users can get changes made to the project. Read on for these insights, but keep in mind that these are just my thoughts and not reflective of the whole community’s views!..

diff --git a/content/posts/i-love-linux.md b/content/posts/i-love-linux.md index 93ad9ae..1da6695 100644 --- a/content/posts/i-love-linux.md +++ b/content/posts/i-love-linux.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- $ uptime 20:20:56 up 434 days, 15:31, 2 users, load average: 2.32, 0.89, 0.53 diff --git a/content/posts/i_spotkania_uzytkownikow_qgis_juz_za_nami.md b/content/posts/i_spotkania_uzytkownikow_qgis_juz_za_nami.md index e0c1068..94181d3 100644 --- a/content/posts/i_spotkania_uzytkownikow_qgis_juz_za_nami.md +++ b/content/posts/i_spotkania_uzytkownikow_qgis_juz_za_nami.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_polska_blog"] author: "QGIS Polska blog" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Pomysł na zorganizowanie tego spotkania kiełkował od lat, ale zawsze brakowało czasu na jego realizację. Główny problem polegał na określeniu docelowej grupy uczestników oraz formuły. Wiemy oczywiście, jak szerokie jest grono użytkowników programu QGIS, ale ta wiedza wcale nie ułatwiała zadania. Ostatecznie po przeprowadzeniu kilku ankiet na polskim forum QGIS postanowiliśmy zaserwować wszystkiego po trochu. Potrzebni byli tylko prelegenci, miejsce i termin. Zdecydowaliśmy się na 19 czerwca 2018… diff --git a/content/posts/i_spotkanie_uzytkownikow_qgis.md b/content/posts/i_spotkanie_uzytkownikow_qgis.md index e35d161..f4beee3 100644 --- a/content/posts/i_spotkanie_uzytkownikow_qgis.md +++ b/content/posts/i_spotkanie_uzytkownikow_qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_polska_blog"] author: "QGIS Polska blog" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Zapraszamy na I spotkanie użytkowników QGIS. Mamy nadzieję, że każdy znajdzie coś dla siebie - zarówno osoby zaczynające przygodę z systemami informacji przestrzennej, jak i programiści zajmujący się zawodowo geoinformacją. Postaramy się zaprezentować praktyczne zagadnienia związane z wykorzystaniem programu QGIS oraz przedstawić nowości z wersji 3, która pojawi się niebawem. Jeśli w swojej pracy wykorzystujesz QGIS - ta impreza jest dla Ciebie! diff --git a/content/posts/identify-feature-on-map.md b/content/posts/identify-feature-on-map.md index 71d107f..bdb22f8 100644 --- a/content/posts/identify-feature-on-map.md +++ b/content/posts/identify-feature-on-map.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_tips"] author: "QGIS Tips" tags: ["map tools", "plugins"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

A very awaited feature is now available in the master version of QGIS: identifying features in the map!

diff --git a/content/posts/identify-multiple-features-on-map.md b/content/posts/identify-multiple-features-on-map.md index 6885733..ff61236 100644 --- a/content/posts/identify-multiple-features-on-map.md +++ b/content/posts/identify-multiple-features-on-map.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Added a new feature allowing you to identify nearest features on the map by clicking and holding. Upon holding the click, you now receive a list of the nearest features. Click one to identify it!

Released as a part of the latest mobile app (2024.1.0)

diff --git a/content/posts/image-tooltip-with-qgis-cloud.md b/content/posts/image-tooltip-with-qgis-cloud.md index c895fbb..a3ddc6b 100644 --- a/content/posts/image-tooltip-with-qgis-cloud.md +++ b/content/posts/image-tooltip-with-qgis-cloud.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- A lot of people are using QGIS Cloud as a service with ready to use QGIS webclient. It’s very easy to publish data and share maps in this way. Publishing of georeferenced images can be done with QGIS Cloud in a few steps as well. But the main problems are: diff --git a/content/posts/importing-a-dbf-containing-x-y-values-into-qgis.md b/content/posts/importing-a-dbf-containing-x-y-values-into-qgis.md index 533f5fb..4a8347f 100644 --- a/content/posts/importing-a-dbf-containing-x-y-values-into-qgis.md +++ b/content/posts/importing-a-dbf-containing-x-y-values-into-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Suppose you have a DBF (.dbf) file containing X and Y values that you want to import and save as a spatial layer. diff --git a/content/posts/importing-csv-files-into-postgresql-using-the-db-manager-in-qgis.md b/content/posts/importing-csv-files-into-postgresql-using-the-db-manager-in-qgis.md index 6c239b8..f95757a 100644 --- a/content/posts/importing-csv-files-into-postgresql-using-the-db-manager-in-qgis.md +++ b/content/posts/importing-csv-files-into-postgresql-using-the-db-manager-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

There is very useful tool in QGIS that can import very large CSV files into PostgreSQL rapidly and reliably. The DB Manager’s “Import Vector Layer” tool. Contrary to its highly misleading title it can import CSV files as well. Open the DB Manager (menu Database – DB Manager). Then select the database where you want to store your table and click the “Import layer/file” icon.

diff --git a/content/posts/improving-wildfire-prevention-and-firefighting-readiness.md b/content/posts/improving-wildfire-prevention-and-firefighting-readiness.md index 183968e..a6bac36 100644 --- a/content/posts/improving-wildfire-prevention-and-firefighting-readiness.md +++ b/content/posts/improving-wildfire-prevention-and-firefighting-readiness.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- David Galloway works as a volunteer with the Wallcliffe Volunteer Fire Brigade in Western Australia. Volunteer brigades are the front line of firefighting and prevention across the State. diff --git a/content/posts/in-brief-4th-qgis-user-group-in-scotland.md b/content/posts/in-brief-4th-qgis-user-group-in-scotland.md index 65b2e61..fc54a51 100644 --- a/content/posts/in-brief-4th-qgis-user-group-in-scotland.md +++ b/content/posts/in-brief-4th-qgis-user-group-in-scotland.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "edinburgh", "qgis", "scotland"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Another sold-out event with a programme packed with useful, interesting and delightful talks. Fifty seven (57!) folk blew in from all over Scotland through a freezing rain but hot coffee and pastries were waiting in the Informatics Forum at the University of Edinburgh.

diff --git a/content/posts/innovating-road-research-and-construction.md b/content/posts/innovating-road-research-and-construction.md index c07b8ff..e712465 100644 --- a/content/posts/innovating-road-research-and-construction.md +++ b/content/posts/innovating-road-research-and-construction.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Discover how BRRC revolutionized their field survey workflows with Mergin Maps, enhancing productivity and data accuracy. Learn how their partnership with Lutra Consulting enabled tailored solutions for seamless integration, transforming road research and construction projects. diff --git a/content/posts/input-archeology.md b/content/posts/input-archeology.md index 89042a8..16fbb7e 100644 --- a/content/posts/input-archeology.md +++ b/content/posts/input-archeology.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Input App helps to identify burial grounds in a citizen science project in the Netherlands.

diff --git a/content/posts/input-fibre.md b/content/posts/input-fibre.md index 594ba46..5d8c740 100644 --- a/content/posts/input-fibre.md +++ b/content/posts/input-fibre.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Nick shares problems faced by his distributed GIS team and how Mergin solved them.

diff --git a/content/posts/input-geodiff.md b/content/posts/input-geodiff.md index a42748c..963bbd9 100644 --- a/content/posts/input-geodiff.md +++ b/content/posts/input-geodiff.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The latest beta release of Input (v.0.4.90) comes with smart diff support for vectors. This will allow you to use the app (current beta version) in a collaborative environment, where several users can make changes to a single survey layer (geopackage).

diff --git a/content/posts/input-on-ios.md b/content/posts/input-on-ios.md index 6905c6f..e365745 100644 --- a/content/posts/input-on-ios.md +++ b/content/posts/input-on-ios.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

After a long wait and weeks of development, we finally managed to release Input on iOS platform.

diff --git a/content/posts/input-release-and-foss4g2019.md b/content/posts/input-release-and-foss4g2019.md index 92d58f8..6a13294 100644 --- a/content/posts/input-release-and-foss4g2019.md +++ b/content/posts/input-release-and-foss4g2019.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

To join the FOSS4G in Bucharest this week, we have released a new version of Input, a mobile app based on QGIS for field survey.

diff --git a/content/posts/input-release.md b/content/posts/input-release.md index 8d63b77..f9a9b34 100644 --- a/content/posts/input-release.md +++ b/content/posts/input-release.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We are pleased to announce the first public release of Input. Input is a Free and Open Source mobile application built on top of QGIS.

diff --git a/content/posts/input-scoped-storage-update.md b/content/posts/input-scoped-storage-update.md index 60fdc0e..1c514ad 100644 --- a/content/posts/input-scoped-storage-update.md +++ b/content/posts/input-scoped-storage-update.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Android has forced app to use Scoped Storage for all app related data. If you are using Input app on Android please read carefully for the upcoming update (1.1) of the app in the Google Play Store.

diff --git a/content/posts/input-swan-bay.md b/content/posts/input-swan-bay.md index a9ea7b7..0e72196 100644 --- a/content/posts/input-swan-bay.md +++ b/content/posts/input-swan-bay.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Mergin and the Input App used for efficient mapping and recording of weed clearance in environmentally important wetland of Swan Bay.

diff --git a/content/posts/input-v1-release.md b/content/posts/input-v1-release.md index 1fafd79..79f0b76 100644 --- a/content/posts/input-v1-release.md +++ b/content/posts/input-v1-release.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Input app has reached a new milestone. Earlier in September, we have released version 1.0 of the app with many new features and enhancements.

diff --git a/content/posts/installing-third-party-python-modules-in-qgis-windows.md b/content/posts/installing-third-party-python-modules-in-qgis-windows.md index b084557..7a441c8 100644 --- a/content/posts/installing-third-party-python-modules-in-qgis-windows.md +++ b/content/posts/installing-third-party-python-modules-in-qgis-windows.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We’ve recently been developing a client plugin for forest management which relies on the Python SQLAlchemy module. When I installed the latest version of my colleague’s work I got a Python traceback error about a missing Python module (SQLAlchemy).

diff --git a/content/posts/introducing-editor-permissions---our-most-requested-feature.md b/content/posts/introducing-editor-permissions---our-most-requested-feature.md index 289f4bb..6d5f079 100644 --- a/content/posts/introducing-editor-permissions---our-most-requested-feature.md +++ b/content/posts/introducing-editor-permissions---our-most-requested-feature.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Feeling unheard in GIS work? Mergin Maps streamlines data collection, collaboration, and sharing QGIS projects with a new Editor role for field surveyors. diff --git a/content/posts/introducing-first-aid-plugin.md b/content/posts/introducing-first-aid-plugin.md index 1ad1dc8..d7a98f06 100644 --- a/content/posts/introducing-first-aid-plugin.md +++ b/content/posts/introducing-first-aid-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Software development often consists of a brief period of pure excitement diff --git a/content/posts/introducing-qchat-a-chat-within-qgis.md b/content/posts/introducing-qchat-a-chat-within-qgis.md index 9552ccd..992481e 100644 --- a/content/posts/introducing-qchat-a-chat-within-qgis.md +++ b/content/posts/introducing-qchat-a-chat-within-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["geotribu_en"] author: "Geotribu" tags: ["article", "gischat", "gistribe", "qchat", "qgis", "qtribu"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In 2024, it's time to leave Teams and IRC behind to enter a new era where you can chat directly from QGIS with other GIS fellows. #GISChat #GISTribe diff --git a/content/posts/introducing-the-new-qgis-org-website.md b/content/posts/introducing-the-new-qgis-org-website.md index 7bf3c6d..66dae3c 100644 --- a/content/posts/introducing-the-new-qgis-org-website.md +++ b/content/posts/introducing-the-new-qgis-org-website.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["public service announcement"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We have a new website!

diff --git a/content/posts/jump-start.md b/content/posts/jump-start.md index eb4442e..ec5ce3d 100644 --- a/content/posts/jump-start.md +++ b/content/posts/jump-start.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This is an experience report–your mileage may vary_ diff --git a/content/posts/kursprogramm-herbst-2012.md b/content/posts/kursprogramm-herbst-2012.md index 0572a14..94fb8e4 100644 --- a/content/posts/kursprogramm-herbst-2012.md +++ b/content/posts/kursprogramm-herbst-2012.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Sourcepole bietet Grundlagen- und Aufbau-Kurse für den Betrieb von Geodaten-Infrastrukturen auf der Basis von PostgreSQL/PostGIS und Quantum GIS an. Detaillierte Informationen zu den Kursen, die im Herbst 2012 stattfinden, entnehmen Sie bitte dem Kursprogramm. Die Anmeldung ist ab sofort online möglich. Wir freuen uns darauf Sie in Zürich begüssen zu können. diff --git a/content/posts/la-qualite-logicielle-dans-qgis.md b/content/posts/la-qualite-logicielle-dans-qgis.md index 56b4bdc..8389cc5 100644 --- a/content/posts/la-qualite-logicielle-dans-qgis.md +++ b/content/posts/la-qualite-logicielle-dans-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "newsfr", "open source", "", "qgis", "sig", "c++", "open source", "opensource"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

According to the definition of software quality given by french Wikipedia

diff --git a/content/posts/layer-feature-lists-now-follow-qgis-sorting-rules.md b/content/posts/layer-feature-lists-now-follow-qgis-sorting-rules.md index e9d5da6..b256351 100644 --- a/content/posts/layer-feature-lists-now-follow-qgis-sorting-rules.md +++ b/content/posts/layer-feature-lists-now-follow-qgis-sorting-rules.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The app now respects QGIS sorting rules when listing features from a specific layer. Navigate to “Layers -> select a layer”, and the feature list will follow the sorting set in QGIS. Sorting can be set in QGIS by clicking a column to toggle between ascending or descending order, or set a custom sort expression through the popup menu. The sorting order is saved in the QGIS project file and will be automatically applied in the app.

diff --git a/content/posts/leaflet-day-10-adding-a-link-to-a-popup.md b/content/posts/leaflet-day-10-adding-a-link-to-a-popup.md index d7e1385..b892863 100644 --- a/content/posts/leaflet-day-10-adding-a-link-to-a-popup.md +++ b/content/posts/leaflet-day-10-adding-a-link-to-a-popup.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In this post we’ll add a link to the towns popup that will display the satellite view on Google Maps. diff --git a/content/posts/leaflet-day-11-plugins.md b/content/posts/leaflet-day-11-plugins.md index 6c0711c..ccb66ff 100644 --- a/content/posts/leaflet-day-11-plugins.md +++ b/content/posts/leaflet-day-11-plugins.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- At its core, Leaflet is designed to be lightweight. That being said, there are hundreds of third-party plugins available to extend and enhance the functionality of your web maps. diff --git a/content/posts/leaflet-day-12-create-a-leaflet-map-from-qgis.md b/content/posts/leaflet-day-12-create-a-leaflet-map-from-qgis.md index 1f3caff..8f82f96 100644 --- a/content/posts/leaflet-day-12-create-a-leaflet-map-from-qgis.md +++ b/content/posts/leaflet-day-12-create-a-leaflet-map-from-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Today we’ll use the qgis2web plugin to export from QGIS to Leaflet. The QGIS project, a location map for the third (in progress) Life on the Alaska Frontier novel, looks like this: diff --git a/content/posts/leaflet-day-13-styling-with-a-plugin.md b/content/posts/leaflet-day-13-styling-with-a-plugin.md index 1d2fc30..6ef2697 100644 --- a/content/posts/leaflet-day-13-styling-with-a-plugin.md +++ b/content/posts/leaflet-day-13-styling-with-a-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Today we’ll take a look at another plugin—one that allows us to interactively change they style of features on our map: Leaflet.StyleEditor. This illustrates how we can customize our map by changing styles on the fly and also serves as a starting point for even more customization. diff --git a/content/posts/leaflet-day-14-image-overlay-and-wrap-up.md b/content/posts/leaflet-day-14-image-overlay-and-wrap-up.md index 46b05e7..cc0f97a 100644 --- a/content/posts/leaflet-day-14-image-overlay-and-wrap-up.md +++ b/content/posts/leaflet-day-14-image-overlay-and-wrap-up.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- We end our series with a somewhat trivial, though interesting addition to our map and a special offer. diff --git a/content/posts/leaflet-day-2-adding-a-marker.md b/content/posts/leaflet-day-2-adding-a-marker.md index 171eb23..2b3aed8 100644 --- a/content/posts/leaflet-day-2-adding-a-marker.md +++ b/content/posts/leaflet-day-2-adding-a-marker.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I’m starting off slow, so today we’ll add a marker with some extra features. Since the map from yesterday is already centered on the big earthquake, lets add a marker there. diff --git a/content/posts/leaflet-day-3-the-trail.md b/content/posts/leaflet-day-3-the-trail.md index 2b0bb41..5151739 100644 --- a/content/posts/leaflet-day-3-the-trail.md +++ b/content/posts/leaflet-day-3-the-trail.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Background In 1902 the only way from the port of Valdez to the Fortymile gold fields was a nearly 400 mile trail through the Alaska wilderness. The Valdez-Eagle trail plays a key role in novels two and three. diff --git a/content/posts/leaflet-day-4-basemaps-and-overlays.md b/content/posts/leaflet-day-4-basemaps-and-overlays.md index 3e3073a..f1a1d2f 100644 --- a/content/posts/leaflet-day-4-basemaps-and-overlays.md +++ b/content/posts/leaflet-day-4-basemaps-and-overlays.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Today we’ll add some basemaps and a couple of controls to our map. So far we’ve been using OpenStreetMap as our back drop. There are a couple of tile servers that will give us a little more of a “back in the day” look. We’ll also add attribution to the map so we give credit where credit is due, as well as a scale bar. Complete code for the map can be viewed at the bottom of this post. diff --git a/content/posts/leaflet-day-5-working-with-features.md b/content/posts/leaflet-day-5-working-with-features.md index 2f789a1..91afd0b 100644 --- a/content/posts/leaflet-day-5-working-with-features.md +++ b/content/posts/leaflet-day-5-working-with-features.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Today we’ll add towns along the trail route that are mentioned in the novels. I hesitate to call them towns, because in 1902, many of them consisted of a view indigenous people and sometimes a roadhouse. diff --git a/content/posts/leaflet-day-6-geopackage-layers.md b/content/posts/leaflet-day-6-geopackage-layers.md index 90001bb..075e776 100644 --- a/content/posts/leaflet-day-6-geopackage-layers.md +++ b/content/posts/leaflet-day-6-geopackage-layers.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In this post we’ll switch gears and install Leaflet locally, then add a layer from a GeoPackage file. diff --git a/content/posts/leaflet-day-7-coordinates.md b/content/posts/leaflet-day-7-coordinates.md index cdd2edf..2376409 100644 --- a/content/posts/leaflet-day-7-coordinates.md +++ b/content/posts/leaflet-day-7-coordinates.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In this post, we’ll do a couple of things: diff --git a/content/posts/leaflet-day-8-zoom-to-feature.md b/content/posts/leaflet-day-8-zoom-to-feature.md index cb5937f..de48fc9 100644 --- a/content/posts/leaflet-day-8-zoom-to-feature.md +++ b/content/posts/leaflet-day-8-zoom-to-feature.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In this post we’ll add a zoom button to pan the map to one of the towns in the trail stops layer. diff --git a/content/posts/leaflet-day-9-calculating-distance-with-turf.js.md b/content/posts/leaflet-day-9-calculating-distance-with-turf.js.md index 9805b7c..b4dac48 100644 --- a/content/posts/leaflet-day-9-calculating-distance-with-turf.js.md +++ b/content/posts/leaflet-day-9-calculating-distance-with-turf.js.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Today we’re going to use Turf.js to calculate the distance between any two points along the trail. Turf.js is billed as providing “Advanced geospatial analysis for browsers and Node.js.” diff --git a/content/posts/leafmap_actinia_jupyter.md b/content/posts/leafmap_actinia_jupyter.md index 7422b68..42f83f0 100644 --- a/content/posts/leafmap_actinia_jupyter.md +++ b/content/posts/leafmap_actinia_jupyter.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["actinia", "blog", "grass", "leafmap", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

This blog post gives an overview of how to easily perform a geodata analysis of an online available dataset (here: a GeoTIFF file) with actinia and display the result in Leafmap browser-based.

diff --git a/content/posts/linvestissement-open-source-doslandia.md b/content/posts/linvestissement-open-source-doslandia.md index 8964002..eecf820 100644 --- a/content/posts/linvestissement-open-source-doslandia.md +++ b/content/posts/linvestissement-open-source-doslandia.md @@ -8,9 +8,11 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["news", "contribution", "investment", "lsci", "opensource", "pureplayer", "qdeeplandia", "qgis", "qwc2", "totalopenstation"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- -
+
@@ -43,7 +45,7 @@ tags: ["news", "contribution", "investment", "lsci", "opensource", "pureplayer",
-
+
@@ -56,7 +58,7 @@ tags: ["news", "contribution", "investment", "lsci", "opensource", "pureplayer",
-
+
diff --git a/content/posts/littering-your-python-path-the-road-to-destruction.md b/content/posts/littering-your-python-path-the-road-to-destruction.md index 9bc525a..b7e6be9 100644 --- a/content/posts/littering-your-python-path-the-road-to-destruction.md +++ b/content/posts/littering-your-python-path-the-road-to-destruction.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Well not quite destruction, but a bit of hair pulling… diff --git a/content/posts/live-stream-link.md b/content/posts/live-stream-link.md index 1c96453..6243e05 100644 --- a/content/posts/live-stream-link.md +++ b/content/posts/live-stream-link.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "edinburgh", "scotland"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Here is the link to the live stream of the QGIS UK user group meeting in Edinburgh on Thursday.

diff --git a/content/posts/llm-based-spatial-analysis-assistants-for-qgis.md b/content/posts/llm-based-spatial-analysis-assistants-for-qgis.md index 67f748f..c1f18ff 100644 --- a/content/posts/llm-based-spatial-analysis-assistants-for-qgis.md +++ b/content/posts/llm-based-spatial-analysis-assistants-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["gis", "llm", "qgis", "chatgpt", "llama", "pyqgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

After the initial ChatGPT hype in 2023 (when we saw the first LLM-backed QGIS plugins, e.g. QChatGPT and QGPT Agent), there has been a notable slump in new development. As far as I can tell, none of the early plugins are actively maintained anymore. They were nice tech demos but with limited utility.

diff --git a/content/posts/loading-mastermap-free-easy-fast.md b/content/posts/loading-mastermap-free-easy-fast.md index 2e3b1b4..01aafbe 100644 --- a/content/posts/loading-mastermap-free-easy-fast.md +++ b/content/posts/loading-mastermap-free-easy-fast.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We've developed a new graphical loading tool for OS MasterMap data focussing on usability and performance to make it easy to load national Ordnance Survey MasterMap datasets in a matter of hours.

diff --git a/content/posts/lutra-co-host-qgis-developer-conference.md b/content/posts/lutra-co-host-qgis-developer-conference.md index 4047b19..3da005c 100644 --- a/content/posts/lutra-co-host-qgis-developer-conference.md +++ b/content/posts/lutra-co-host-qgis-developer-conference.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Lutra Consulting and the University of Sussex are proud to host the 10th developer conference (or Hackfest) on the 12th to 16th of September. QGIS is a powerful and user-friendly Free and Open Source GIS capable of viewing, analysing and mapping Geographic Information.

diff --git a/content/posts/mailing-list-migration-to-osgeo-discourse.md b/content/posts/mailing-list-migration-to-osgeo-discourse.md index 1f347a7..057c6b3 100644 --- a/content/posts/mailing-list-migration-to-osgeo-discourse.md +++ b/content/posts/mailing-list-migration-to-osgeo-discourse.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["markus_neteler"] author: "Markus Neteler" tags: ["blog", "discourse", "gis", "grass development", "osgeo"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

The post Migration of grass-dev mailing list to OSGeo Discourse appeared first on Markus Neteler Consulting.

diff --git a/content/posts/making-open-source-gis-easier.md b/content/posts/making-open-source-gis-easier.md index fa2e3dd..044b0b3 100644 --- a/content/posts/making-open-source-gis-easier.md +++ b/content/posts/making-open-source-gis-easier.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- How can we make getting started in Open Source GIS easier? To begin with, it needs to be easier to diff --git a/content/posts/managing-mosquito-populations-with-mergin-maps.md b/content/posts/managing-mosquito-populations-with-mergin-maps.md index 6eab477..3c1ff18 100644 --- a/content/posts/managing-mosquito-populations-with-mergin-maps.md +++ b/content/posts/managing-mosquito-populations-with-mergin-maps.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Discover how the MOSPREMA project, launched in 2022 in Czechia, uses open-source tools like Mergin Maps and PostgreSQL to monitor and manage mosquito populations. Learn how real-time data, sensors, and mapping technology improve efficiency for local municipalities. diff --git a/content/posts/map-service-for-qgis3-without-a-server.md b/content/posts/map-service-for-qgis3-without-a-server.md index b3b119a..e8ea5af 100644 --- a/content/posts/map-service-for-qgis3-without-a-server.md +++ b/content/posts/map-service-for-qgis3-without-a-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["maptiler"] author: "maptiler.com" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Very simple way of how to display map service in QGI3 without a map server. diff --git a/content/posts/mapping-ground-points-in-senegal-for-imagery-stereo-preparation.md b/content/posts/mapping-ground-points-in-senegal-for-imagery-stereo-preparation.md index 2988a44..d1719df 100644 --- a/content/posts/mapping-ground-points-in-senegal-for-imagery-stereo-preparation.md +++ b/content/posts/mapping-ground-points-in-senegal-for-imagery-stereo-preparation.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Valentin was overseeing a large-scale stereo-preparation project in Senegal in order to adjust aerial imagery and LiDAR with recognizable ground control points diff --git a/content/posts/mapscaping-merginmaps.md b/content/posts/mapscaping-merginmaps.md index da5ac03..02f6ab0 100644 --- a/content/posts/mapscaping-merginmaps.md +++ b/content/posts/mapscaping-merginmaps.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We talked about Mergin Maps in the MapScaping podcast: QGIS Offline And In The Field

diff --git a/content/posts/mapscaping-pointcloud.md b/content/posts/mapscaping-pointcloud.md index cc8bfa9..ff14ebc 100644 --- a/content/posts/mapscaping-pointcloud.md +++ b/content/posts/mapscaping-pointcloud.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Listen to the latest developments in point clouds and QGIS from Martin Dobias: MapScaping podcast.

diff --git a/content/posts/mdal-0.8.0.md b/content/posts/mdal-0.8.0.md index 04feec7..209f95d 100644 --- a/content/posts/mdal-0.8.0.md +++ b/content/posts/mdal-0.8.0.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

QGIS Mesh Layer now support DHI dfsu and HECRAS 6.0 format.

diff --git a/content/posts/mdal-osgeo-community.md b/content/posts/mdal-osgeo-community.md index 690a2a7..bbeb625 100644 --- a/content/posts/mdal-osgeo-community.md +++ b/content/posts/mdal-osgeo-community.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Mesh Data Abstraction Library MDAL proudly joins the OSGeo Community program

diff --git a/content/posts/mdal.md b/content/posts/mdal.md index db61821..7efc21b 100644 --- a/content/posts/mdal.md +++ b/content/posts/mdal.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

In the world of GIS, vector and raster are the most common data types to represent real world features. But not always, vectors and rasters can describe the complexity and nature of the data.

diff --git a/content/posts/measurement-tool-is-now-available-in-the-app.md b/content/posts/measurement-tool-is-now-available-in-the-app.md index 5710ddf..a9e9ce9 100644 --- a/content/posts/measurement-tool-is-now-available-in-the-app.md +++ b/content/posts/measurement-tool-is-now-available-in-the-app.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We’ve added measurement tools to Mergin Maps, allowing you to measure both distance and area directly within the app. The new "Measure" action is accessible from the "more" menu, where you can easily add points to calculate lengths and areas in your projects. The process is similar to creating a line feature, with a live display of the measured distance and options to undo, add points, or complete the measurement. Measurements are following your QGIS distance and area project units.

Read more about the measurement tool in our documentation: https://merginmaps.com/docs/field/measure/

diff --git a/content/posts/mergin-ce-released.md b/content/posts/mergin-ce-released.md index fbee94f..f8826bd 100644 --- a/content/posts/mergin-ce-released.md +++ b/content/posts/mergin-ce-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We’d like to share some exciting news with you about our cloud-based geo-data synchronisation service, Mergin.

diff --git a/content/posts/mergin-dbsync.md b/content/posts/mergin-dbsync.md index e88d265..d139428 100644 --- a/content/posts/mergin-dbsync.md +++ b/content/posts/mergin-dbsync.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

One of the challenges of data collection projects is consolidating all the data a central database, such as Postgres/PostGIS. Using PostGIS as a live survey layer is not usually recommended:

diff --git a/content/posts/mergin-maps-2023-our-year-in-review.md b/content/posts/mergin-maps-2023-our-year-in-review.md index db8f0de..f8c7f58 100644 --- a/content/posts/mergin-maps-2023-our-year-in-review.md +++ b/content/posts/mergin-maps-2023-our-year-in-review.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This year was another successful year for Mergin Maps, as we are growing to a feature-rich and scalable enterprise geodata collection solution. diff --git a/content/posts/mergin-maps-local-changes.md b/content/posts/mergin-maps-local-changes.md index c2543e9..a1cf06a 100644 --- a/content/posts/mergin-maps-local-changes.md +++ b/content/posts/mergin-maps-local-changes.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

With the recent changes to the Mergin Maps plugin for QGIS, you can visualise the local changes before synchronising your data.

diff --git a/content/posts/mergin-maps-waste-management.md b/content/posts/mergin-maps-waste-management.md index d746d1e..7db6578 100644 --- a/content/posts/mergin-maps-waste-management.md +++ b/content/posts/mergin-maps-waste-management.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

Mergin Maps and QGIS used for municipal waste composition survey in the Czech Republic.

diff --git a/content/posts/mergin-qgis-plugin.md b/content/posts/mergin-qgis-plugin.md index b6c7594..461c30a 100644 --- a/content/posts/mergin-qgis-plugin.md +++ b/content/posts/mergin-qgis-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

One of the key features of Input mobile app, is the ability to upload/download your data from field through Mergin directly from the app.

diff --git a/content/posts/migrating-to-open-source-gis-on-the-desktop.md b/content/posts/migrating-to-open-source-gis-on-the-desktop.md index ff13635..d19781d 100644 --- a/content/posts/migrating-to-open-source-gis-on-the-desktop.md +++ b/content/posts/migrating-to-open-source-gis-on-the-desktop.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I keep seeing more evidence that many people and organizations are migrating to open source GIS on the desktop. In many cases a mix of proprietary and open source GIS is in use. diff --git a/content/posts/mobile-app-redesign-released.md b/content/posts/mobile-app-redesign-released.md index 81a26ef..9e0b270 100644 --- a/content/posts/mobile-app-redesign-released.md +++ b/content/posts/mobile-app-redesign-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

We are excited to announce the release of a redesigned version of our mobile app. This release includes the following:

    diff --git a/content/posts/mobile-data-collection-with-geopaparazzi-and-qgis.md b/content/posts/mobile-data-collection-with-geopaparazzi-and-qgis.md index 62a1326..f9b2a1a 100644 --- a/content/posts/mobile-data-collection-with-geopaparazzi-and-qgis.md +++ b/content/posts/mobile-data-collection-with-geopaparazzi-and-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

    Geopaparazzi 5.1.2 is a mobile app for Android which allows the user to quickly collect information on his or her surrounding area.

    diff --git a/content/posts/more-qgis-3d.md b/content/posts/more-qgis-3d.md index ac6e239..489f5f9 100644 --- a/content/posts/more-qgis-3d.md +++ b/content/posts/more-qgis-3d.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

    We are excited to launch a new crowdfunding campaign to bring lots of new features to QGIS 3D!

    diff --git a/content/posts/movingpandas-0-19-released.md b/content/posts/movingpandas-0-19-released.md index 3acdd6d..eb6be30 100644 --- a/content/posts/movingpandas-0-19-released.md +++ b/content/posts/movingpandas-0-19-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["movingpandas", "movement data", "python"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
    diff --git a/content/posts/multiple-map-grids-in-the-qgis-print-composer.md b/content/posts/multiple-map-grids-in-the-qgis-print-composer.md index 8029d2c..96c89fc 100644 --- a/content/posts/multiple-map-grids-in-the-qgis-print-composer.md +++ b/content/posts/multiple-map-grids-in-the-qgis-print-composer.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In printed maps, having several coordinate grids over one map is a very usefull feature. For instance using a meter system as output CRS, it is nice to display a latitude / longitude grid as well. Until now, the QGIS print composer allowed only one coordinate grid per composer map and it was restricted to the map output CRS. diff --git a/content/posts/multithreaded-rendering-with-qgis-enterprise.md b/content/posts/multithreaded-rendering-with-qgis-enterprise.md index e0c3304..18b5fad 100644 --- a/content/posts/multithreaded-rendering-with-qgis-enterprise.md +++ b/content/posts/multithreaded-rendering-with-qgis-enterprise.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Nowadays, most computers have several processor cores. However, most computer programs are still designed to only use one processing unit. As a convenient and portable way of writing software using all the available processing power, Qt provides the excellent QtConcurrent framework. diff --git a/content/posts/new-configuration-options-in-qgis-server.md b/content/posts/new-configuration-options-in-qgis-server.md index 71eef64..873c110 100644 --- a/content/posts/new-configuration-options-in-qgis-server.md +++ b/content/posts/new-configuration-options-in-qgis-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In QGIS server, it is now possible to selectively exclude layers from WMS publication. These layers will be available only on the desktop and hidden from WMS clients. Similarly, print layouts can be excluded from WMS publication. Of course, these settings are conveniently accessible from the project properties dialog of QGIS (but you need to have a nightly build or a recent compile): diff --git a/content/posts/new-editor-permission-safe-and-secure-project-collaboration.md b/content/posts/new-editor-permission-safe-and-secure-project-collaboration.md index f2ad135..15e8a54 100644 --- a/content/posts/new-editor-permission-safe-and-secure-project-collaboration.md +++ b/content/posts/new-editor-permission-safe-and-secure-project-collaboration.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

    We are introducing a new type of workspace role and project permission called "Editor". Editors in your workspace will be able to work on your projects without the risk of breaking your GeoPackage layers and QGIS project files.

    How does it work?

    ✅ Editors can:

      diff --git a/content/posts/new-features-in-qgis-36.md b/content/posts/new-features-in-qgis-36.md index 4692983..ec4b6e1 100644 --- a/content/posts/new-features-in-qgis-36.md +++ b/content/posts/new-features-in-qgis-36.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS 3.36 is round the corner and as usual, there will be several new exciting features with the new release. Below is the list of features our team has added to the new release. This was made possible by generous funding from clients.

      diff --git a/content/posts/new-interactive-trajectory-plots-for-movingpandas-experiments-on-their-interpretation-using-chatgpt-4o.md b/content/posts/new-interactive-trajectory-plots-for-movingpandas-experiments-on-their-interpretation-using-chatgpt-4o.md index b2f1176..e8d7d91 100644 --- a/content/posts/new-interactive-trajectory-plots-for-movingpandas-experiments-on-their-interpretation-using-chatgpt-4o.md +++ b/content/posts/new-interactive-trajectory-plots-for-movingpandas-experiments-on-their-interpretation-using-chatgpt-4o.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["movingpandas", "large language models", "movement data", "python"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      diff --git a/content/posts/new-label-tools-in-qgis.md b/content/posts/new-label-tools-in-qgis.md index 43b9f81..b52170d 100644 --- a/content/posts/new-label-tools-in-qgis.md +++ b/content/posts/new-label-tools-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In cartography, it is a frequent operation to set labels to fixed positions, together with the position of the fix point (left/middle/right, Top, Half, Bottom) that is kept constant in case of font change, rotation or zoom. Therefore, three new editing tools to manipulate text labels are now in the QGIS developer version: diff --git a/content/posts/new-map-coloring-algorithms-in-qgis-3-0.md b/content/posts/new-map-coloring-algorithms-in-qgis-3-0.md index 2dd1617..2065b14 100644 --- a/content/posts/new-map-coloring-algorithms-in-qgis-3-0.md +++ b/content/posts/new-map-coloring-algorithms-in-qgis-3-0.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "3.0", "cartography", "colour", "osgeo", "processing", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      It’s been a long time since I last blogged here. Let’s just blame that on the amount of changes going into QGIS 3.0 and move on…

      diff --git a/content/posts/new-movingpandas-tutorial-taking-ogc-moving-features-full-circle-with-mf-json.md b/content/posts/new-movingpandas-tutorial-taking-ogc-moving-features-full-circle-with-mf-json.md index ce86972..0c9395e 100644 --- a/content/posts/new-movingpandas-tutorial-taking-ogc-moving-features-full-circle-with-mf-json.md +++ b/content/posts/new-movingpandas-tutorial-taking-ogc-moving-features-full-circle-with-mf-json.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["movingpandas", "ogc", "movement data", "python", "spatio-temporal data"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      diff --git a/content/posts/new-qgis-cloud-pro-features.md b/content/posts/new-qgis-cloud-pro-features.md index e88df45..45efd19 100644 --- a/content/posts/new-qgis-cloud-pro-features.md +++ b/content/posts/new-qgis-cloud-pro-features.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- We are pleased to announce that today we have published a new release of QGIS Cloud. Besides a whole bunch of bug fixes, we have also introduced new features for QGIS Cloud Pro customers. Starting with this release, we will be releasing more features for our QGIS Cloud Pro customers in the coming weeks. diff --git a/content/posts/new-version-of-the-qgis-script-runner-plugin.md b/content/posts/new-version-of-the-qgis-script-runner-plugin.md index 74e964d..685e183 100644 --- a/content/posts/new-version-of-the-qgis-script-runner-plugin.md +++ b/content/posts/new-version-of-the-qgis-script-runner-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Script Runner plugin allows you to manage and execute a collection of scripts in QGIS to automate tasks and perform custom processing. diff --git a/content/posts/new_serval_version_310.md b/content/posts/new_serval_version_310.md index aa97c0e..7ea464c 100644 --- a/content/posts/new_serval_version_310.md +++ b/content/posts/new_serval_version_310.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Raster selection tools and editing with QGIS expressions.

      diff --git a/content/posts/nfcdd-updater.md b/content/posts/nfcdd-updater.md index c3845cd..42ab1e0 100644 --- a/content/posts/nfcdd-updater.md +++ b/content/posts/nfcdd-updater.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      NFCDD Updater is a QGIS extension developed by Lutra Consulting for Halcrow Group to automate the process of updating geometry and attribute data in the Environment Agency's National Flood and Coastal Defence Database (NFCDD).

      diff --git a/content/posts/ninth-gsoc-report-multithreading-on-processing.md b/content/posts/ninth-gsoc-report-multithreading-on-processing.md index 9b02e87..46690d4 100644 --- a/content/posts/ninth-gsoc-report-multithreading-on-processing.md +++ b/content/posts/ninth-gsoc-report-multithreading-on-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What do I have completed this week?

      diff --git a/content/posts/no-java-please-pass-the-python.md b/content/posts/no-java-please-pass-the-python.md index 5b70e0d..ea652dc 100644 --- a/content/posts/no-java-please-pass-the-python.md +++ b/content/posts/no-java-please-pass-the-python.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- After a rather long lapse, I had the occasion to write some Java code recently (mainly because it didn’t look like Howard’s PySDE was functional). diff --git a/content/posts/notes-from-the-qgis-uk-south-west-user-group.md b/content/posts/notes-from-the-qgis-uk-south-west-user-group.md index 66da4f7..3fe6a2c 100644 --- a/content/posts/notes-from-the-qgis-uk-south-west-user-group.md +++ b/content/posts/notes-from-the-qgis-uk-south-west-user-group.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Yesterday Dartmoor National Park was host to the third QGIS user group for the South West region. We a great range of talks from the worlds of academia, offshore exploration and local government to name but a few. The slides from these are below.

      diff --git a/content/posts/ntv2-transformations-with-qgis.md b/content/posts/ntv2-transformations-with-qgis.md index c716a60..ee252a4 100644 --- a/content/posts/ntv2-transformations-with-qgis.md +++ b/content/posts/ntv2-transformations-with-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Datum transformations with grid shift files are used in several countries to convert coordinates between different datums. In Switzerland, datum transformation using the NTv2 method is important because of the upcoming conversion between the LV03 system and the new LV95 system. Up to now, doing coordinate transformations with grid shift files was possible in QGIS, but unconvenient. diff --git a/content/posts/obligatory-eee-pc-post.md b/content/posts/obligatory-eee-pc-post.md index c65ec1a..7c77ead 100644 --- a/content/posts/obligatory-eee-pc-post.md +++ b/content/posts/obligatory-eee-pc-post.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Everybody who gets an Eee PC has to write about it–it’s required. I don’t really have much to add to the raft of reviews, except for one small point. diff --git a/content/posts/oblique-speak-in-the-technical-realm.md b/content/posts/oblique-speak-in-the-technical-realm.md index febd6ce..17a0fd0 100644 --- a/content/posts/oblique-speak-in-the-technical-realm.md +++ b/content/posts/oblique-speak-in-the-technical-realm.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- It amazes me how people fail to communicate when speaking about technical matters. I’m sure you have heard this refrain: “My computer doesn’t work” or perhaps “Program XYZ blows up”. Ok, in the general sense there is some information being conveyed here. Often times the speaker is not merely providing a fact but asking for help in a very oblique manner. diff --git a/content/posts/oceancolor-data-downloader-v1-0-for-qgis.md b/content/posts/oceancolor-data-downloader-v1-0-for-qgis.md index bc09528..bac729b 100644 --- a/content/posts/oceancolor-data-downloader-v1-0-for-qgis.md +++ b/content/posts/oceancolor-data-downloader-v1-0-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["news", "plugin", "nasa", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      Aqua Modis SST 2015-01-13

      Sea Surface Temperature data downloaded by Oceancolor Data Downloader.

      diff --git a/content/posts/offline-editing-plugin-for-qgis.md b/content/posts/offline-editing-plugin-for-qgis.md index 385526c..de131fa 100644 --- a/content/posts/offline-editing-plugin-for-qgis.md +++ b/content/posts/offline-editing-plugin-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- For data collection, it is a common situation to work with a laptop or a phone offline in the field. Upon returning to the network, the changes need to be synchronized with the master data source, e.g. a PostGIS database. If several persons are working simultaneously on the same datasets, it is difficult to merge the edits by hand, even if people don’t change the same features. diff --git a/content/posts/open-pdf-and-other-packaged-files-from-within-the-form.md b/content/posts/open-pdf-and-other-packaged-files-from-within-the-form.md index 27979eb..fd13a1e 100644 --- a/content/posts/open-pdf-and-other-packaged-files-from-within-the-form.md +++ b/content/posts/open-pdf-and-other-packaged-files-from-within-the-form.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      PDF and other files can now be opened from within the feature form. Use an HTML link with the address project://<path_to_file_within_project> to open packaged files! HTML links can be placed inside an HTML widget or a multiline text editor.

      diff --git a/content/posts/open-source-geospatial-foundation-meeting-review.md b/content/posts/open-source-geospatial-foundation-meeting-review.md index 643e1e7..81a8ea7 100644 --- a/content/posts/open-source-geospatial-foundation-meeting-review.md +++ b/content/posts/open-source-geospatial-foundation-meeting-review.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This is an unofficial recap of the OSGF meeting, based on my recollections having spent 10 hours on IRC and the phone. I’m sure the foundation will release an official version of the day’s events, so take my comments with a grain of salt. diff --git a/content/posts/open-source-geospatial-foundation.md b/content/posts/open-source-geospatial-foundation.md index e4ee186..3c8b0c6 100644 --- a/content/posts/open-source-geospatial-foundation.md +++ b/content/posts/open-source-geospatial-foundation.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Well, I have been participating in the “GeoFoundation” Meeting since 5:30 am local time this morning. We’re two hours into the meeting and so far a name for the foundation has been agreed upon: Open Source Geospatial Foundation. diff --git a/content/posts/opencl-acceleration-now-available-in-qgis.md b/content/posts/opencl-acceleration-now-available-in-qgis.md index d4801b4..0e60954 100644 --- a/content/posts/opencl-acceleration-now-available-in-qgis.md +++ b/content/posts/opencl-acceleration-now-available-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What is OpenCL?

      diff --git a/content/posts/openlayers-plugin-visits-code-sprint.md b/content/posts/openlayers-plugin-visits-code-sprint.md index 8f3fce3..bc136f1 100644 --- a/content/posts/openlayers-plugin-visits-code-sprint.md +++ b/content/posts/openlayers-plugin-visits-code-sprint.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- A short visit and 7 hours train ride to the OpenLayers code sprint mainly for a presentation at the Swiss MapFish user group meeting in Lausanne, resulted in a new release of the QGIS OpenLayers plugin. The OpenLayers plugin adds WebKit based layers to QGIS and ships with OpenStreetMap-, Google- and Yahoo-Layers. diff --git a/content/posts/order-entries-in-value-relation-widget.md b/content/posts/order-entries-in-value-relation-widget.md index d2dab91..8b9fe64 100644 --- a/content/posts/order-entries-in-value-relation-widget.md +++ b/content/posts/order-entries-in-value-relation-widget.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We’ve added support for ordering entries by value in value relation widgets. To enable this feature, simply check the option in the QGIS layer’s attribute form configuration. Once selected, the list will automatically be sorted by value. See the screenshot below for details.

      diff --git a/content/posts/oslandia-recrute-ingenieure-developpement-c-python-osl2011b.md b/content/posts/oslandia-recrute-ingenieure-developpement-c-python-osl2011b.md index 9fa9e03..ff79829 100644 --- a/content/posts/oslandia-recrute-ingenieure-developpement-c-python-osl2011b.md +++ b/content/posts/oslandia-recrute-ingenieure-developpement-c-python-osl2011b.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "c++", "developpement", "équipe", "job", "postgis", "python", "qgis", "recrutement"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis-osl2110a.md b/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis-osl2110a.md index c1bf3ed..5b754c8 100644 --- a/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis-osl2110a.md +++ b/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis-osl2110a.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "annonce", "équipe", "job", "opensource", "postgis", "postgresql", "python", "qgis", "recrutement"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis.md b/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis.md index 974e84a..c5dfa23 100644 --- a/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis.md +++ b/content/posts/oslandia-recrute-ingenieure-developpement-dapplications-sig-python-sql-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "3d", "job", "postgis", "postgresql", "python", "qgis", "recrutement", "sql"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/oslandia-signe-un-partenariat-avec-opengis-ch-sur-qfield.md b/content/posts/oslandia-signe-un-partenariat-avec-opengis-ch-sur-qfield.md index ac76e88..5a58dcd 100644 --- a/content/posts/oslandia-signe-un-partenariat-avec-opengis-ch-sur-qfield.md +++ b/content/posts/oslandia-signe-un-partenariat-avec-opengis-ch-sur-qfield.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "newsfr", "qgis", "mobile", "opengis", "partenariat", "qfield", "qfieldcloud", "sig"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Who are we?

      diff --git a/content/posts/parallel-execution-of-qgis-algorithms.md b/content/posts/parallel-execution-of-qgis-algorithms.md index 361ad04..4b7a76f 100644 --- a/content/posts/parallel-execution-of-qgis-algorithms.md +++ b/content/posts/parallel-execution-of-qgis-algorithms.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      This is just an example of the advantage provided by the multithreading on the Toolbox. As each algorithm is running in a separate thread, this allows us to run more than one algorithm at the same time.

      diff --git a/content/posts/pecan-farm-case-study.md b/content/posts/pecan-farm-case-study.md index b7f62ac..d52da50 100644 --- a/content/posts/pecan-farm-case-study.md +++ b/content/posts/pecan-farm-case-study.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Precision farming opens an opportunity to increase the gain for a farmer up to 20% with fewer trees.

      diff --git a/content/posts/photo-exif-input.md b/content/posts/photo-exif-input.md index 09f0322..728342a 100644 --- a/content/posts/photo-exif-input.md +++ b/content/posts/photo-exif-input.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In this post, we will explore the new feature in the Input app which allows you to record and display photo’s geotag information (e.g. direction, longitude and latitude).

      diff --git a/content/posts/photos-from-qgis-scotland.md b/content/posts/photos-from-qgis-scotland.md index f90e7c6..8903277 100644 --- a/content/posts/photos-from-qgis-scotland.md +++ b/content/posts/photos-from-qgis-scotland.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

       

      diff --git a/content/posts/plugin-builder-2.8.1.md b/content/posts/plugin-builder-2.8.1.md index 5144429..3ad481b 100644 --- a/content/posts/plugin-builder-2.8.1.md +++ b/content/posts/plugin-builder-2.8.1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This minor update to the Plugin Builder allows you to choose where your plugin menu will be located. diff --git a/content/posts/plugin-builder-2.8.md b/content/posts/plugin-builder-2.8.md index 0398404..340d4e1 100644 --- a/content/posts/plugin-builder-2.8.md +++ b/content/posts/plugin-builder-2.8.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Plugin Builder 2.8 is now available. This is a minor update that adds: diff --git a/content/posts/plugin-builder-3.1.md b/content/posts/plugin-builder-3.1.md index ee839e0..c47caa5 100644 --- a/content/posts/plugin-builder-3.1.md +++ b/content/posts/plugin-builder-3.1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- We’ve released version 3.1 of the Plugin Builder for QGIS 3.x. This version contains a number of bug fixes and performance enhancements. diff --git a/content/posts/plugin-qgis-french-locator-filter-1-1-0-api-photon.md b/content/posts/plugin-qgis-french-locator-filter-1-1-0-api-photon.md index 0080525..3385296 100644 --- a/content/posts/plugin-qgis-french-locator-filter-1-1-0-api-photon.md +++ b/content/posts/plugin-qgis-french-locator-filter-1-1-0-api-photon.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "open source", "qgis", "géocodage", "opensource", "openstreetmap", "plugin"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/plugin-update-april-to-may-2024.md b/content/posts/plugin-update-april-to-may-2024.md index 8e86cb0..ee2c50b 100644 --- a/content/posts/plugin-update-april-to-may-2024.md +++ b/content/posts/plugin-update-april-to-may-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Between April and May there were 33 new plugins published in the QGIS plugin repository.

      diff --git a/content/posts/plugin-update-august-2024.md b/content/posts/plugin-update-august-2024.md index 8f797dc..bc68576 100644 --- a/content/posts/plugin-update-august-2024.md +++ b/content/posts/plugin-update-august-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In last August, there were 24 new plugins published in the QGIS plugin repository.

      diff --git a/content/posts/plugin-update-july-2024.md b/content/posts/plugin-update-july-2024.md index a0a738a..9edc7af 100644 --- a/content/posts/plugin-update-july-2024.md +++ b/content/posts/plugin-update-july-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      For the last month of July, one short of 30 new plugins were published in the QGIS plugin repository.

      diff --git a/content/posts/plugin-update-june-2024.md b/content/posts/plugin-update-june-2024.md index 25fbd17..ed09d29 100644 --- a/content/posts/plugin-update-june-2024.md +++ b/content/posts/plugin-update-june-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In the month of June, 23 new plugins were published in the QGIS plugin repository.

      diff --git a/content/posts/plugin-update-november-2024.md b/content/posts/plugin-update-november-2024.md index e3a9cd4..c5ddbfb 100644 --- a/content/posts/plugin-update-november-2024.md +++ b/content/posts/plugin-update-november-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      November was a really productive month, with a remarkable total of 43 new plugins published in QGIS plugin repository. In addition there are 3 more plugins from October listed here, which somehow were missed, and for that we apologize to their authors.

      diff --git a/content/posts/plugin-update-october-2024.md b/content/posts/plugin-update-october-2024.md index 08af9b0..ab7bef5 100644 --- a/content/posts/plugin-update-october-2024.md +++ b/content/posts/plugin-update-october-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In the last month of October, 18 new plugins were published in the QGIS plugin repository.

      diff --git a/content/posts/plugin-update-september-2024.md b/content/posts/plugin-update-september-2024.md index 185bb98..b54662d 100644 --- a/content/posts/plugin-update-september-2024.md +++ b/content/posts/plugin-update-september-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["plugin update"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In September a total of 20 new plugins were published in the QGIS plugin repository.

      diff --git a/content/posts/podrecznik_do_qgis.md b/content/posts/podrecznik_do_qgis.md index 3d5cd7a..9c0f6c1 100644 --- a/content/posts/podrecznik_do_qgis.md +++ b/content/posts/podrecznik_do_qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_polska_blog"] author: "QGIS Polska blog" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- W repozytorium Politechniki Krakowskiej zostało udostępnione elektroniczne wydanie podręcznika „Systemy informacji przestrzennej z QGIS, część I i II”, który ukazał się w roku 2017. W tym wydaniu dodano m.in. tematy związane z przetwarzaniem zdjęć satelitarnych oraz pracę z bazami danych przestrzennych. diff --git a/content/posts/pointcloud-in-qgis-update-1.md b/content/posts/pointcloud-in-qgis-update-1.md index b0bd010..6024da1 100644 --- a/content/posts/pointcloud-in-qgis-update-1.md +++ b/content/posts/pointcloud-in-qgis-update-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      This is a part of series of blog posts to update QGIS community with the outcome of the funding we had raised during late 2021 to improve elevation and point clouds in collaboration with North Road and Hobu. For other updates see part 2 and part 3.

      diff --git a/content/posts/pointcloud-in-qgis-update-2.md b/content/posts/pointcloud-in-qgis-update-2.md index aaebd23..52c62ff 100644 --- a/content/posts/pointcloud-in-qgis-update-2.md +++ b/content/posts/pointcloud-in-qgis-update-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      This is a part of series of blog posts to update QGIS community with the outcome of the funding we had raised during late 2021 to improve elevation and point clouds in collaboration with North Road and Hobu. For other updates see part 1 and part 3.

      diff --git a/content/posts/pointcloud-in-qgis-update-3.md b/content/posts/pointcloud-in-qgis-update-3.md index 32cece2..114d96c 100644 --- a/content/posts/pointcloud-in-qgis-update-3.md +++ b/content/posts/pointcloud-in-qgis-update-3.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      This is a part of series of blog posts to update QGIS community with the outcome of the funding we had raised during late 2021 to improve elevation and point clouds in collaboration with North Road and Hobu. For other updates see part 1 and part 2.

      diff --git a/content/posts/pointcloud-qgis-cf-success.md b/content/posts/pointcloud-qgis-cf-success.md index 70ad879..52800bf 100644 --- a/content/posts/pointcloud-qgis-cf-success.md +++ b/content/posts/pointcloud-qgis-cf-success.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We are pleased to announce the success of our crowdfunding campaign to improve point cloud and elevation tools in QGIS. Thanks to the generous pledges from QGIS community, we have exceeded the target (including the stretch goal).

      diff --git a/content/posts/pointcloud-qgis-cf3-update1.md b/content/posts/pointcloud-qgis-cf3-update1.md index abb1886..e00578f 100644 --- a/content/posts/pointcloud-qgis-cf3-update1.md +++ b/content/posts/pointcloud-qgis-cf3-update1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS 3.30 was released late last week and we are pleased to announce the new features introduced as a part of our latest crowdfunding campaign to improve 3D, point cloud and elevation data.

      diff --git a/content/posts/pointcloud-qgis-processing.md b/content/posts/pointcloud-qgis-processing.md index 188a4be..3c41e7e 100644 --- a/content/posts/pointcloud-qgis-processing.md +++ b/content/posts/pointcloud-qgis-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      After the addition of support for visualising point clouds in the recent versions of QGIS, the next step was to add the processing tools so users can manage and analyse their data.

      diff --git a/content/posts/pointcloud-qgis.md b/content/posts/pointcloud-qgis.md index d87e2b5..e4f1c93 100644 --- a/content/posts/pointcloud-qgis.md +++ b/content/posts/pointcloud-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We are delighted to announce that in collaboration with North Road and Hobu, we are running a crowdfunding campaign to implement native support for point cloud data in QGIS.

      diff --git a/content/posts/polska_grupa_uzytkownikow_qgis_na_facebooku.md b/content/posts/polska_grupa_uzytkownikow_qgis_na_facebooku.md index 5b7cd5c..bd7a0b5 100644 --- a/content/posts/polska_grupa_uzytkownikow_qgis_na_facebooku.md +++ b/content/posts/polska_grupa_uzytkownikow_qgis_na_facebooku.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_polska_blog"] author: "QGIS Polska blog" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Na Facebooku uruchomiliśmy grupę o nazwie Polska Grupa Użytkowników QGIS, która jest odpowiedzią na rosnące zapotrzebowanie na takie miejsce w sieciach społecznościowych. Celem grupy jest promowanie QGIS jako wolnego i otwartego oprogramowania oraz wymiana wiedzy, umiejętności i doświadczeń. Zapraszamy do grupy wszystkich posiadających konto na FB i korzystających z QGIS. Zachęcamy też do aktywnego w niej uczestnictwa. diff --git a/content/posts/position-tracking-is-now-available.md b/content/posts/position-tracking-is-now-available.md index eec417d..50b0fc0 100644 --- a/content/posts/position-tracking-is-now-available.md +++ b/content/posts/position-tracking-is-now-available.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      I am pleased to announce that position tracking 📡 has been released today as part of Mobile version 2.3.0 and Plugin version 2023.3.

      You can learn more about the tracking feature and how to set it up by visiting: https://merginmaps.com/docs/field/tracking/

      Enjoy the tracking, and please let us know your thoughts! If you encounter any issues, please don’t hesitate to contact us.

      diff --git a/content/posts/postgisday-2019.md b/content/posts/postgisday-2019.md index 9b4f564..7fc0982 100644 --- a/content/posts/postgisday-2019.md +++ b/content/posts/postgisday-2019.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Am Donnerstag 14. November findet der PostGIS Day in Zürich statt! Neben topaktuellen News zu den Releases von PostGIS 3, QGIS 3.10 LTR und OpenLayers 6 gibt es Einblicke in die Responsive City Strategie der Stadt Zürich und weitere Themen wie Datentransformationen mit hale studio und Vektor Tiles.

      diff --git a/content/posts/presentations-at-foss4g-2015-in-seoul.md b/content/posts/presentations-at-foss4g-2015-in-seoul.md index 7719b14..bdeaac3 100644 --- a/content/posts/presentations-at-foss4g-2015-in-seoul.md +++ b/content/posts/presentations-at-foss4g-2015-in-seoul.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Slides from our presentations at FOSS4G 2015 in Seoul: diff --git a/content/posts/print-composer-presets.md b/content/posts/print-composer-presets.md index cdb9ea0..b4b7f81 100644 --- a/content/posts/print-composer-presets.md +++ b/content/posts/print-composer-presets.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Our training courses are structured to give trainees step-by-step guide using the latest QGIS features. Here is an example of one our practicals for creating professional maps.

      diff --git a/content/posts/projections-field.md b/content/posts/projections-field.md index c026250..b2be4cf 100644 --- a/content/posts/projections-field.md +++ b/content/posts/projections-field.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      It happens that when you collect data and then checking it in the office on your diff --git a/content/posts/publication-de-lextension-covadis-rapea-pour-qwat-et-qgep.md b/content/posts/publication-de-lextension-covadis-rapea-pour-qwat-et-qgep.md index b871cb9..94d84aa 100644 --- a/content/posts/publication-de-lextension-covadis-rapea-pour-qwat-et-qgep.md +++ b/content/posts/publication-de-lextension-covadis-rapea-pour-qwat-et-qgep.md @@ -8,9 +8,11 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "non classé", "qgis", "postgis", "water"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- -

      +
      diff --git a/content/posts/pyqgis-plugin-builder.md b/content/posts/pyqgis-plugin-builder.md index 76dfdc1..bd6c27e 100644 --- a/content/posts/pyqgis-plugin-builder.md +++ b/content/posts/pyqgis-plugin-builder.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- One of the hurdles in developing a QGIS plugin with Python is just getting the basics down. Getting the plugin setup so it is recognized by QGIS and properly adds it’s menu and toolbar items can be a bit of a chore, especially the first time. diff --git a/content/posts/pyqgis-programmers-guide-available.md b/content/posts/pyqgis-programmers-guide-available.md index 1094b88..0adf832 100644 --- a/content/posts/pyqgis-programmers-guide-available.md +++ b/content/posts/pyqgis-programmers-guide-available.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The preview release of the PyQGIS Programmer’s Guide is now available for purchase from Locate Press. diff --git a/content/posts/pyqgis-resources.md b/content/posts/pyqgis-resources.md index a4ff891..1558fc4 100644 --- a/content/posts/pyqgis-resources.md +++ b/content/posts/pyqgis-resources.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Here is a short list of resources available when writing Python code in QGIS. If you know of others, please leave a comment. diff --git a/content/posts/qfield-3-2-congo-making-your-life-easier.md b/content/posts/qfield-3-2-congo-making-your-life-easier.md index 2c36847..f889ccf 100644 --- a/content/posts/qfield-3-2-congo-making-your-life-easier.md +++ b/content/posts/qfield-3-2-congo-making-your-life-easier.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["gis", "qfield", "qfield highlights", "qgis", "qfield", "qfieldcloud", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Focused on stability and usability improvements, most users will find something to celebrate in QField 3.2

      diff --git a/content/posts/qfield-3-3-darien-it-is-just-the-beginning.md b/content/posts/qfield-3-3-darien-it-is-just-the-beginning.md index 940af0a..ce7e263 100644 --- a/content/posts/qfield-3-3-darien-it-is-just-the-beginning.md +++ b/content/posts/qfield-3-3-darien-it-is-just-the-beginning.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["gis", "qfield", "qfield highlights", "qfield", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QField 3.3 has been released, and with it, we are proud to introduce a brand new plugin framework that empowers users to customize and add completely new functionalities to their favourite field application. That’s on top of a bunch of new features and improvements added during this development cycle. What preceded this moment was just the beginning!

      diff --git a/content/posts/qfield-3-4-ebo-geofencing-and-processing-out-of-the-box.md b/content/posts/qfield-3-4-ebo-geofencing-and-processing-out-of-the-box.md index 26849a2..a9206a9 100644 --- a/content/posts/qfield-3-4-ebo-geofencing-and-processing-out-of-the-box.md +++ b/content/posts/qfield-3-4-ebo-geofencing-and-processing-out-of-the-box.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["gis", "qfield", "qfield highlights", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QField 3.4 is out, and it won’t disappoint. It has tons of new features that continue to push the limits of what users can do in the field.

      diff --git a/content/posts/qfield-rapid-mapping-ticino.md b/content/posts/qfield-rapid-mapping-ticino.md index 8fa47cd..8b48ae7 100644 --- a/content/posts/qfield-rapid-mapping-ticino.md +++ b/content/posts/qfield-rapid-mapping-ticino.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["qfield", "social responsibility", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QField Rapid Mapper is a project for the QField mobile app, which allows emergency responders, civil protection, military, and citizens to assess and report damages from natural catastrophes by quickly sharing geolocated images, videos and audio. QField Rapid Mapper offers real-time data collection, mapping and sharing to help enhance disaster response and coordination.
      QField and QFieldCloud are open-source, and OPENGIS.ch is donating the needed QFieldCloud infrastructure and expertise to help map the floods in Ticino in 2024

      diff --git a/content/posts/qfield-receives-prestigious-recognition-as-a-digital-public-good-from-the-digital-public-goods-alliance.md b/content/posts/qfield-receives-prestigious-recognition-as-a-digital-public-good-from-the-digital-public-goods-alliance.md index bd26021..295d5aa 100644 --- a/content/posts/qfield-receives-prestigious-recognition-as-a-digital-public-good-from-the-digital-public-goods-alliance.md +++ b/content/posts/qfield-receives-prestigious-recognition-as-a-digital-public-good-from-the-digital-public-goods-alliance.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["qfield", "press release", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We are thrilled to announce that the Best of Swiss Apps Enterprise winner 2022, QField, has been officially recognized as a Digital Public Good by the UN-endorsed Digital Public Goods Alliance. This prestigious recognition highlights QField’s significant contributions to six key Sustainable Development Goals (SDGs): SDG 6 (Clean Water and Sanitation), SDG 9 (Industry, Innovation, and Infrastructure), SDG 11 (Sustainable Cities and Communities), SDG 13 (Climate Action), SDG 15 (Life on Land), and SDG 16 (Peace, Justice, and Strong Institutions). The “Swiss Made Software” QField is the leading fieldwork application with almost 1 Million downloads worldwide.

      diff --git a/content/posts/qgis-1-5-und-qgis-mapserver-1-0.md b/content/posts/qgis-1-5-und-qgis-mapserver-1-0.md index b229f3f..95a9c7a 100644 --- a/content/posts/qgis-1-5-und-qgis-mapserver-1-0.md +++ b/content/posts/qgis-1-5-und-qgis-mapserver-1-0.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Kurz nach dem Release von QGIS 1.5, das mit vielen neuen Funktionen aufwartet, ist auch der QGIS Mapserver in der Version 1.0 verfügbar. diff --git a/content/posts/qgis-3-18-point-cloud.md b/content/posts/qgis-3-18-point-cloud.md index efbe78c..fd517ce 100644 --- a/content/posts/qgis-3-18-point-cloud.md +++ b/content/posts/qgis-3-18-point-cloud.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS 3.18 is finally here. This will be the first release of QGIS with native support for point cloud data. This work was made possible by generous contributions from the community.

      diff --git a/content/posts/qgis-3-28-improvements-for-working-with-esri-formats-and-services.md b/content/posts/qgis-3-28-improvements-for-working-with-esri-formats-and-services.md index a952cf5..cfcee05 100644 --- a/content/posts/qgis-3-28-improvements-for-working-with-esri-formats-and-services.md +++ b/content/posts/qgis-3-28-improvements-for-working-with-esri-formats-and-services.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["qgis", "esri", "geospatial", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      The QGIS 3.28 release is an extremely exciting release for all users who work in mixed software workplaces, or who need to work alongside users of ESRI software. In this post we’ll be giving an overview of all the new tools and features introduced in 3.28 which together result in a dramatic improvement in the workflows and capabilities in working with ESRI based formats and services. Read on for the full details…!

      diff --git a/content/posts/qgis-3-server-deployment-showcase-with-python-superpowers.md b/content/posts/qgis-3-server-deployment-showcase-with-python-superpowers.md index 1f61bde..3ade874 100644 --- a/content/posts/qgis-3-server-deployment-showcase-with-python-superpowers.md +++ b/content/posts/qgis-3-server-deployment-showcase-with-python-superpowers.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["qgis", "qgis server"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Recently I was invited by the colleagues from OpenGIS.ch to lend a hand in a training session about QGIS server.

      diff --git a/content/posts/qgis-3d-tiles-thanks-to-cesium-ecosystem-grant.md b/content/posts/qgis-3d-tiles-thanks-to-cesium-ecosystem-grant.md index c66fbbd..7cb2c43 100644 --- a/content/posts/qgis-3d-tiles-thanks-to-cesium-ecosystem-grant.md +++ b/content/posts/qgis-3d-tiles-thanks-to-cesium-ecosystem-grant.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["3d tiles", "integrations", "qgis", "3d", "cesium", "osgeo", "qgis", "tiles"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We’ve recently had the opportunity to implement a very exciting feature in QGIS 3.34 — the ability to load and view 3D content in the “Cesium 3D Tiles” format! This was a joint project with our (very talented!) partners at Lutra Consulting, and was made possible thanks to a generous ecosystem grant from the Cesium project.

      diff --git a/content/posts/qgis-abstract-connections-api.md b/content/posts/qgis-abstract-connections-api.md index 7416f83..bf47216 100644 --- a/content/posts/qgis-abstract-connections-api.md +++ b/content/posts/qgis-abstract-connections-api.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

       

      diff --git a/content/posts/qgis-add-to-felt-plugin-phase-2.md b/content/posts/qgis-add-to-felt-plugin-phase-2.md index cc1568a..6c45046 100644 --- a/content/posts/qgis-add-to-felt-plugin-phase-2.md +++ b/content/posts/qgis-add-to-felt-plugin-phase-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["integrations", "qgis", "web mapping", "cartography", "felt", "geospatial", "plugins", "qgis", "share"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We have been continuing our work with the Flagship sponsor of QGISFelt to develop their QGIS Plugin – Add to Felt  that makes it even easier to share your maps and data on the web.

      diff --git a/content/posts/qgis-anwendertag-6-5-hsr-rapperswil.md b/content/posts/qgis-anwendertag-6-5-hsr-rapperswil.md index 2f8854a..6e0f28e 100644 --- a/content/posts/qgis-anwendertag-6-5-hsr-rapperswil.md +++ b/content/posts/qgis-anwendertag-6-5-hsr-rapperswil.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Am Freitag dem 6. Mai, findet an der Hochschule für Technik Rapperswil das 2. deutschsprachige QGIS Anwendertreffen statt. Quantum GIS (oder kurz QGIS) ist ein benutzerfreundliches Open Source Desktop- und Server-GIS welches sich einer stark wachsenden Anwendergruppe erfreut. Sie finden Infos zu QGIS unter www.qgis.org diff --git a/content/posts/qgis-at-foss4g-2011-in-denver.md b/content/posts/qgis-at-foss4g-2011-in-denver.md index 609e78c..846692b 100644 --- a/content/posts/qgis-at-foss4g-2011-in-denver.md +++ b/content/posts/qgis-at-foss4g-2011-in-denver.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Sourcepole is conducting a QGIS workshop and giving two presentations: diff --git a/content/posts/qgis-back-in-the-day.md b/content/posts/qgis-back-in-the-day.md index 131bcce..56d7893 100644 --- a/content/posts/qgis-back-in-the-day.md +++ b/content/posts/qgis-back-in-the-day.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Do you remember this? diff --git a/content/posts/qgis-ch-user-day-2024-a-biased-review-by-uber-happy-committers.md b/content/posts/qgis-ch-user-day-2024-a-biased-review-by-uber-happy-committers.md index 2a6e3f1..2d83c1c 100644 --- a/content/posts/qgis-ch-user-day-2024-a-biased-review-by-uber-happy-committers.md +++ b/content/posts/qgis-ch-user-day-2024-a-biased-review-by-uber-happy-committers.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["events", "interlis", "processing", "qgis", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      During the pandemic, people noticed how well they could work remotely, how productive meetings via video call could be, and how well webinars worked. At OPENGIS.ch, this wasn’t news because we have always been 100% remote. However, we missed the unplanned, in-person interactions that occur during meetups with a 🍺or ☕. That’s why we’re very pleased that last week we could join the Swiss QGIS user day for the second time after the pandemic.

      diff --git a/content/posts/qgis-cloud-supports-oecher-safari.md b/content/posts/qgis-cloud-supports-oecher-safari.md index 8566050..2ad2f44 100644 --- a/content/posts/qgis-cloud-supports-oecher-safari.md +++ b/content/posts/qgis-cloud-supports-oecher-safari.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS Cloud and Sourcepole are proud to be official sponsors of the team Öcher-Safari, attending the Allgäu-Orient-Rallye. One of the last adventures in the world of cars. Sourcepole serves the team with know how, infrastructure and more. Information about the team and the charity ideas of this event you can find on Öcher-Safari and the official web site of the Allgäu-Orient-Rallye. diff --git a/content/posts/qgis-code-sprint-foss4guk.md b/content/posts/qgis-code-sprint-foss4guk.md index 88dcc0b..0b36796 100644 --- a/content/posts/qgis-code-sprint-foss4guk.md +++ b/content/posts/qgis-code-sprint-foss4guk.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      diff --git a/content/posts/qgis-developer-sprint-in-lyon.md b/content/posts/qgis-developer-sprint-in-lyon.md index bab15fc..7e21990 100644 --- a/content/posts/qgis-developer-sprint-in-lyon.md +++ b/content/posts/qgis-developer-sprint-in-lyon.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["qgis", "qgis server"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS Developer Sprint in Lyon diff --git a/content/posts/qgis-development-with-plugin-builder-and-pb_tool.md b/content/posts/qgis-development-with-plugin-builder-and-pb_tool.md index d2f10ca..3e7a5bc 100644 --- a/content/posts/qgis-development-with-plugin-builder-and-pb_tool.md +++ b/content/posts/qgis-development-with-plugin-builder-and-pb_tool.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Plugin Builder is a great tool for generating a working plugin project that you can customize. diff --git a/content/posts/qgis-dxf-export-enhancements.md b/content/posts/qgis-dxf-export-enhancements.md index b510775..488f586 100644 --- a/content/posts/qgis-dxf-export-enhancements.md +++ b/content/posts/qgis-dxf-export-enhancements.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["news", "qgis", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      At OPENGIS.CH, we’ve been working lately on improving the DXF Export QGIS functionality for the upcoming release 3.38. In the meantime, we’ve also added nice UX enhancements for making it easier and much more powerful to use!

      diff --git a/content/posts/qgis-enterprise-open-source-gis-mit-lts-support.md b/content/posts/qgis-enterprise-open-source-gis-mit-lts-support.md index 52662c5..dd3e3d8 100644 --- a/content/posts/qgis-enterprise-open-source-gis-mit-lts-support.md +++ b/content/posts/qgis-enterprise-open-source-gis-mit-lts-support.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Das benutzerfreundliche und funktionsreiche Quantum GIS (QGIS) bewährt sich seit mehreren Jahren im professionellen Einsatz. Die Firma Sourcepole aus Zürich füllt jetzt eine letzte Lücke, die Organisationen davon abgehalten hat QGIS in Unternehmens-Infrastrukturen einzusetzen – der professionelle Support direkt von den Kernentwicklern. Mit dem QGIS Enterprise Long Term Support- und Wartungsvertrag erhält der Kunde die Sicherheit, eine professionell unterstützte und betriebsbereite GIS Infrastruktur auf der Basis von QGIS zu betreiben. diff --git a/content/posts/qgis-enterprise.md b/content/posts/qgis-enterprise.md index 4393441..ebd3b2f 100644 --- a/content/posts/qgis-enterprise.md +++ b/content/posts/qgis-enterprise.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Mit QGIS Enterprise bietet Sourcepole ein komplettes Wartungs- und Support-Paket für eine Geodaten-Infrastruktur (GDI) an, die vollständig auf Open Source Software aufbaut. Der Kern des Angebotes ist die Quantum GIS Suite basierend auf QGIS Desktop, QGIS Server, QGIS WebClient und QGIS Mobile. diff --git a/content/posts/qgis-features-i-long-for-while-using-arcgis.md b/content/posts/qgis-features-i-long-for-while-using-arcgis.md index 5d171f5..a48802b 100644 --- a/content/posts/qgis-features-i-long-for-while-using-arcgis.md +++ b/content/posts/qgis-features-i-long-for-while-using-arcgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "arcgis", "opinion", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      (aka Features that ArcGIS Desktop users might not know that exists)

      diff --git a/content/posts/qgis-for-macos-update.md b/content/posts/qgis-for-macos-update.md index 8ef2ff7..b6907ec 100644 --- a/content/posts/qgis-for-macos-update.md +++ b/content/posts/qgis-for-macos-update.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Following our crowdfunding campaign, we are pleased to announce the completion of QGIS packages for macOS.

      diff --git a/content/posts/qgis-for-macos.md b/content/posts/qgis-for-macos.md index 74b03c1..471d011 100644 --- a/content/posts/qgis-for-macos.md +++ b/content/posts/qgis-for-macos.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      If you are a macOS user, there are already several methods to install QGIS. But, unfortunately the packages are not signed and often using old libraries. We have started a prototype to automatically generate QGIS packages for macOS.

      diff --git a/content/posts/qgis-forum-is-closed-what-do-you-think.md b/content/posts/qgis-forum-is-closed-what-do-you-think.md index 7be36bd..f154ce3 100644 --- a/content/posts/qgis-forum-is-closed-what-do-you-think.md +++ b/content/posts/qgis-forum-is-closed-what-do-you-think.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The forum (http://forum.qgis.org) has been closed for new registrations and marked read-only. Users have been encouraged to use http://gis.stackexchange.com instead. diff --git a/content/posts/qgis-function-editor.md b/content/posts/qgis-function-editor.md index c976b83..0a94f67 100644 --- a/content/posts/qgis-function-editor.md +++ b/content/posts/qgis-function-editor.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In QGIS 2.8, there is a new option for users to add their own python function in the Field calculator. This is an extremely useful feature enabling users to populate data within the attribute table using customised python function.

      diff --git a/content/posts/qgis-gains-a-gold-sponsor.md b/content/posts/qgis-gains-a-gold-sponsor.md index 49b5628..94f5519 100644 --- a/content/posts/qgis-gains-a-gold-sponsor.md +++ b/content/posts/qgis-gains-a-gold-sponsor.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Quantum GIS (QGIS) project is happy to announce that the Asia Air Survey Co., Ltd (AAS), a Japanese international consulting company, has become a Gold Sponsor. AAS has committed to providing 9,000 EUR (~$11,000 US) each of three years, beginning in November 2012. diff --git a/content/posts/qgis-goes-3d.md b/content/posts/qgis-goes-3d.md index 56235ba..9b5a0f3 100644 --- a/content/posts/qgis-goes-3d.md +++ b/content/posts/qgis-goes-3d.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Marco, Matthias and me spent three days at the QGIS hackfest in Wroclaw (pictures). There I got the time to work on the QGIS globe plugin and made a presentation of the current state. diff --git a/content/posts/qgis-gsoc-2021.md b/content/posts/qgis-gsoc-2021.md index 14be573..59fff6d 100644 --- a/content/posts/qgis-gsoc-2021.md +++ b/content/posts/qgis-gsoc-2021.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Read the guest post and congratulate Francesco Bursi, who successfully completed GSOC 2021 project to add diff --git a/content/posts/qgis-instant-print-plugin.md b/content/posts/qgis-instant-print-plugin.md index 9c71e56..0c0c56a 100644 --- a/content/posts/qgis-instant-print-plugin.md +++ b/content/posts/qgis-instant-print-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      As a side product of a customer project, we’re publishing a QGIS plugin for printing maps to a file with just two mouse clicks.

      diff --git a/content/posts/qgis-is-ten-years-old.md b/content/posts/qgis-is-ten-years-old.md index dc18127..633beff 100644 --- a/content/posts/qgis-is-ten-years-old.md +++ b/content/posts/qgis-is-ten-years-old.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- It was ten years ago, on July 19, 2002, that QGIS was officially unveiled. That first release was primitive, supporting only PostGIS layers and having little in the way of navigation controls. Invoking the open source mantra of “release early and release often,” I announced it on Freshmeat and waited. diff --git a/content/posts/qgis-landmark-events.md b/content/posts/qgis-landmark-events.md index e633ec1..3ad3b7f 100644 --- a/content/posts/qgis-landmark-events.md +++ b/content/posts/qgis-landmark-events.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS has had a lot of landmark events in it’s development. Here are just a few, not necessarily in chronological order: diff --git a/content/posts/qgis-layer-tree-api-part-1.md b/content/posts/qgis-layer-tree-api-part-1.md index 15c10f2..c914488 100644 --- a/content/posts/qgis-layer-tree-api-part-1.md +++ b/content/posts/qgis-layer-tree-api-part-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      This blog post will be about the QGIS component responsible for showing the list of layers. diff --git a/content/posts/qgis-layer-tree-api-part-2.md b/content/posts/qgis-layer-tree-api-part-2.md index 6c22a23..e35a289 100644 --- a/content/posts/qgis-layer-tree-api-part-2.md +++ b/content/posts/qgis-layer-tree-api-part-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In part 1 we covered how to access the project’s layer tree diff --git a/content/posts/qgis-layer-tree-api-part-3.md b/content/posts/qgis-layer-tree-api-part-3.md index cb1ad05..88c0c41 100644 --- a/content/posts/qgis-layer-tree-api-part-3.md +++ b/content/posts/qgis-layer-tree-api-part-3.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In the two previous blog posts we have learned how to query a layer tree and how to modify it. diff --git a/content/posts/qgis-legend-tree-presets.md b/content/posts/qgis-legend-tree-presets.md index 7a8a4f1..4f5c71c 100644 --- a/content/posts/qgis-legend-tree-presets.md +++ b/content/posts/qgis-legend-tree-presets.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      One of the cool outcomes of our recent QGIS Legend Refactoring work was the ability to add "visibility presets". This feature allows users to save and load preset layer and group visibility settings.

      diff --git a/content/posts/qgis-macos-development.md b/content/posts/qgis-macos-development.md index 555b261..e7c104b 100644 --- a/content/posts/qgis-macos-development.md +++ b/content/posts/qgis-macos-development.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We introduced a new packaging and build environment for QGIS and its dependencies for macOS. This will bring a completely new experience for QGIS macOS developers and subsequently, the users.

      diff --git a/content/posts/qgis-macos-package.md b/content/posts/qgis-macos-package.md index a0c31be..d3ebaef 100644 --- a/content/posts/qgis-macos-package.md +++ b/content/posts/qgis-macos-package.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS 3.16 on macOS coming with Proj6, GDAL3 and major fixes! diff --git a/content/posts/qgis-mapserver.md b/content/posts/qgis-mapserver.md index 5d13143..7b4fbf1 100644 --- a/content/posts/qgis-mapserver.md +++ b/content/posts/qgis-mapserver.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Marco Hugentobler at the Institute of Cartography, ETH Zurich has announced the QGIS MapServer project. diff --git a/content/posts/qgis-mobile-gsoc-has-started.md b/content/posts/qgis-mobile-gsoc-has-started.md index 149b8e4..f7a965f 100644 --- a/content/posts/qgis-mobile-gsoc-has-started.md +++ b/content/posts/qgis-mobile-gsoc-has-started.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Yesterday, we had our first meeting with Marco Bernasocchi, who just started his Google Summer of Code project. The project goals are: diff --git a/content/posts/qgis-plugin-of-the-week-openlayers.md b/content/posts/qgis-plugin-of-the-week-openlayers.md index a59ac2f..05a6d95 100644 --- a/content/posts/qgis-plugin-of-the-week-openlayers.md +++ b/content/posts/qgis-plugin-of-the-week-openlayers.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This week we look at the OpenLayers plugin for QGIS. This plugin allows you to add a number of image services to your map canvas: diff --git a/content/posts/qgis-plugin-of-the-week-points-to-paths.md b/content/posts/qgis-plugin-of-the-week-points-to-paths.md index 7bc81a6..1353f5f 100644 --- a/content/posts/qgis-plugin-of-the-week-points-to-paths.md +++ b/content/posts/qgis-plugin-of-the-week-points-to-paths.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This week we highlight the Points to Paths plugin, a handy way to convert a series of points into line features. This plugin lets you “connect the dots” based on an common attribute and a sequence field. The attribute field determines which points should be grouped together into a line. The sequence field determines the order in which the points will connected. The output from this plugin is a shapefile. diff --git a/content/posts/qgis-plugin-of-the-week-profile.md b/content/posts/qgis-plugin-of-the-week-profile.md index 4f4cfde..ae9e065 100644 --- a/content/posts/qgis-plugin-of-the-week-profile.md +++ b/content/posts/qgis-plugin-of-the-week-profile.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This week we take a look at a how to plot a terrain profile using the Profile plugin. The plugin can be used with any raster format supported by QGIS. You can can display profiles from up to three rasters at once, allowing you to compare the results. To illustrate, we’ll create a simple profile using a DEM of a 1:63,360 quadrangle in Alaska. diff --git a/content/posts/qgis-plugin-of-the-week-qnote.md b/content/posts/qgis-plugin-of-the-week-qnote.md index 3e36a93..8d56652 100644 --- a/content/posts/qgis-plugin-of-the-week-qnote.md +++ b/content/posts/qgis-plugin-of-the-week-qnote.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This week we look at a newly arrived plugin named qNote. This plugin allows you to create a note and store it in a QGIS project file. When the project is loaded, the note is restored and can be viewed in the qNote panel. diff --git a/content/posts/qgis-plugin-of-the-week-time-manager.md b/content/posts/qgis-plugin-of-the-week-time-manager.md index 5ecef07..0b40013 100644 --- a/content/posts/qgis-plugin-of-the-week-time-manager.md +++ b/content/posts/qgis-plugin-of-the-week-time-manager.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS has a lot of plugins, including over 180 that have been contributed by users. If you aren’t using plugins, you are missing out on a lot that QGIS has to offer. I’m starting what I hope to be a regular feature: Plugin of the Week. This week we’ll take a look at Time Manager. diff --git a/content/posts/qgis-point-cloud-windows.md b/content/posts/qgis-point-cloud-windows.md index 71d25b7..50f4ecc 100644 --- a/content/posts/qgis-point-cloud-windows.md +++ b/content/posts/qgis-point-cloud-windows.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In the past months, we have been busy adding support for point cloud data in QGIS (3.18). Read more on how to install and test this feature under MS Windows.

      diff --git a/content/posts/qgis-pointcloud-tips.md b/content/posts/qgis-pointcloud-tips.md index 4a40c4a..e3e572c 100644 --- a/content/posts/qgis-pointcloud-tips.md +++ b/content/posts/qgis-pointcloud-tips.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Just few weeks ago, QGIS 3.18 has been released - the first version diff --git a/content/posts/qgis-psc-call-for-nominations.md b/content/posts/qgis-psc-call-for-nominations.md index 19534a6..7726f3e 100644 --- a/content/posts/qgis-psc-call-for-nominations.md +++ b/content/posts/qgis-psc-call-for-nominations.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The QGIS Project Steering Committee (PSC) has announced a call for nominations to fill three vacant positions: diff --git a/content/posts/qgis-report-plugin.md b/content/posts/qgis-report-plugin.md index 5a9d9ff..76a668e 100644 --- a/content/posts/qgis-report-plugin.md +++ b/content/posts/qgis-report-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      diff --git a/content/posts/qgis-running-scripts-in-the-python-console.md b/content/posts/qgis-running-scripts-in-the-python-console.md index 905d8db..f508b04 100644 --- a/content/posts/qgis-running-scripts-in-the-python-console.md +++ b/content/posts/qgis-running-scripts-in-the-python-console.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The QGIS Python console is great for doing one-off tasks or experimenting with the API. Sometimes you might want to automate a task using a script, and do it without writing a full blown plugin. Currently QGIS does not have a way to load an arbitrary Python script and run it.[1] Until it does, this post illustrates a way you can create a script and run it from the console. diff --git a/content/posts/qgis-the-fossgis-week.md b/content/posts/qgis-the-fossgis-week.md index 68ee233..d391b56 100644 --- a/content/posts/qgis-the-fossgis-week.md +++ b/content/posts/qgis-the-fossgis-week.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Tuesday, 2012-03-20 11:00: FOSSGIS in Dessau, Germany starts with a workshop for programming QGIS plugins A great conference begins, with about 400 people attending presentations and workshops over three days. diff --git a/content/posts/qgis-then-and-now.md b/content/posts/qgis-then-and-now.md index 30eac30..3e44825 100644 --- a/content/posts/qgis-then-and-now.md +++ b/content/posts/qgis-then-and-now.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS turns twenty this year. I wrote the first lines of code in mid-February of 2002.

      diff --git a/content/posts/qgis-top-features-2015.md b/content/posts/qgis-top-features-2015.md index c250920..efeb844 100644 --- a/content/posts/qgis-top-features-2015.md +++ b/content/posts/qgis-top-features-2015.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      EN | PT

      diff --git a/content/posts/qgis-top-features-2016.md b/content/posts/qgis-top-features-2016.md index 7e3bc55..8c6d4f8 100644 --- a/content/posts/qgis-top-features-2016.md +++ b/content/posts/qgis-top-features-2016.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["uncategorized", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      A year ago I have asked QGIS’s community what were their favourite QGIS new features from 2015 and published this blog post. This year I decided to ask it again. In 2016, we add the release of the second long-term release (2.14 LTR), and two other stable versions (2.16 and 2.18).

      diff --git a/content/posts/qgis-trace-digitising.md b/content/posts/qgis-trace-digitising.md index f44ef80..4a1b858 100644 --- a/content/posts/qgis-trace-digitising.md +++ b/content/posts/qgis-trace-digitising.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Following the popularity of the AutoTrace plugin, we received a number of requests for additional features and to incorporate the tool into the main Advanced Digitising tools in QGIS.

      diff --git a/content/posts/qgis-training-3-days-and-birdwatchingfield-data-collection-2-days-in-south-portugal-january-2015.md b/content/posts/qgis-training-3-days-and-birdwatchingfield-data-collection-2-days-in-south-portugal-january-2015.md index e822f2f..687c3d2 100644 --- a/content/posts/qgis-training-3-days-and-birdwatchingfield-data-collection-2-days-in-south-portugal-january-2015.md +++ b/content/posts/qgis-training-3-days-and-birdwatchingfield-data-collection-2-days-in-south-portugal-january-2015.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["faunalia"] author: "Faunalia" tags: ["qgis", "training"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Faunalia and Imagine-Science are pleased to announce a QGIS training (3 days) course during a week that will include 2 days of field activities related to birdwatching and field data collection. Where: Portugal/Algarve, specifically “Ria de Alvor -Mexilhoeira Grande” near Portimão. When: 26 to 30 January 2015.   For more informations about QGIS training program, […] diff --git a/content/posts/qgis-training-opportunities.md b/content/posts/qgis-training-opportunities.md index e86650d..30fafd1 100644 --- a/content/posts/qgis-training-opportunities.md +++ b/content/posts/qgis-training-opportunities.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- We’re planning a couple of training classes for March: diff --git a/content/posts/qgis-uk-edinburgh-an-overview.md b/content/posts/qgis-uk-edinburgh-an-overview.md index b342a41..ff195e2 100644 --- a/content/posts/qgis-uk-edinburgh-an-overview.md +++ b/content/posts/qgis-uk-edinburgh-an-overview.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_uk"] author: "QGIS UK" tags: ["user groups", "writeups"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      6th Scottish QGIS UK user group meeting
      diff --git a/content/posts/qgis-user-konferenz-bern-21-4-10.md b/content/posts/qgis-user-konferenz-bern-21-4-10.md index e3c8f36..ac9f556 100644 --- a/content/posts/qgis-user-konferenz-bern-21-4-10.md +++ b/content/posts/qgis-user-konferenz-bern-21-4-10.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Am 21. April 2010 findet das erste deutschsprachige QGIS User-Meeting in Bern statt. Das Programm und die detaillierten Angaben können auf der QGIS-Homepage nachgelesen werden. diff --git a/content/posts/qgis-users-around-the-world.md b/content/posts/qgis-users-around-the-world.md index 8ae9aad..d2ebea9 100644 --- a/content/posts/qgis-users-around-the-world.md +++ b/content/posts/qgis-users-around-the-world.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- One of the difficult things to track in the open source world is the number of people who actually use your software. In the proprietary commercial world you have licenses, invoices, and so forth. In the case of QGIS, we can track the total number of downloads from qgis.org, but this doesn’t represent the total installed base. It is impossible to accurately determine the actual number of people using QGIS, but we can get an approximation of the number and where they are in the world. diff --git a/content/posts/qgis-vector-data-provider-python.md b/content/posts/qgis-vector-data-provider-python.md index 0ca0420..b247666 100644 --- a/content/posts/qgis-vector-data-provider-python.md +++ b/content/posts/qgis-vector-data-provider-python.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["gis", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

       

      diff --git a/content/posts/qgis-workshop-at-foss4g2007-a-done-deal.md b/content/posts/qgis-workshop-at-foss4g2007-a-done-deal.md index c5566cd..e6f0e3f 100644 --- a/content/posts/qgis-workshop-at-foss4g2007-a-done-deal.md +++ b/content/posts/qgis-workshop-at-foss4g2007-a-done-deal.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Well, the QGIS workshop at FOSS4G2007 is history. We had a capacity crowd and covered a lot of ground in a short 3 hours. diff --git a/content/posts/qgis-xyz-tile-wmts-preview.md b/content/posts/qgis-xyz-tile-wmts-preview.md index 8d93b97..87e47b8 100644 --- a/content/posts/qgis-xyz-tile-wmts-preview.md +++ b/content/posts/qgis-xyz-tile-wmts-preview.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In this post, we will highlight the new features we have added to QGIS 2.18 …

      diff --git a/content/posts/qgis3d-build.md b/content/posts/qgis3d-build.md index f798379..8b53137 100644 --- a/content/posts/qgis3d-build.md +++ b/content/posts/qgis3d-build.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS support for 3D canvas is ready for testing. A possible hurdle in getting QGIS compiled with 3D support may be the fact that diff --git a/content/posts/qgis3d-new-features-qgis3-4.md b/content/posts/qgis3d-new-features-qgis3-4.md index 7037be2..d2c657f 100644 --- a/content/posts/qgis3d-new-features-qgis3-4.md +++ b/content/posts/qgis3d-new-features-qgis3-4.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Thanks to the great response from the QGIS community to our crowdfunding call, we have added several new features to the upcoming release (3.4).

      diff --git a/content/posts/qgis_3.0_juz_w_piekarniku.md b/content/posts/qgis_3.0_juz_w_piekarniku.md index d9fee95..9c82baf 100644 --- a/content/posts/qgis_3.0_juz_w_piekarniku.md +++ b/content/posts/qgis_3.0_juz_w_piekarniku.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_polska_blog"] author: "QGIS Polska blog" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- W dniach 21-25 lutego 2018 na Maderze odbywa się spotkanie programistów (hackfest) projektu QGIS. diff --git a/content/posts/qgiscloud-css.md b/content/posts/qgiscloud-css.md index c32b759..3ffa4ae 100644 --- a/content/posts/qgiscloud-css.md +++ b/content/posts/qgiscloud-css.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In an earlier post, I showed how it is possible to permanently position a legend in the QGIS Cloud map as part of a QGIS Cloud Pro subscription. To achieve this, the appearance of the map view was changed using CSS. In this post, I will describe exactly what this is and how it works. diff --git a/content/posts/qgiscloud-edit.md b/content/posts/qgiscloud-edit.md index 7aeb5dd..970209c 100644 --- a/content/posts/qgiscloud-edit.md +++ b/content/posts/qgiscloud-edit.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS Cloud (www.qgiscloud.com) is a platform which provides a convenient geodata infrastructure including database, web services and web maps in the cloud. Recently, Sourcepole implemented the possibility to enable web-based editing in published maps. This blog post shows how to enable editing in QGIS cloud pro maps. diff --git a/content/posts/qgiscloud-externe-services.md b/content/posts/qgiscloud-externe-services.md index 0cb7d45..bc39319 100644 --- a/content/posts/qgiscloud-externe-services.md +++ b/content/posts/qgiscloud-externe-services.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The use of WMS/WMTS layers in a QGIS Cloud map project can significantly degrade the performance of the map display. I have already discussed how to counter this problem in an earlier post. One of the solutions is to load external WMS as background layers. The problem with this approach, however, is that only one WMS background layer can be loaded at a time. If further WMS layers are to be loaded into the map at the same time, this approach cannot be used. diff --git a/content/posts/qgiscloud-fixe-legende-mit-css.md b/content/posts/qgiscloud-fixe-legende-mit-css.md index a3ffd48..5242ce3 100644 --- a/content/posts/qgiscloud-fixe-legende-mit-css.md +++ b/content/posts/qgiscloud-fixe-legende-mit-css.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- With QGIS Cloud Pro it is possible to change the appearance and behaviour of the QGIS Cloud Web Client via CSS. You can easily manipulate the colour of frames and fonts, etc. An example that is not obvious is displaying the legend in a fixed location on the map. In this way, the legend can be made a fixed part of the map in QGIS Cloud QWC2. diff --git a/content/posts/qgiscloud-iframe.md b/content/posts/qgiscloud-iframe.md index 996d3fb..058c252 100644 --- a/content/posts/qgiscloud-iframe.md +++ b/content/posts/qgiscloud-iframe.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- After a beautiful map has been created with QGIS and published on https://qgiscloud.com, the desire quickly arises to integrate this map into one’s own website. This way, visitors to the website could access the map directly and without having to go via https://qgiscloud.com. With a little HTML, this is easy to do. But let’s start from the beginning. diff --git a/content/posts/qgiscloud-map-slow.md b/content/posts/qgiscloud-map-slow.md index 499917c..c7e2272 100644 --- a/content/posts/qgiscloud-map-slow.md +++ b/content/posts/qgiscloud-map-slow.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS Cloud Support is repeatedly asked: ‘Why is my QGIS Cloud map so slow and what can I do to make it faster?’ Basically, the bottlenecks can be traced back to poor data management and/or a slow internet connection. In this short blog article, I would like to give you a few tips on what you can do to speed up a slow loading map. diff --git a/content/posts/qgiscloud-postgresql_fdw.md b/content/posts/qgiscloud-postgresql_fdw.md index fdd2c1c..d8b8db4 100644 --- a/content/posts/qgiscloud-postgresql_fdw.md +++ b/content/posts/qgiscloud-postgresql_fdw.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The QGIS Cloud Support Team is often asked if it is possible to integrate data from external databases into the QGIS Cloud Web Map, so that the map information in the QGIS Cloud Web Map is always up-to-date. In this blog article we would like to show how this is possible with PostgreSQL. diff --git a/content/posts/qgistomapserver-a-conversion-tool.md b/content/posts/qgistomapserver-a-conversion-tool.md index ca64ca7..a7a6677 100644 --- a/content/posts/qgistomapserver-a-conversion-tool.md +++ b/content/posts/qgistomapserver-a-conversion-tool.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QgisToMapServer converts a saved QGIS project file to a map file, ready to be served with MapServer. A binary preview version for both Mac and Windows is available now. For Linux/Unix users, the source code is available from the Git repository. diff --git a/content/posts/qsoccer-qgis-football-what-else.md b/content/posts/qsoccer-qgis-football-what-else.md index 5e40e26..e58a64a 100644 --- a/content/posts/qsoccer-qgis-football-what-else.md +++ b/content/posts/qsoccer-qgis-football-what-else.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["autres", "newsfr", "non classé", "open source", "qgis", "open source"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/quantum-gis-open-source-gis-with-lts-support.md b/content/posts/quantum-gis-open-source-gis-with-lts-support.md index 9cb9020..bfd5a8d 100644 --- a/content/posts/quantum-gis-open-source-gis-with-lts-support.md +++ b/content/posts/quantum-gis-open-source-gis-with-lts-support.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Quantum QGIS, a user-friendly and full featured Open Source GIS suite, is used in a wide range of professional enterprise infrastructures. Sourcepole, located in Zurich, Switzerland, now fills the last gap, which has prevented many organizations from the use of QGIS in enterprise infrastructures so far - they offer professional support directly from QGIS core developers. With QGIS Enterprise long term support and maintenance, the customer gets a professionally supported and maintained GIS infrastructure based on QGIS. diff --git a/content/posts/quick-guide-to-getting-started-with-pyqgis-3-on-windows.md b/content/posts/quick-guide-to-getting-started-with-pyqgis-3-on-windows.md index d9df6c7..2d63de3 100644 --- a/content/posts/quick-guide-to-getting-started-with-pyqgis-3-on-windows.md +++ b/content/posts/quick-guide-to-getting-started-with-pyqgis-3-on-windows.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Getting started with Python and QGIS 3 can be a bit overwhelming. In this post we give you a quick start to get you up and running and maybe make your PyQGIS life a little easier. diff --git a/content/posts/raster-resampling-in-qgis.md b/content/posts/raster-resampling-in-qgis.md index 149bc0b..b8d6af3 100644 --- a/content/posts/raster-resampling-in-qgis.md +++ b/content/posts/raster-resampling-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS already offers a lot of possibilities to visualize raster data (contrast enhancement, color map, handling of transparent pixels, …) Last year, Radim Blazek refactored the raster provider interface and added on-the-fly reprojection support for rasters to QGIS. Very cool! diff --git a/content/posts/rasters-in-the-database-why-bother.md b/content/posts/rasters-in-the-database-why-bother.md index d707fb9..43497ae 100644 --- a/content/posts/rasters-in-the-database-why-bother.md +++ b/content/posts/rasters-in-the-database-why-bother.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I’ve come to the conclusion that storing rasters in a database is of dubious value, particularly from a data warehouse perspective. diff --git a/content/posts/rechercher-une-adresse-avec-qgis.md b/content/posts/rechercher-une-adresse-avec-qgis.md index b9460e5..b05234d 100644 --- a/content/posts/rechercher-une-adresse-avec-qgis.md +++ b/content/posts/rechercher-une-adresse-avec-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "newsfr", "non classé", "qgis", "sig", "addok", "addresse", "ban", "bano", "géocodage", "open source"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/recording-tracks-input.md b/content/posts/recording-tracks-input.md index 8f5e7a2..c4236ec 100644 --- a/content/posts/recording-tracks-input.md +++ b/content/posts/recording-tracks-input.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In this post, we will use Input app to record tracks. The first step is to set up a project in QGIS.

      diff --git a/content/posts/rencontres-qgis-fr-grenoble-27-28-mars-2024.md b/content/posts/rencontres-qgis-fr-grenoble-27-28-mars-2024.md index 1a3c32d..fca6255 100644 --- a/content/posts/rencontres-qgis-fr-grenoble-27-28-mars-2024.md +++ b/content/posts/rencontres-qgis-fr-grenoble-27-28-mars-2024.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["conférence", "newsfr", "open source", "qgis", "équipe", "open source"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/reports-from-the-winning-grant-proposals-2023-2.md b/content/posts/reports-from-the-winning-grant-proposals-2023-2.md index 1fc9ff6..b67b8ec 100644 --- a/content/posts/reports-from-the-winning-grant-proposals-2023-2.md +++ b/content/posts/reports-from-the-winning-grant-proposals-2023-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_project_blog"] author: "QGIS Project blog" tags: ["qgis grant programme", "grants"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      With the QGIS Grant Programme 2023, we were able to support six proposals (four in the first round and two in the second round) that are aimed to improve the QGIS project, including software, infrastructure, and documentation. The following reports summarize the work performed in the first four proposals:  

      diff --git a/content/posts/reset-local-changes-from-qgis.md b/content/posts/reset-local-changes-from-qgis.md index c0259cf..bace44e 100644 --- a/content/posts/reset-local-changes-from-qgis.md +++ b/content/posts/reset-local-changes-from-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      With Mergin Maps QGIS Plugin 2024.1 you can now revert local changes of your QGIS project. Click on synchronise button in the toolbar and in the “Project status” dialog you will see new button to “Reset Changes”

      Read the full changelog of the release: https://github.com/MerginMaps/qgis-plugin/releases/tag/2024.1

      diff --git a/content/posts/responsive-background-maps-with-qgis-cloud.md b/content/posts/responsive-background-maps-with-qgis-cloud.md index dfd224f..4c62327 100644 --- a/content/posts/responsive-background-maps-with-qgis-cloud.md +++ b/content/posts/responsive-background-maps-with-qgis-cloud.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Responsive background maps with QGIS Cloud diff --git a/content/posts/rule-based-labeling.md b/content/posts/rule-based-labeling.md index 6a0c161..cce6f99 100644 --- a/content/posts/rule-based-labeling.md +++ b/content/posts/rule-based-labeling.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      The new QGIS 2.12 (Lyon) will be out soon!

      diff --git a/content/posts/running-qgis-for-windows-on-linux.md b/content/posts/running-qgis-for-windows-on-linux.md index 297b99b..dede22e 100644 --- a/content/posts/running-qgis-for-windows-on-linux.md +++ b/content/posts/running-qgis-for-windows-on-linux.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Why would you want to run the Windows version of QGIS on Linux? Because its there. Actually, it may be a useful way to test the Windows version without firing up the dusty old Win32 box. diff --git a/content/posts/say-hello-to-the-new-qgis-plugin.md b/content/posts/say-hello-to-the-new-qgis-plugin.md index e4d6c65..67a8065 100644 --- a/content/posts/say-hello-to-the-new-qgis-plugin.md +++ b/content/posts/say-hello-to-the-new-qgis-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["maptiler"] author: "maptiler.com" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Open-source plugin for QGIS that loads fast vector maps. Change colors and fonts of the map to get unique look. diff --git a/content/posts/script-runner-a-plugin-to-run-python-scripts-in-qgis.md b/content/posts/script-runner-a-plugin-to-run-python-scripts-in-qgis.md index 83194eb..e0ff39d 100644 --- a/content/posts/script-runner-a-plugin-to-run-python-scripts-in-qgis.md +++ b/content/posts/script-runner-a-plugin-to-run-python-scripts-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Following up on my last post, Running Scripts in the Python Console, I created a plugin to simplify running scripts: diff --git a/content/posts/search-qgis-irc-logs.md b/content/posts/search-qgis-irc-logs.md index 0ae05f3..977502c 100644 --- a/content/posts/search-qgis-irc-logs.md +++ b/content/posts/search-qgis-irc-logs.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I added a simple feature that allows you to search the IRC logs from #qgis back to May 10, 2006. diff --git a/content/posts/serval.md b/content/posts/serval.md index c66f4e2..1435f39 100644 --- a/content/posts/serval.md +++ b/content/posts/serval.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Users can directly edit raster cell values using Serval plugin in QGIS.

      diff --git a/content/posts/seventh-report.md b/content/posts/seventh-report.md index 056d049..3ab45e7 100644 --- a/content/posts/seventh-report.md +++ b/content/posts/seventh-report.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What do I have completed this week?

      diff --git a/content/posts/shaded-relief-maps-with-qgis.md b/content/posts/shaded-relief-maps-with-qgis.md index fea0957..a4d0132 100644 --- a/content/posts/shaded-relief-maps-with-qgis.md +++ b/content/posts/shaded-relief-maps-with-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Creating a shaded relief map from digital elevation data is a nice way to create a backround map for web mapping or other GIS work. Thanks to the know-how and the funding from the Swiss Humanitarian Aid Unit, QGIS now has a sophisticated function for relief map generation. The method is described in detail in an paper by Marc-André Bünzli. An important part of the method is the choice of the elevation colors. diff --git a/content/posts/share-and-manage-your-data-with-qgis-cloud-and-wfs-t.md b/content/posts/share-and-manage-your-data-with-qgis-cloud-and-wfs-t.md index 65cf8d8..0db455e 100644 --- a/content/posts/share-and-manage-your-data-with-qgis-cloud-and-wfs-t.md +++ b/content/posts/share-and-manage-your-data-with-qgis-cloud-and-wfs-t.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- A lot of people are using QGIS Cloud as a service with ready to use QGIS webclient. It’s very easy to publish data and share maps in this way. But QGIS Cloud has more power under the hood. A not so obvious feature of QGIS Cloud is the option to share your data via Web Feature Service (WFS) and manage them via Web Feature Service Transactional (WFS-T). “The basic Web Feature Service allows querying and retrieval of features. diff --git a/content/posts/shermans-law.md b/content/posts/shermans-law.md index c4d1550..826f3df 100644 --- a/content/posts/shermans-law.md +++ b/content/posts/shermans-law.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In any sufficiently aged bureaucracy, process overshadows product. diff --git a/content/posts/should-mapserver-join-osgeo.md b/content/posts/should-mapserver-join-osgeo.md index b8aa3e0..f4d3720 100644 --- a/content/posts/should-mapserver-join-osgeo.md +++ b/content/posts/should-mapserver-join-osgeo.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The MapServer Technical Steering Committee today approved an RFC that calls for MapServer to join the newly formed Open Source Geospatial Foundation. A poll has been put up on the MapServer site (login required) to collect the responses from the community. diff --git a/content/posts/sixth-report.md b/content/posts/sixth-report.md index 2982f68..82e6d39 100644 --- a/content/posts/sixth-report.md +++ b/content/posts/sixth-report.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What do I have completed this week?

      diff --git a/content/posts/slides-foss4g-2014.md b/content/posts/slides-foss4g-2014.md index 0e8c394..c884d45 100644 --- a/content/posts/slides-foss4g-2014.md +++ b/content/posts/slides-foss4g-2014.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Slides from our presentations at FOSS4G 2014 in Portland/Oregon: diff --git a/content/posts/slides-foss4g-2017.md b/content/posts/slides-foss4g-2017.md index c08c8b8..c88aa7c 100644 --- a/content/posts/slides-foss4g-2017.md +++ b/content/posts/slides-foss4g-2017.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Reporting back from FOSS4G 2017 in Boston, which started with the usual QGIS plugin programming workshop, this time at the Harvard University campus.

      diff --git a/content/posts/slyr-update-june-2023.md b/content/posts/slyr-update-june-2023.md index 57768c1..db40f84 100644 --- a/content/posts/slyr-update-june-2023.md +++ b/content/posts/slyr-update-june-2023.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["qgis", "slyr", "aprx", "arcgis", "esri", "mxd", "qgis", "slyr"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      Welcome back, SLYR enthusiasts! We’re thrilled to share the latest updates and enhancements for our SLYR ESRI to QGIS Compatibility Suite that will dramatically streamline the use of ESRI documents within QGIS (and vice versa!). Our team has been hard at work, expanding the capabilities of SLYR to ensure seamless compatibility between the latest QGIS and ArcGIS releases. We’ve also got some exciting news for users of the Community Edition of SLYR! Let’s dive right in and explore the exciting new features that have been added to SLYR since our previous update
      diff --git a/content/posts/slyr-update-november-2022.md b/content/posts/slyr-update-november-2022.md index fa0a507..e49f138 100644 --- a/content/posts/slyr-update-november-2022.md +++ b/content/posts/slyr-update-november-2022.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["qgis", "slyr", "aprx", "arcgis", "arcmap", "esri", "lyrx", "osgeo", "qgis", "slyr"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Our SLYR tool is the complete solution for full compatibility between ArcMap, ArcGIS Pro and QGIS. It offers a powerful suite of conversion tools for opening ESRI projects, styles and other documents directly within QGIS, and for exporting QGIS documents for use in ESRI software.

      diff --git a/content/posts/soar-earth-digital-atlas-qgis-plugin.md b/content/posts/soar-earth-digital-atlas-qgis-plugin.md index 33ea94c..027ff09 100644 --- a/content/posts/soar-earth-digital-atlas-qgis-plugin.md +++ b/content/posts/soar-earth-digital-atlas-qgis-plugin.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["north_road"] author: "North Road" tags: ["integrations", "partners", "qgis", "atlas", "cartography", "plugins", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Soar banner

      diff --git a/content/posts/some-news-about-qchat-the-chat-within-qgis.md b/content/posts/some-news-about-qchat-the-chat-within-qgis.md index 31de589..bdb638f 100644 --- a/content/posts/some-news-about-qchat-the-chat-within-qgis.md +++ b/content/posts/some-news-about-qchat-the-chat-within-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["geotribu_en"] author: "Geotribu" tags: ["article", "gischat", "gistribe", "qchat", "qgis", "qtribu"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Some news about QChat and the features provided by the new 1.1 version. #GISChat #GISTribe diff --git a/content/posts/sortie-de-qfield-3-0-la-solution-terrain-basee-sur-qgis.md b/content/posts/sortie-de-qfield-3-0-la-solution-terrain-basee-sur-qgis.md index a27ceb0..f1d8b0a 100644 --- a/content/posts/sortie-de-qfield-3-0-la-solution-terrain-basee-sur-qgis.md +++ b/content/posts/sortie-de-qfield-3-0-la-solution-terrain-basee-sur-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "newsfr", "qgis", "sig", "opengis.ch", "qfield", "release"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      We are very happy and enthusiasts at Oslandia to forward the QField 3.0 release announcement, the new major update of this mobile GIS application based on QGIS.

      diff --git a/content/posts/sortie-de-qfield-3-3-darien.md b/content/posts/sortie-de-qfield-3-3-darien.md index 2fc8ced..53a6496 100644 --- a/content/posts/sortie-de-qfield-3-3-darien.md +++ b/content/posts/sortie-de-qfield-3-3-darien.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "news", "newsfr", "open source", "qgis", "sig", "android", "annonce", "apple", "mobile", "opengis.ch", "qfield", "survey", "terrain"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Oslandia is the main partner of OPENGIS.ch around QField. We are proud today to forward the announcement of the new QField release 3.3 “Darién”. This release introduces a brand new plugin framework that empowers users to customize and add completely new functionalities to their favourite field application.

      diff --git a/content/posts/sortie-de-qfield-3-4-ebo.md b/content/posts/sortie-de-qfield-3-4-ebo.md index 0bf8834..6e39978 100644 --- a/content/posts/sortie-de-qfield-3-4-ebo.md +++ b/content/posts/sortie-de-qfield-3-4-ebo.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["gis", "news", "newsfr", "open source", "qfield", "sig", "android", "annonce", "apple", "mobile", "opengis.ch", "qfield", "qgis", "survey", "terrain"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Oslandia is the main partner of OPENGIS.ch around QField. We are proud today to forward the announcement of the new QField release 3.4 “Ebo”.

      diff --git a/content/posts/sourcepole-at-foss4g-2014-in-portland.md b/content/posts/sourcepole-at-foss4g-2014-in-portland.md index 360f03e..079a468 100644 --- a/content/posts/sourcepole-at-foss4g-2014-in-portland.md +++ b/content/posts/sourcepole-at-foss4g-2014-in-portland.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In one week, the 2014 FOSS4G Conference will start in Portland/Oregon. Sourcepole supports this major event as a bronze sponsor. diff --git a/content/posts/spatial-galaxy.md b/content/posts/spatial-galaxy.md index 450de03..04455d2 100644 --- a/content/posts/spatial-galaxy.md +++ b/content/posts/spatial-galaxy.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This site aims to bring out some of the latest and sometimes not-so-greatest happenings in the GIS world. We’ll focus to large extent on Open Source software but hopefully mix it up to keep things interesting. We’ll explore things from the new and exciting to the dull and mundane. diff --git a/content/posts/speculations-on-the-file-geodatabase-api.md b/content/posts/speculations-on-the-file-geodatabase-api.md index a0f90e9..ffc2188 100644 --- a/content/posts/speculations-on-the-file-geodatabase-api.md +++ b/content/posts/speculations-on-the-file-geodatabase-api.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- At the ESRI Developer Summit there was news of the File Geodatabase (FGDB) API. Based on the tweets from the summit it appears: diff --git a/content/posts/speeding-up-your-pyqgis-scripts.md b/content/posts/speeding-up-your-pyqgis-scripts.md index d657c3f..e8fb56d 100644 --- a/content/posts/speeding-up-your-pyqgis-scripts.md +++ b/content/posts/speeding-up-your-pyqgis-scripts.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "geospatial", "osgeo", "pyqgis", "python", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      I’ve recently spent some time optimising the performance of various QGIS plugins and algorithms, and I’ve noticed that there’s a few common performance traps which developers fall into when fetching features from a vector layer. In this post I’m going to explore these traps, what makes them slow, and how to avoid them.

      diff --git a/content/posts/stake-out-mode-now-supports-multiple-distance-units.md b/content/posts/stake-out-mode-now-supports-multiple-distance-units.md index 7f7b43f..a7b198f 100644 --- a/content/posts/stake-out-mode-now-supports-multiple-distance-units.md +++ b/content/posts/stake-out-mode-now-supports-multiple-distance-units.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Users now have the flexibility to utilize a variety of distance units in the stake out mode, moving beyond the conventional meters. This enhancement allows for a more customized and user-friendly experience, catering to diverse geographic contexts and preferences.

      To configure these distance units, navigate to QGIS project settings and change “distance units“ to your preferred units.

      For detailed instructions on how to set up and leverage alternative distance units in stakeout mode, refer to our documentation https://merginmaps.com/docs/field/stake-out/#changing-stake-out-distance-units-in-qgis.

      diff --git a/content/posts/story-oslandia-x-qwc-episode-1-8.md b/content/posts/story-oslandia-x-qwc-episode-1-8.md index a68592b..904336d 100644 --- a/content/posts/story-oslandia-x-qwc-episode-1-8.md +++ b/content/posts/story-oslandia-x-qwc-episode-1-8.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "open source", "open source", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/story-oslandia-x-qwc-episode-6-8.md b/content/posts/story-oslandia-x-qwc-episode-6-8.md index 0e91008..e79f52f 100644 --- a/content/posts/story-oslandia-x-qwc-episode-6-8.md +++ b/content/posts/story-oslandia-x-qwc-episode-6-8.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "open source", "qgis", "qwc"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/supercharge-your-fieldwork-with-qfields-project-and-app-wide-plugins.md b/content/posts/supercharge-your-fieldwork-with-qfields-project-and-app-wide-plugins.md index c0e9653..276fc01 100644 --- a/content/posts/supercharge-your-fieldwork-with-qfields-project-and-app-wide-plugins.md +++ b/content/posts/supercharge-your-fieldwork-with-qfields-project-and-app-wide-plugins.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["qfield", "qfield highlights", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      This blog post will introduce QField’s brand new plugin framework and walk through the creation of a plugin to support bird watchers in need of a quick way to digitize photos of spotted birds onto a point vector layer.

      diff --git a/content/posts/survey-qgis-input.md b/content/posts/survey-qgis-input.md index 5a1f4e5..8e8c291 100644 --- a/content/posts/survey-qgis-input.md +++ b/content/posts/survey-qgis-input.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In this post, we will walk you through basic steps to set up a survey project in QGIS desktop and using it in Input app to collect data in field using your Android or iPhone/iPad device.

      diff --git a/content/posts/svg-symbols-in-qgis-with-modifiable-colors.md b/content/posts/svg-symbols-in-qgis-with-modifiable-colors.md index b93c8a8..6eb5baa 100644 --- a/content/posts/svg-symbols-in-qgis-with-modifiable-colors.md +++ b/content/posts/svg-symbols-in-qgis-with-modifiable-colors.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- SVG markers are a popular way to symbolise points in QGIS. Predefined markers are available in $PREFIX/share/qgis/svg and it is straightforward to add new symbols or to create own symbols with a vector graphics program (e.g. Inkscape). A disadvantage so far was the need to create different versions of an svg file to have the same symbol in several colors. A recent change in QGIS now introduces the possibility to insert parameter tags into the svg file and QGIS is going to replace them with the values for fill color, outline color and outline width. diff --git a/content/posts/swiss-locator-plugin-3-0-is-here-with-exciting-features.md b/content/posts/swiss-locator-plugin-3-0-is-here-with-exciting-features.md index 05105a8..9ca94ea 100644 --- a/content/posts/swiss-locator-plugin-3-0-is-here-with-exciting-features.md +++ b/content/posts/swiss-locator-plugin-3-0-is-here-with-exciting-features.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["3d", "qgis", "elevation profile", "qgis.org", "swissalti3d", "vector tiles"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Swiss elevation profiles

      diff --git a/content/posts/swisstopo-wmts-in-qgiscloud.md b/content/posts/swisstopo-wmts-in-qgiscloud.md index 0b3400c..838d54b 100644 --- a/content/posts/swisstopo-wmts-in-qgiscloud.md +++ b/content/posts/swisstopo-wmts-in-qgiscloud.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Swisstopo services can be used free of charge for commercial purposes since March 1st. In this blog article I want to show how these high quality data can be published on qgiscloud.com. diff --git a/content/posts/temoignage-client-emilie-bigorne-geomaticienne-eptb-loire.md b/content/posts/temoignage-client-emilie-bigorne-geomaticienne-eptb-loire.md index 52a4fa5..0600ab5 100644 --- a/content/posts/temoignage-client-emilie-bigorne-geomaticienne-eptb-loire.md +++ b/content/posts/temoignage-client-emilie-bigorne-geomaticienne-eptb-loire.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["newsfr", "témoignage client", "postgis", "postgresql", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Sorry, this entry is only available in French.

      diff --git a/content/posts/tenth-gsoc-report-multithreading-on-processing.md b/content/posts/tenth-gsoc-report-multithreading-on-processing.md index 13ca14d..5cfb57d 100644 --- a/content/posts/tenth-gsoc-report-multithreading-on-processing.md +++ b/content/posts/tenth-gsoc-report-multithreading-on-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What do I have completed this week?

      diff --git a/content/posts/testing-umn-mapfiles-with-qgis.md b/content/posts/testing-umn-mapfiles-with-qgis.md index d4a0a33..98437f5 100644 --- a/content/posts/testing-umn-mapfiles-with-qgis.md +++ b/content/posts/testing-umn-mapfiles-with-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Sunday night session of the QGIS hackfest resulted in a new release of the Mapfile Tools plugin. diff --git a/content/posts/the-great-divide-user-and-developer.md b/content/posts/the-great-divide-user-and-developer.md index ab3b1d5..9127279 100644 --- a/content/posts/the-great-divide-user-and-developer.md +++ b/content/posts/the-great-divide-user-and-developer.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- a great divide separates the typical open source developer and user. each has differing expectations, assumptions, and priorities. the interaction between developer and user can be helpful, cordial, confrontational, or antagonistic. diff --git a/content/posts/the-inaugural-qgis-australia-hackfest-noosa-2017.md b/content/posts/the-inaugural-qgis-australia-hackfest-noosa-2017.md index 894800f..548eb1e 100644 --- a/content/posts/the-inaugural-qgis-australia-hackfest-noosa-2017.md +++ b/content/posts/the-inaugural-qgis-australia-hackfest-noosa-2017.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "australia", "geospatial", "hackfest", "osgeo", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Last week we kicked off the first (of hopefully many) Australian QGIS hackfests Developers Meetings. It was attended by 3 of the core QGIS development team: Nathan Woodrow, Martin Dobias and myself (Nyall Dawson), along with various family members. While there’s been QGIS hackfests in Europe for over 10 years, and others scattered throughout various countries (I think there was a Japanese one recently… but Twitter’s translate tool leaves me with little confidence about this!), there’s been no events like this in the Southern hemisphere yet. I’ve been to a couple in Europe and found them to be a great way to build involvement in the project, for both developers and non-developers alike.

      diff --git a/content/posts/the-ink-is-dry.md b/content/posts/the-ink-is-dry.md index 601623e..e37cbda 100644 --- a/content/posts/the-ink-is-dry.md +++ b/content/posts/the-ink-is-dry.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Looks like the ink is dry on Desktop GIS and it should start shipping soon. You can get the full scoop from the Pragmatic Bookshelf. diff --git a/content/posts/the-leopard-limps-a-bit.md b/content/posts/the-leopard-limps-a-bit.md index 467b35f..50654e6 100644 --- a/content/posts/the-leopard-limps-a-bit.md +++ b/content/posts/the-leopard-limps-a-bit.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I use my MacBook as my “command center”, connecting to the other machines I need to work on using ssh and Nx. After a bit of tuning, I had this working nicely under Tiger. diff --git a/content/posts/the-long-road-to-gutsy.md b/content/posts/the-long-road-to-gutsy.md index c7f0228..264cd13 100644 --- a/content/posts/the-long-road-to-gutsy.md +++ b/content/posts/the-long-road-to-gutsy.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I guess Ubuntu must be popular. I’m just trying to upgrade my Feisty install so I can do the upgrade to Gutsy. Looks like it’s going to take a while… diff --git a/content/posts/the-postgresql-connection-service-file-and-why-we-love-it.md b/content/posts/the-postgresql-connection-service-file-and-why-we-love-it.md index a4c09f7..0b1b162 100644 --- a/content/posts/the-postgresql-connection-service-file-and-why-we-love-it.md +++ b/content/posts/the-postgresql-connection-service-file-and-why-we-love-it.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["opengisch"] author: "OPENGIS.ch blog" tags: ["interlis", "postgresql", "qgis", "qgis plugins", "qgis.org"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      The PostgreSQL Connection Service File pg_service.conf is nothing new. It has existed for quite some time and maybe you have already used it sometimes too. But not only the new QGIS plugin PG service parser is a reason to write about our love for this file, as well we generally think it’s time to show you how it can be used for really cool things.

      diff --git a/content/posts/the-pyqgis-programmers-guide.md b/content/posts/the-pyqgis-programmers-guide.md index cd87edf..00cc9e3 100644 --- a/content/posts/the-pyqgis-programmers-guide.md +++ b/content/posts/the-pyqgis-programmers-guide.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The PyQGIS Programmer’s Guide is now available in both paperback and PDF. A sample chapter is also available for download. diff --git a/content/posts/the-shapefile-reports-of-my-deprecation-have-been-greatly-exaggerated.md b/content/posts/the-shapefile-reports-of-my-deprecation-have-been-greatly-exaggerated.md index 0254dc5..ba04942 100644 --- a/content/posts/the-shapefile-reports-of-my-deprecation-have-been-greatly-exaggerated.md +++ b/content/posts/the-shapefile-reports-of-my-deprecation-have-been-greatly-exaggerated.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The death of the shapefile has again been predicted—this time for 2010. diff --git a/content/posts/the-state-of-qgis-globe.md b/content/posts/the-state-of-qgis-globe.md index 73eb3ad..26fcbe3 100644 --- a/content/posts/the-state-of-qgis-globe.md +++ b/content/posts/the-state-of-qgis-globe.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Region of Umbria, Italy, sponsored 4 days of work to update QGIS Globe for current QGIS versions. Most of the functionality is working again and the globe is now compatible with osgEarth 1.0 up to 1.3. The bad news is, that the globe plugin is not working on Windows with OSGeo4W. It seems that one of the OSGeo4W libraries (GDAL?) is compiled with an incompatible MS compiler version. Christmas holidays are coming… diff --git a/content/posts/the-volcano-and-the-buffer-desktop-gis-the-book.md b/content/posts/the-volcano-and-the-buffer-desktop-gis-the-book.md index e2369c2..b074d25 100644 --- a/content/posts/the-volcano-and-the-buffer-desktop-gis-the-book.md +++ b/content/posts/the-volcano-and-the-buffer-desktop-gis-the-book.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Take a look at: The Volcano and the Buffer diff --git a/content/posts/thoughts-on-foss4g-sotm-oceania-2018-and-the-pyqgis-api-improvements-which-it-caused.md b/content/posts/thoughts-on-foss4g-sotm-oceania-2018-and-the-pyqgis-api-improvements-which-it-caused.md index dad0654..47bf252 100644 --- a/content/posts/thoughts-on-foss4g-sotm-oceania-2018-and-the-pyqgis-api-improvements-which-it-caused.md +++ b/content/posts/thoughts-on-foss4g-sotm-oceania-2018-and-the-pyqgis-api-improvements-which-it-caused.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["nyalldawson_net"] author: "nyalldawson.net" tags: ["qgis", "foss4g", "geospatial", "osgeo", "pyqgis", "python", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Last week the first official “FOSS4G/SOTM Oceania” conference was held at Melbourne University. This was a fantastic event, and there’s simply no way I can extend sufficient thanks to all the organisers and volunteers who put this event together. They did a brilliant job, and their efforts are even more impressive considering it was the inaugural event!

      diff --git a/content/posts/ti-piace-avere-qgis-ben-tradotto-in-italiano-ora-puoi-contribuire.md b/content/posts/ti-piace-avere-qgis-ben-tradotto-in-italiano-ora-puoi-contribuire.md index bfb4f2e..0d787e8 100644 --- a/content/posts/ti-piace-avere-qgis-ben-tradotto-in-italiano-ora-puoi-contribuire.md +++ b/content/posts/ti-piace-avere-qgis-ben-tradotto-in-italiano-ora-puoi-contribuire.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["faunalia"] author: "Faunalia" tags: ["uncategorized"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Avere tutto QGIS, incluso il programma, i manuali e il sito web, tradotti in italiano è una bella comodità; questo richiede uno sforzo notevole, per cui il tuo aiuto è essenziale. Fai una donazione tramite: http://qgis.it/#translation diff --git a/content/posts/top-ten-open-source-gis-predictions-for-2007.md b/content/posts/top-ten-open-source-gis-predictions-for-2007.md index 414ea35..d5269b5 100644 --- a/content/posts/top-ten-open-source-gis-predictions-for-2007.md +++ b/content/posts/top-ten-open-source-gis-predictions-for-2007.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- I remember growing up and reading predictions for the new year developed by some prognosticator, supposedly in the know. Of course most of the time it was all wrong, but often made for interesting reading. With that in mind, here are my top 10 predictions for Open Source GIS (OS GIS) for 2007. diff --git a/content/posts/topographie-et-topologie-dans-et-autour-de-qgis.md b/content/posts/topographie-et-topologie-dans-et-autour-de-qgis.md index 1815b79..3694f3a 100644 --- a/content/posts/topographie-et-topologie-dans-et-autour-de-qgis.md +++ b/content/posts/topographie-et-topologie-dans-et-autour-de-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["news", "newsfr", "open source", "qgis", "topographie"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Since 2018 and the arrival of Loïc Bartoletti, Oslandia has accelerated its focus on topography and topology within and around QGIS.

      diff --git a/content/posts/towering-qgis-release.md b/content/posts/towering-qgis-release.md index 08a942d..d6913c8 100644 --- a/content/posts/towering-qgis-release.md +++ b/content/posts/towering-qgis-release.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      The new QGIS 2.8 release (codename: Wien) is out tomorrow!

      diff --git a/content/posts/track-the-vend%C3%A9e-globe-race-with-python-and-qgis.md b/content/posts/track-the-vend%C3%A9e-globe-race-with-python-and-qgis.md index f7922b3..92fcd1f 100644 --- a/content/posts/track-the-vend%C3%A9e-globe-race-with-python-and-qgis.md +++ b/content/posts/track-the-vend%C3%A9e-globe-race-with-python-and-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["geotribu_en"] author: "Geotribu" tags: ["article", "geopandas", "pandas", "python", "qgis", "vendée globe", "sailing"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Create and visualize GIS data on the progress of the Vendée Globe 2024 race from official spreadsheets. diff --git a/content/posts/trajectools-2-2-released.md b/content/posts/trajectools-2-2-released.md index d6f98ee..375fff5 100644 --- a/content/posts/trajectools-2-2-released.md +++ b/content/posts/trajectools-2-2-released.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["movement data in gis", "qgis", "trajectools", "movement data", "spatio-temporal data", "trajectories"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      diff --git a/content/posts/trajectools-tutorial-trajectory-preprocessing.md b/content/posts/trajectools-tutorial-trajectory-preprocessing.md index 1431fb5..3cc4499 100644 --- a/content/posts/trajectools-tutorial-trajectory-preprocessing.md +++ b/content/posts/trajectools-tutorial-trajectory-preprocessing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["gis", "movement data in gis", "movingpandas", "qgis", "spatio-temporal data", "movement data"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---
      diff --git a/content/posts/tuflow-case-study.md b/content/posts/tuflow-case-study.md index 5ce7aca..71be3d3 100644 --- a/content/posts/tuflow-case-study.md +++ b/content/posts/tuflow-case-study.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      The case study presents the C++ development of QGIS Desktop to support rendering of 3D results produced by TUFLOW’s 3D capable solver: TUFLOW FV (10 minute read)

      diff --git a/content/posts/twelfth-gsoc-report-multithreading-on-processing.md b/content/posts/twelfth-gsoc-report-multithreading-on-processing.md index 2cfdfc3..67973a0 100644 --- a/content/posts/twelfth-gsoc-report-multithreading-on-processing.md +++ b/content/posts/twelfth-gsoc-report-multithreading-on-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["marcus_soc_reports"] author: "Marcus SOC reports" tags: ["reports"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What do I have completed this week?

      diff --git a/content/posts/two-weeks-of-leaflet-day-1.md b/content/posts/two-weeks-of-leaflet-day-1.md index b4e77f3..c6fa05d 100644 --- a/content/posts/two-weeks-of-leaflet-day-1.md +++ b/content/posts/two-weeks-of-leaflet-day-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Background We at Locate Press have been working on a new book: Leaflet Cookbook, by Numa Gremling. The book is chock-full of over 300 pages of recipes and information to get the most of your web maps. The book is content complete and available as a preview. diff --git a/content/posts/upgrading-postgis-in-a-database-with-large-objects.md b/content/posts/upgrading-postgis-in-a-database-with-large-objects.md index 4cd6607..6e88c03 100644 --- a/content/posts/upgrading-postgis-in-a-database-with-large-objects.md +++ b/content/posts/upgrading-postgis-in-a-database-with-large-objects.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Following the instructions for a “hard” upgrade in Chapter 2. Installation of the PostGIS manual results in large objects not being restored to the database. If you create a dump using pg_dump -Fc –oids and then use the postgis_restore.pl script, the oids will be restored but not the large objects. This is not really a PostGIS issue, it can happen when dealing with any PostgreSQL database. diff --git a/content/posts/urban-mobility-insights-with-movingpandas-carto-in-snowflake.md b/content/posts/urban-mobility-insights-with-movingpandas-carto-in-snowflake.md index 15c88b2..318f9a7 100644 --- a/content/posts/urban-mobility-insights-with-movingpandas-carto-in-snowflake.md +++ b/content/posts/urban-mobility-insights-with-movingpandas-carto-in-snowflake.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["anita_graser"] author: "Anita Graser" tags: ["big data", "movement data in gis", "movingpandas", "spatio-temporal data", "movement data"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Today, I want to point out a blog post over at

      diff --git a/content/posts/use-your-android-phones-gps-in-qgis.md b/content/posts/use-your-android-phones-gps-in-qgis.md index c092dc6..aacd82b 100644 --- a/content/posts/use-your-android-phones-gps-in-qgis.md +++ b/content/posts/use-your-android-phones-gps-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Do you want to share your GPS data from your phone to QGIS? diff --git a/content/posts/using-git-with-multiple-qgis-branches.md b/content/posts/using-git-with-multiple-qgis-branches.md index 3d5e37a..83434ff 100644 --- a/content/posts/using-git-with-multiple-qgis-branches.md +++ b/content/posts/using-git-with-multiple-qgis-branches.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- This post is for those of you that build QGIS on a regular basis and want to keep up with everything going on in the current release branches (1.7.2 and 1.8) as well as the master branch that will eventually become version 2.0. diff --git a/content/posts/using-mergin-maps-as-part-of-an-end-to-end-solution-for-farm-management.md b/content/posts/using-mergin-maps-as-part-of-an-end-to-end-solution-for-farm-management.md index 975abb2..0f04ae3 100644 --- a/content/posts/using-mergin-maps-as-part-of-an-end-to-end-solution-for-farm-management.md +++ b/content/posts/using-mergin-maps-as-part-of-an-end-to-end-solution-for-farm-management.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Agrimotion, an agricultural consultancy in South Africa, specializes in perennial crops. Their IMPI platform, developed with Lutra Consulting and Mergin Maps, simplifies farm management by enhancing data collection and analysis, boosting productivity, and reducing costs. diff --git a/content/posts/using-os-addressbase-for-address-search-in-qgis.md b/content/posts/using-os-addressbase-for-address-search-in-qgis.md index ca636df..1b7ab91 100644 --- a/content/posts/using-os-addressbase-for-address-search-in-qgis.md +++ b/content/posts/using-os-addressbase-for-address-search-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      In this blog post we’ll learn how to use Ordnance Survey AddressBase data with the QGIS Discovery plugin for searching addresses.

      diff --git a/content/posts/using-qgis-from-conda.md b/content/posts/using-qgis-from-conda.md index 5e421be..999dded 100644 --- a/content/posts/using-qgis-from-conda.md +++ b/content/posts/using-qgis-from-conda.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["alexandre_netos_blog"] author: "Alexandre Neto's blog" tags: ["sem categoria", "conda", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      QGIS recipes have been available on Conda for a while, but now, that they work for the three main operating systems, getting QGIS from Conda is s starting to become a reliable alternative to other QGIS distributions. Anyway, let’s rewind a bit…

      diff --git a/content/posts/using-the-qgis-plugin-builder.md b/content/posts/using-the-qgis-plugin-builder.md index 8c272bc..d227de4 100644 --- a/content/posts/using-the-qgis-plugin-builder.md +++ b/content/posts/using-the-qgis-plugin-builder.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The Plugin Builder allows you to quickly create a skeleton Python plugin by generating all that boring boilerplate that every plugin requires. diff --git a/content/posts/using-the-qgis-raster-calculator.md b/content/posts/using-the-qgis-raster-calculator.md index 81a8eb2..25c8733 100644 --- a/content/posts/using-the-qgis-raster-calculator.md +++ b/content/posts/using-the-qgis-raster-calculator.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The raster calculator allows you to perform mathematical operations on each cell in a raster. This can be useful for converting and manipulating your rasters. Operators include: diff --git a/content/posts/using-trigonometry-to-place-and-orientate-labels.md b/content/posts/using-trigonometry-to-place-and-orientate-labels.md index 3dba6b3..225bc49 100644 --- a/content/posts/using-trigonometry-to-place-and-orientate-labels.md +++ b/content/posts/using-trigonometry-to-place-and-orientate-labels.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["ireland_qgis_user_group_blog"] author: "Ireland QGIS User Group Blog" tags: ["2.18", "qgis", "tutorial", "labels", "map"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Geologists display the dip and strike of rock layers on geological maps using a dip and strike symbol, where dip in degrees indicates the maximum angle a rock layer descends relative to the horizontal. However, it is not directly possible in QGIS 2.18, using basic label settings, to place and orient a dip label next to a dip and strike symbol.

      diff --git a/content/posts/v3.3.10.md b/content/posts/v3.3.10.md index ec7bb1b..54703cf 100644 --- a/content/posts/v3.3.10.md +++ b/content/posts/v3.3.10.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What's Changed

      diff --git a/content/posts/v3.3.11.md b/content/posts/v3.3.11.md index 9e25f76..b5c1605 100644 --- a/content/posts/v3.3.11.md +++ b/content/posts/v3.3.11.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      What's Changed

      diff --git a/content/posts/v3.4.0.md b/content/posts/v3.4.0.md index ca9a1b7..1a8f814 100644 --- a/content/posts/v3.4.0.md +++ b/content/posts/v3.4.0.md @@ -8,10 +8,12 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

      Changes

      -

      34

      +

      34

      🚀 Features

      • A nifty processing toolbox has been added into QField, with countless algorithms available to edit features and geometries while in the field
      • diff --git a/content/posts/v3.4.1.md b/content/posts/v3.4.1.md index f5076fd..13469ac 100644 --- a/content/posts/v3.4.1.md +++ b/content/posts/v3.4.1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/v3.4.2.md b/content/posts/v3.4.2.md index 8a1a3eb..e0ac064 100644 --- a/content/posts/v3.4.2.md +++ b/content/posts/v3.4.2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/v3.4.3.md b/content/posts/v3.4.3.md index 7a03527..918d0a5 100644 --- a/content/posts/v3.4.3.md +++ b/content/posts/v3.4.3.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/v3.4.4.md b/content/posts/v3.4.4.md index d6752f6..9fb2d90 100644 --- a/content/posts/v3.4.4.md +++ b/content/posts/v3.4.4.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/v3.4.5.md b/content/posts/v3.4.5.md index efddd19..f2c0f39 100644 --- a/content/posts/v3.4.5.md +++ b/content/posts/v3.4.5.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/v3.4.6.md b/content/posts/v3.4.6.md index d8c697b..21b01cb 100644 --- a/content/posts/v3.4.6.md +++ b/content/posts/v3.4.6.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/v3.4.7.md b/content/posts/v3.4.7.md index ba154ac..4782711 100644 --- a/content/posts/v3.4.7.md +++ b/content/posts/v3.4.7.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qfield"] author: "QField releases" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        What's Changed

        diff --git a/content/posts/variabilisez-vos-profils-qgis-avec-qdt.md b/content/posts/variabilisez-vos-profils-qgis-avec-qdt.md index d85e1a2..6ff9ada 100644 --- a/content/posts/variabilisez-vos-profils-qgis-avec-qdt.md +++ b/content/posts/variabilisez-vos-profils-qgis-avec-qdt.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["qgis_oslandia"] author: "QGIS Oslandia" tags: ["qdt", "qgis", "qgis deployment toolbelt"] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        Sorry, this entry is only available in French.

        diff --git a/content/posts/vector-basemaps-in-qgis.md b/content/posts/vector-basemaps-in-qgis.md index 761ca78..6e8266d 100644 --- a/content/posts/vector-basemaps-in-qgis.md +++ b/content/posts/vector-basemaps-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["maptiler"] author: "maptiler.com" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The new version of the MapTiler plugin pushes our maps from MapTiler Cloud almost to perfection diff --git a/content/posts/vector-tiles-in-qgis-3-14.md b/content/posts/vector-tiles-in-qgis-3-14.md index f6eaa74..4d9cce8 100644 --- a/content/posts/vector-tiles-in-qgis-3-14.md +++ b/content/posts/vector-tiles-in-qgis-3-14.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["maptiler"] author: "maptiler.com" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- The new QGIS 3.14 version adds support for the native loading of vector tiles. The easiest way to load them is via the recently released plugin. diff --git a/content/posts/vectortiles-donors.md b/content/posts/vectortiles-donors.md index 90990e3..f44481a 100644 --- a/content/posts/vectortiles-donors.md +++ b/content/posts/vectortiles-donors.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        We are delighted to announce that the crowdfunding to support Vector Tiles in QGIS has been successful!

        diff --git a/content/posts/vectortiles-part1.md b/content/posts/vectortiles-part1.md index d084b93..c6976df 100644 --- a/content/posts/vectortiles-part1.md +++ b/content/posts/vectortiles-part1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        After a successful crowdfunding campaign to support Vector Tiles in QGIS, we have been busy adding new features for the upcoming release (3.14).

        diff --git a/content/posts/vectortiles-qgis.md b/content/posts/vectortiles-qgis.md index 4972646..a2b5a71 100644 --- a/content/posts/vectortiles-qgis.md +++ b/content/posts/vectortiles-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        We are happy to announce a new crowdfunding campaign to support Vector Tiles in QGIS!

        diff --git a/content/posts/verarbeitung-von-interlis-daten-mit-qgis.md b/content/posts/verarbeitung-von-interlis-daten-mit-qgis.md index 3b8b12d..4d27aec 100644 --- a/content/posts/verarbeitung-von-interlis-daten-mit-qgis.md +++ b/content/posts/verarbeitung-von-interlis-daten-mit-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        In der Schweiz werden amtliche Geodatenmodelle vorwiegend mit Interlis erstellt und häufig wird das Interlis-Transferformat für den offiziellen Datenaustausch vorgegeben. Das Interlis-Plugin für QGIS ermöglicht die einfache Verarbeitung von Interlis-Daten und bindet externe Java-Applikationen in die Processing-Toolbox ein.

        diff --git a/content/posts/view-and-track-changes-in-qgis.md b/content/posts/view-and-track-changes-in-qgis.md index bb8612b..cd75d25 100644 --- a/content/posts/view-and-track-changes-in-qgis.md +++ b/content/posts/view-and-track-changes-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- With the recent changes to the Mergin Maps plugin for QGIS, you can visualise the local changes before synchronising your data. Read more in our blog post! diff --git a/content/posts/vim-and-cmake-out-of-source-builds.md b/content/posts/vim-and-cmake-out-of-source-builds.md index ec794c6..4886abb 100644 --- a/content/posts/vim-and-cmake-out-of-source-builds.md +++ b/content/posts/vim-and-cmake-out-of-source-builds.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- If you use Vim you probably know you can use the make command to build your project. The make command looks for a Makefile in your current directory. If you are editing a file that is not in the current directory (meaning you use some Vim magic to change to the directory containing your edit buffer), make will start below the top-level of your build directory. This is often the case when doing an out-of-source build with CMake. diff --git a/content/posts/virtual-point-clouds.md b/content/posts/virtual-point-clouds.md index 60d0fee..ed51689 100644 --- a/content/posts/virtual-point-clouds.md +++ b/content/posts/virtual-point-clouds.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        As a part of our crowdfunding campaign we have introduced a new method to handle a large number of point cloud files. In this article, we delve into the technical details of the new format, rationale behind our choice and how you can create, view and process virtual point cloud files.

        diff --git a/content/posts/vista-and-open-source.md b/content/posts/vista-and-open-source.md index d8f0fea..249244a 100644 --- a/content/posts/vista-and-open-source.md +++ b/content/posts/vista-and-open-source.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- And so it begins. Chad has made a plea to Microsoft to help sort out issues with the latest World Wind release and Vista. The new security features are causing problems and I suspect that World Wind won’t be the last project to have to deal with it. So far the QGIS project has yet to get an experience report from anybody using Vista. Who knows what that will bring…. diff --git a/content/posts/visualising-dam-breach-in-qgis.md b/content/posts/visualising-dam-breach-in-qgis.md index 8d98b12..4d8dea5 100644 --- a/content/posts/visualising-dam-breach-in-qgis.md +++ b/content/posts/visualising-dam-breach-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        Recently, I have come across the news about extent of damage and human loss, in case of the Mosul dam breach in Iraq.

        diff --git a/content/posts/visualization-of-early-qgis-development.md b/content/posts/visualization-of-early-qgis-development.md index 2ad0180..16fe63b 100644 --- a/content/posts/visualization-of-early-qgis-development.md +++ b/content/posts/visualization-of-early-qgis-development.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Years ago (2011), Nathan Woodrow did a visualization of code commits between QGIS 1.6 and 1.7 using Gource. I wanted to contrast the slow beginning of QGIS in 2002 with the flurry of activity in recent years. diff --git a/content/posts/vortrag-agit-2013-qgis-cloud-karten-einfach-ins-netz.md b/content/posts/vortrag-agit-2013-qgis-cloud-karten-einfach-ins-netz.md index d132c4e..224494a 100644 --- a/content/posts/vortrag-agit-2013-qgis-cloud-karten-einfach-ins-netz.md +++ b/content/posts/vortrag-agit-2013-qgis-cloud-karten-einfach-ins-netz.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Noch nie war es so einfach individuelle Web Map Services mit ansprechenden Karten, Geodatenbank und Web Client zu erstellen, wie mit QGIS Cloud. Der am 5. Juli an der AGIT 2013 in Salzburg präsentierte Vortrag kann hier herunter geladen werden. diff --git a/content/posts/we-hope-youre-enjoying-the-new-experience.md b/content/posts/we-hope-youre-enjoying-the-new-experience.md index ced5472..a4daf98 100644 --- a/content/posts/we-hope-youre-enjoying-the-new-experience.md +++ b/content/posts/we-hope-youre-enjoying-the-new-experience.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["mergin_maps"] author: "Mergin Maps" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- We're excited to announce significant updates to our ecosystem. Over the past few months, we've dedicated ourselves to redesigning both the mobile app and dashboard, aiming to enhance your overall experience. diff --git a/content/posts/web-based-printing-with-qgis-server.md b/content/posts/web-based-printing-with-qgis-server.md index d622840..7752345 100644 --- a/content/posts/web-based-printing-with-qgis-server.md +++ b/content/posts/web-based-printing-with-qgis-server.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- QGIS server is already known as a full featured, WMS 1.3 compliant map server (see e.g. ETHZ, Linfiniti or 3LIZ). diff --git a/content/posts/webinar-pointcloud-processing.md b/content/posts/webinar-pointcloud-processing.md index 3537b6e..85c70f2 100644 --- a/content/posts/webinar-pointcloud-processing.md +++ b/content/posts/webinar-pointcloud-processing.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        Join this webinar to learn more about the new features in QGIS to process LiDAR data:

        diff --git a/content/posts/welcome-qgis-3-and-goodbye-madeira.md b/content/posts/welcome-qgis-3-and-goodbye-madeira.md index 440ff64..b5cc224 100644 --- a/content/posts/welcome-qgis-3-and-goodbye-madeira.md +++ b/content/posts/welcome-qgis-3-and-goodbye-madeira.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["itopen"] author: "ItOpen" tags: ["gis", "qgis"] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Last week I’ve been in Madeira at the hackfest, like all the past events this has been an amazing happening, diff --git a/content/posts/welcome-to-new-qgis-psc-members.md b/content/posts/welcome-to-new-qgis-psc-members.md index 2adcc3c..24f7abe 100644 --- a/content/posts/welcome-to-new-qgis-psc-members.md +++ b/content/posts/welcome-to-new-qgis-psc-members.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Nominations for the QGIS PSC closed at 00:00 UTC on August 25, 2013 [1]. diff --git a/content/posts/whats-holding-back-the-adoption-of-open-source-gis-on-the-desktop.md b/content/posts/whats-holding-back-the-adoption-of-open-source-gis-on-the-desktop.md index d17f58e..09d7d38 100644 --- a/content/posts/whats-holding-back-the-adoption-of-open-source-gis-on-the-desktop.md +++ b/content/posts/whats-holding-back-the-adoption-of-open-source-gis-on-the-desktop.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- In my last post I created a poll to get an idea of the extent of migration to open source GIS on the desktop. The results indicated that nearly 50% of the people using open source GIS were still using their proprietary software as well. You can view the results of the poll using the Polls Archive link below the current poll. diff --git a/content/posts/whats-new-in-qgis-plugins.md b/content/posts/whats-new-in-qgis-plugins.md index 99e809a..b744739 100644 --- a/content/posts/whats-new-in-qgis-plugins.md +++ b/content/posts/whats-new-in-qgis-plugins.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Here’s a summary of recent additions and updates to plugins in the QGIS repository. diff --git a/content/posts/wheres-my-.qgis3-folder.md b/content/posts/wheres-my-.qgis3-folder.md index d811339..5b8b7fb 100644 --- a/content/posts/wheres-my-.qgis3-folder.md +++ b/content/posts/wheres-my-.qgis3-folder.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- There’s been several posts to GIS StackExchange along the lines of: diff --git a/content/posts/why-qgis-class-names-start-with-qgs.md b/content/posts/why-qgis-class-names-start-with-qgs.md index fc59751..55a581c 100644 --- a/content/posts/why-qgis-class-names-start-with-qgs.md +++ b/content/posts/why-qgis-class-names-start-with-qgs.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- If you’re a developer, or have looked at the QGIS source code, you’ve likely noticed that most C++ classes in the project start with Qgs. diff --git a/content/posts/wither-the-command-line.md b/content/posts/wither-the-command-line.md index 354c906..9ac068d 100644 --- a/content/posts/wither-the-command-line.md +++ b/content/posts/wither-the-command-line.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["spatialgalaxy_net"] author: "Spatial Galaxy" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- Matthew Perry poses the question: Why is the command line a dying art?. Funny how these things go–I was thinking about posting on this same topic just the other day, although I may be repeating myself. diff --git a/content/posts/working-with-climate-data-in-qgis.md b/content/posts/working-with-climate-data-in-qgis.md index bb7d3b4..92afe2c 100644 --- a/content/posts/working-with-climate-data-in-qgis.md +++ b/content/posts/working-with-climate-data-in-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        In this tutorial, we are going to explore methods of visualising climate data within QGIS using Crayfish plugin. We are going to use September 2017 datasets from NASA which will include Hurricane Irma.

        diff --git a/content/posts/working-with-qgis-3d-part-1.md b/content/posts/working-with-qgis-3d-part-1.md index 9c5b101..db0d6bb 100644 --- a/content/posts/working-with-qgis-3d-part-1.md +++ b/content/posts/working-with-qgis-3d-part-1.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        In QGIS 3, we have introduced support for 3D canvas. Most of the functionalities are intuitive and easy to use. But there are some configuration options which are hidden and require a bit of more in-depth explanation for users and developers.

        diff --git a/content/posts/working-with-qgis-3d-part-2.md b/content/posts/working-with-qgis-3d-part-2.md index bf0587d..37da062 100644 --- a/content/posts/working-with-qgis-3d-part-2.md +++ b/content/posts/working-with-qgis-3d-part-2.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["lutragis"] author: "Lutra Consulting" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] ---

        In an earlier blog post, we looked into how to visualise rasters and terrains in QGIS 3D.

        diff --git a/content/posts/zonal-statistics-plugin-for-qgis.md b/content/posts/zonal-statistics-plugin-for-qgis.md index c790fe5..4eb57da 100644 --- a/content/posts/zonal-statistics-plugin-for-qgis.md +++ b/content/posts/zonal-statistics-plugin-for-qgis.md @@ -8,6 +8,8 @@ showcase: "planet" subscribers: ["sourcepole"] author: "Sourcepole" tags: [] +languages: ["en_gb"] +available_languages: ["en_gb"] --- To install: unpack zonal_statistics.tgz under /src/plugins, insert zonal_statistics as new subdirectory in /src/plugins/CMakeLists.txt and recompile diff --git a/data/languages.json b/data/languages.json new file mode 100644 index 0000000..94f0e5c --- /dev/null +++ b/data/languages.json @@ -0,0 +1,12 @@ +[ + { + "name": "English", + "code": "en_gb", + "flag": "🇬🇧" + }, + { + "name": "Français", + "code": "fr_fr", + "flag": "🇫🇷" + } +] \ No newline at end of file diff --git a/fetch_feeds.py b/fetch_feeds.py index 9d47f5e..8170cc2 100755 --- a/fetch_feeds.py +++ b/fetch_feeds.py @@ -14,8 +14,16 @@ SUBSCRIBERS_JSON_PATH = os.path.join(os.path.dirname(__file__), 'data', 'subscribers.json') ALL_POSTS_FOLDER = os.path.join("content", "posts") + class FeedProcessor: - def __init__(self, subscriber_name, shortname, feed_url): + def __init__( + self, + subscriber_name: str, + shortname: str, + feed_url: str, + available_lang: list, + main_lang: str): + """ Initializes a new instance of the class. @@ -23,6 +31,8 @@ def __init__(self, subscriber_name, shortname, feed_url): subscriber_name (str): The name of the subscriber. shortname (str): A short name or identifier for the subscriber. feed_url (str): The URL of the feed to be fetched. + available_lang (list): A list of languages available for the feed. + main_lang (str): The default language for the feed. Description: This class is responsible for initializing the subscriber's details @@ -32,6 +42,8 @@ def __init__(self, subscriber_name, shortname, feed_url): self.subscriber_name = subscriber_name self.shortname = shortname self.feed_url = feed_url + self.available_lang = available_lang + self.main_lang = main_lang def fetch_and_create_post(self): try: @@ -43,11 +55,12 @@ def fetch_and_create_post(self): def process_entry(self, entry): try: + dest_folder = self.get_dest_folder() title = entry.title image_url = next((link.href for link in entry.links if 'image' in link.type), entry.links[-1].href) if image_url.lower().endswith(('.png', '.jpg', '.jpeg', '.gif', '.bmp', '.tiff', '.webp')): file_name = self.get_image_name(image_url) - self.download_image(image_url, file_name) + self.download_image(image_url, file_name, dest_folder) post_url = entry.link @@ -61,13 +74,20 @@ def process_entry(self, entry): content = self.generate_markdown_content(title, entry_date, post_url, content, tags) - # Copy the markdown file to the all-posts folder - os.makedirs(ALL_POSTS_FOLDER, exist_ok=True) - markdown_filename = os.path.join(ALL_POSTS_FOLDER, f"{file_name}.md") + # Copy the markdown file to the posts/lang folder + markdown_filename = os.path.join(dest_folder, f"{file_name}.md") self.write_to_file(markdown_filename, content) except Exception as e: print(f"Failed to process entry for {self.subscriber_name}: {e}") + + def get_dest_folder(self): + """ + Get the destination folder + """ + dest_folder = ALL_POSTS_FOLDER + os.makedirs(dest_folder, exist_ok=True) + return dest_folder def get_image_name(self, image_url): name = os.path.basename(os.path.normpath(image_url)) @@ -116,6 +136,7 @@ def get_tags(self, entry): def generate_markdown_content(self, title, entry_date, image_url, summary, tags): tags_str = ", ".join([f'"{tag}"' for tag in tags]) + available_lang_str = ", ".join(f'"{str(lang).lower()}"' for lang in self.available_lang) return f"""--- source: "blog" title: "{title}" @@ -126,6 +147,8 @@ def generate_markdown_content(self, title, entry_date, image_url, summary, tags) subscribers: ["{self.shortname}"] author: "{self.subscriber_name}" tags: [{tags_str}] +languages: ["{self.main_lang.lower()}"] +available_languages: [{available_lang_str}] --- {summary} @@ -135,14 +158,14 @@ def write_to_file(self, filename, content): with open(filename, "w", encoding="utf=8") as f: f.write(content) - def download_image(self, image_url, image_name): + def download_image(self, image_url, image_name, dest_folder): response = requests.get(image_url, stream=True) - os.makedirs(ALL_POSTS_FOLDER, exist_ok=True) - image_filename = os.path.join(ALL_POSTS_FOLDER, image_name) + image_filename = os.path.join(dest_folder, image_name) with open(image_filename, 'wb') as out_file: shutil.copyfileobj(response.raw, out_file) print(f"Writing: {image_filename}") + class FunderProcessor: """ A class to process and fetch funder information from a remote JSON feed. @@ -182,7 +205,7 @@ def process_funder(item): image_ext = os.path.splitext(path)[1] name = os.path.basename(os.path.normpath(link)) image_name = "%s.%s" % (name, image_ext) - image_name = image_name.replace("..",".") + image_name = image_name.replace("..", ".") content = f"""--- level: "{level}" @@ -195,7 +218,7 @@ def process_funder(item): --- """ markdown_filename = f"content/funders/{name}.md" - with open(markdown_filename , "w", encoding="utf=8") as f: + with open(markdown_filename, "w", encoding="utf=8") as f: f.write(content) print(f"Writing: {markdown_filename}") @@ -213,6 +236,7 @@ def process_funder(item): except Exception as e: print(f"Error resizing image: {e}") + if __name__ == "__main__": # Load the subscribers from the JSON file with open(SUBSCRIBERS_JSON_PATH, 'r') as f: @@ -220,8 +244,20 @@ def process_funder(item): # Iterate over the subscribers and fetch posts for active ones for subscriber in subscribers: - if subscriber['is_active']: - processor = FeedProcessor(subscriber['name'], subscriber['shortname'], subscriber['feed']) - processor.fetch_and_create_post() + if not subscriber.get('is_active'): + continue + + languages = subscriber.get('languages', {}) + available_lang = languages.get('available', ["en_GB"]) + main_lang = languages.get('main', "en_GB") + + processor = FeedProcessor( + subscriber['name'], + subscriber['shortname'], + subscriber['feed'], + available_lang, + main_lang + ) + processor.fetch_and_create_post() # FunderProcessor.fetch_funders() diff --git a/themes/hugo-bulma-blocks-theme/layouts/languages/list.html b/themes/hugo-bulma-blocks-theme/layouts/languages/list.html new file mode 100644 index 0000000..f3b377b --- /dev/null +++ b/themes/hugo-bulma-blocks-theme/layouts/languages/list.html @@ -0,0 +1,11 @@ +{{ partial "header.html" . }} +{{ partial "menu.html" . }} +{{ partial "submenu.html" . }} +{{ partial "contextmenu.html" . }} +{{ partial "banner.html" . }} + +{{ partial "tags-modal.html" . }} +{{ partial "posts-list.html" . }} + +{{ partial "pagination.html" }} +{{ partial "footer.html" }} \ No newline at end of file diff --git a/themes/hugo-bulma-blocks-theme/layouts/partials/sidebar.html b/themes/hugo-bulma-blocks-theme/layouts/partials/sidebar.html index 76c3ded..e35270b 100644 --- a/themes/hugo-bulma-blocks-theme/layouts/partials/sidebar.html +++ b/themes/hugo-bulma-blocks-theme/layouts/partials/sidebar.html @@ -74,6 +74,66 @@ {{ end }}
      + + +
    • + + +