Skip to content

Commit 5983c8e

Browse files
Xpirixgithub-actions[bot]
authored andcommitted
Posts scraped and committed via a GitHub Action.
1 parent 73bddf8 commit 5983c8e

10 files changed

+68
-5
lines changed

content/posts/2024---year-in-review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ showcase: "planet"
88
subscribers: ["mergin_maps"]
99
author: "Mergin Maps"
1010
tags: []
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
1113
---
1214

1315
Explore Mergin Maps' 2024 highlights: app redesigns, new features like Editor permissions, and a preview of what's coming in 2025!

content/posts/alpes-open-source-software-2025.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ showcase: "planet"
88
subscribers: ["qgis_oslandia"]
99
author: "QGIS Oslandia"
1010
tags: ["conférence", "newsfr", "open source", "open source", "qgis"]
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
1113
---
1214

1315
<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a class="qtranxs-available-language-link qtranxs-available-language-link-fr" href="http://oslandia.com/fr/tag/qgis-en/feed/atom/" title="Fr">French</a>.</p>
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
source: "blog"
3+
title: "Building QGIS on Windows 10 with Qt Creator"
4+
date: "2025-02-03T08:01:40+0000"
5+
link: "https://www.itopen.it/building-qgis-on-windows-10-with-qt-creator/"
6+
draft: "false"
7+
showcase: "planet"
8+
subscribers: ["itopen"]
9+
author: "ItOpen"
10+
tags: ["qgis"]
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
13+
---
14+
15+
<p class="lead clearfix">Just a few additional notes about how to build latest QGIS 3 master on Win 10 64 bits, the base document is: <a href="https://github.com/qgis/QGIS/blob/master/INSTALL">INSTALL</a></p>
16+
17+
18+
19+
<ul class="wp-block-list"><li>follow the instructions in the INSTALL document</li><li>install visual studio code (you&#8217;ll need the &#8220;Visual C++&#8221; compiler tools) from <a href="http://download.microsoft.com/download/D/2/3/D23F4D0F-BA2D-4600-8725-6CCECEA05196/vs_community_ENU.exe">http://download.microsoft.com/download/D/2/3/D23F4D0F-BA2D-4600-8725-6CCECEA05196/vs_community_ENU.exe</a></li><li>install the Windows 10 SDK (you are looking for debugger tools) from <a href="https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk">https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk</a></li><li>install Qt Creator (the IDE only: no Qt sources or pre-built binaries)</li><li>git clone QGIS and create a build dir</li><li>configure Qt Creator kit as in the following pictures</li></ul>
20+
21+
22+
23+
<ul class="wp-block-gallery columns-3 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><li class="blocks-gallery-item"><figure><img alt="" class="wp-image-1926" height="546" src="https://www.itopen.it/wp-content/uploads/2018/12/kists-debugger-800x546.png" width="800" /></figure></li><li class="blocks-gallery-item"><figure><img alt="" class="wp-image-1927" height="689" src="https://www.itopen.it/wp-content/uploads/2018/12/kists-kit-800x689.png" width="800" /></figure></li><li class="blocks-gallery-item"><figure><img alt="" class="wp-image-1928" height="545" src="https://www.itopen.it/wp-content/uploads/2018/12/kits-cmake-800x545.png" width="800" /></figure></li><li class="blocks-gallery-item"><figure><img alt="" class="wp-image-1929" height="546" src="https://www.itopen.it/wp-content/uploads/2018/12/kits-qmake-800x546.png" width="800" /></figure></li></ul>
24+
25+
26+
27+
<p>The environent configuration of the kit is:</p>
28+
29+
30+
31+
<pre class="wp-code-highlight prettyprint">&lt;code&gt;PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\8.1\bin\x64;C:\Program Files (x86)\Windows Kits\8.1\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\OSGEO4~1\apps\qt5\bin;C:\OSGEO4~1\apps\Python37;C:\OSGEO4~1\apps\Python37\Scripts;C:\OSGEO4~1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBem;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin;C:\Program Files\CMake\bin;c:\cygwin64\bin;C:\OSGeo4W64\apps\Python37\Scripts
32+
PYTHONHOME=C:\OSGEO4~1\apps\Python37
33+
QT_QPA_PLATFORM_PLUGIN_PATH=C:\OSGeo4W64\apps\Qt5\plugins
34+
VCARCH=amd64
35+
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\
36+
VISUALSTUDIOVERSION=14.0
37+
VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
38+
VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
39+
VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
40+
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 14.0\
41+
WINDIR=C:\WINDOWS
42+
WINDOWSLIBPATH=C:\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral
43+
WINDOWSSDKDIR=C:\Program Files (x86)\Windows Kits\8.1\
44+
WINDOWSSDKLIBVERSION=winv6.3\
45+
WINDOWSSDKVERSION=\
46+
WINDOWSSDK_EXECUTABLEPATH_X64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\
47+
WINDOWSSDK_EXECUTABLEPATH_X86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\&lt;/code&gt;</pre>
48+
49+
50+
51+
<p>Note: I&#8217;m not really sure if all those variables are necessary, but that worked for me.</p>

content/posts/geocomputation-with-python-now-in-print.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ showcase: "planet"
88
subscribers: ["anita_graser"]
99
author: "Anita Graser"
1010
tags: ["gis", "geopandas", "python"]
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
1113
---
1214

1315
<p>Today, I&#8217;m super excited to share with you <a href="https://geocompx.org/post/2025/geocompy-bp2/">the announcement</a> that our open source textbook <em>&#8220;Geocomputation with Python&#8221; </em>has finally arrived in print and is now available for purchase from <a href="https://www.routledge.com/9781032460659">Routledge.com</a>, <a href="https://www.amazon.com/Geocomputation-Python-Chapman-Hall-CRC/dp/1032460652/">Amazon.com</a>, <a href="https://www.amazon.co.uk/Geocomputation-Python-Chapman-Hall-CRC/dp/1032460652/">Amazon.co.uk</a>, and other booksellers.</p>

content/posts/linvestissement-open-source-doslandia.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ languages: ["en_gb"]
1212
available_languages: ["en_gb"]
1313
---
1414

15-
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a00c31269e8" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
15+
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a0b1bdeafe5" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
1616
<div class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding">
1717
<div class="vc_column-inner">
1818
<div class="wpb_wrapper">
@@ -45,7 +45,7 @@ available_languages: ["en_gb"]
4545
</div>
4646
</div>
4747
</div></div>
48-
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a00c3127447" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
48+
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a0b1bdeb989" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
4949
<div class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding">
5050
<div class="vc_column-inner">
5151
<div class="wpb_wrapper">
@@ -58,7 +58,7 @@ available_languages: ["en_gb"]
5858
</div>
5959
</div>
6060
</div></div>
61-
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a00c31275c0" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
61+
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a0b1bdebb0c" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
6262
<div class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding">
6363
<div class="vc_column-inner">
6464
<div class="wpb_wrapper">

content/posts/plugin-update-december-2024.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ showcase: "planet"
88
subscribers: ["qgis_project_blog"]
99
author: "QGIS Project blog"
1010
tags: ["plugin update"]
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
1113
---
1214

1315
<p>In December, there were 37 new plugins published in the <a href="https://plugins.qgis.org/plugins/"><strong>QGIS plugin repository</strong>.</a></p>

content/posts/publication-de-lextension-covadis-rapea-pour-qwat-et-qgep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ languages: ["en_gb"]
1212
available_languages: ["en_gb"]
1313
---
1414

15-
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a00c312e076" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
15+
<div class="wpb_row vc_row-fluid vc_row standard_section " id="fws_67a0b1bdf2176" style="padding-top: 0px; padding-bottom: 0px;"><div class="row-bg-wrap"><div class="inner-wrap"> <div class="row-bg "></div></div> </div><div class="col span_12 dark left">
1616
<div class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding">
1717
<div class="vc_column-inner">
1818
<div class="wpb_wrapper">

content/posts/roger_bivand_thank_you_for_rgrass.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ showcase: "planet"
88
subscribers: ["markus_neteler"]
99
author: "Markus Neteler"
1010
tags: ["grass", "r-stats"]
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
1113
---
1214

1315
<p>The GRASS GIS community recognises the long-term contributions of Roger Bivand for the development of the rgrass package.</p>

content/posts/trajectools-2-4-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ showcase: "planet"
88
subscribers: ["anita_graser"]
99
author: "Anita Graser"
1010
tags: ["gis", "movement data in gis", "movingpandas", "trajectools", "gtfs", "movement data", "public transport", "qgis"]
11+
languages: ["en_gb"]
12+
available_languages: ["en_gb"]
1113
---
1214

1315
<figure class="wp-block-image size-large"><img alt="" class="wp-image-9007" height="131" src="https://anitagraser.com/wp-content/uploads/2024/05/trajectools2.png?w=545" width="545" /></figure>

content/posts/v3.4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ available_languages: ["en_gb"]
1313
---
1414

1515
<h2>Changes</h2>
16-
<p><a href="https://private-user-images.githubusercontent.com/1728657/365079545-5d60f6c7-a166-4460-9c64-23fc64be7978.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg1NDI0MzAsIm5iZiI6MTczODU0MjEzMCwicGF0aCI6Ii8xNzI4NjU3LzM2NTA3OTU0NS01ZDYwZjZjNy1hMTY2LTQ0NjAtOWM2NC0yM2ZjNjRiZTc5NzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDNUMDAyMjEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDViZGFjYWJmNzcwZjUxNWIwZGQ3ZTU5YTRkMzY1ZTljMDBkMWZiZTJkYjAzNDEzOTVlODNlMzI1YzlmZDZlYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.O5i4Zmilxsz1N2PALAWRnW_mU0DHuiTfFUuwmwA-ZhQ" rel="noopener noreferrer" target="_blank"><img alt="34" src="https://private-user-images.githubusercontent.com/1728657/365079545-5d60f6c7-a166-4460-9c64-23fc64be7978.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg1NDI0MzAsIm5iZiI6MTczODU0MjEzMCwicGF0aCI6Ii8xNzI4NjU3LzM2NTA3OTU0NS01ZDYwZjZjNy1hMTY2LTQ0NjAtOWM2NC0yM2ZjNjRiZTc5NzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDNUMDAyMjEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDViZGFjYWJmNzcwZjUxNWIwZGQ3ZTU5YTRkMzY1ZTljMDBkMWZiZTJkYjAzNDEzOTVlODNlMzI1YzlmZDZlYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.O5i4Zmilxsz1N2PALAWRnW_mU0DHuiTfFUuwmwA-ZhQ" /></a></p>
16+
<p><a href="https://private-user-images.githubusercontent.com/1728657/365079545-5d60f6c7-a166-4460-9c64-23fc64be7978.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg1ODQ4MTEsIm5iZiI6MTczODU4NDUxMSwicGF0aCI6Ii8xNzI4NjU3LzM2NTA3OTU0NS01ZDYwZjZjNy1hMTY2LTQ0NjAtOWM2NC0yM2ZjNjRiZTc5NzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDNUMTIwODMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmIxZWJkZTRiMzdlNGRjZWIwOTIyMDM3YTRhYTA5NjYwMzM3ZmZiZjM5ZDIzNGY2MTk4MzYzMjFiZWY2ZmI5MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YQc-hPbMyBJxnfP_FrGJ9ZUMiOYQZG-ZKtUGeOJILIE" rel="noopener noreferrer" target="_blank"><img alt="34" src="https://private-user-images.githubusercontent.com/1728657/365079545-5d60f6c7-a166-4460-9c64-23fc64be7978.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg1ODQ4MTEsIm5iZiI6MTczODU4NDUxMSwicGF0aCI6Ii8xNzI4NjU3LzM2NTA3OTU0NS01ZDYwZjZjNy1hMTY2LTQ0NjAtOWM2NC0yM2ZjNjRiZTc5NzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDNUMTIwODMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmIxZWJkZTRiMzdlNGRjZWIwOTIyMDM3YTRhYTA5NjYwMzM3ZmZiZjM5ZDIzNGY2MTk4MzYzMjFiZWY2ZmI5MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YQc-hPbMyBJxnfP_FrGJ9ZUMiOYQZG-ZKtUGeOJILIE" /></a></p>
1717
<h3>🚀 Features</h3>
1818
<ul>
1919
<li>A nifty processing toolbox has been added into QField, with countless algorithms available to edit features and geometries while in the field</li>

0 commit comments

Comments
 (0)