Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cpp-stuff
/
QGIS
Public
forked from
pascal-stuff/QGIS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
QGIS
python
plugins
processing
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 11, 2023
plugins/tests: Port to QgisUnitTests
Show description for e0466ab
ptitjano
authored and
nyalldawson
committed
e0466ab
View commit details
Copy full SHA for e0466ab
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
add test
alexbruy
authored and
nyalldawson
committed
8efd68e
View commit details
Copy full SHA for 8efd68e
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
Drop OTB Processing provider
Show description for 58e2ddb
nyalldawson
committed
58e2ddb
View commit details
Copy full SHA for 58e2ddb
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
Remove redundant "import qgis" lines from python files
Show description for 13bc09e
nyalldawson
committed
13bc09e
View commit details
Copy full SHA for 13bc09e
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Add tests
nyalldawson
committed
2456290
View commit details
Copy full SHA for 2456290
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
add test files
alexbruy
authored and
wonder-sk
committed
a0fc443
View commit details
Copy full SHA for a0fc443
View code at this point
Browse repository at this point
use run() to execute nested algorithms
Show description for e302345
alexbruy
authored and
wonder-sk
committed
e302345
View commit details
Copy full SHA for e302345
View code at this point
Browse repository at this point
concave hull tests based on geos version
alexbruy
authored and
wonder-sk
committed
a4e4733
View commit details
Copy full SHA for a4e4733
View code at this point
Browse repository at this point
address review
alexbruy
authored and
wonder-sk
committed
1742630
View commit details
Copy full SHA for 1742630
View code at this point
Browse repository at this point
make cppcheck happy
alexbruy
authored and
wonder-sk
committed
d18190c
View commit details
Copy full SHA for d18190c
View code at this point
Browse repository at this point
use geos to calculate concave hull on systems with geos >=3.11.0
alexbruy
authored and
wonder-sk
committed
514e8b5
View commit details
Copy full SHA for 514e8b5
View code at this point
Browse repository at this point
another attempt to fix test
alexbruy
authored and
wonder-sk
committed
5ad4119
View commit details
Copy full SHA for 5ad4119
View code at this point
Browse repository at this point
try to fix tests
alexbruy
authored and
wonder-sk
committed
5097992
View commit details
Copy full SHA for 5097992
View code at this point
Browse repository at this point
[processing] port concave hull algorithm to C++
alexbruy
authored and
wonder-sk
committed
61b6917
View commit details
Copy full SHA for 61b6917
View code at this point
Browse repository at this point
[processing] port delaunay triangulation algorithm to C++
alexbruy
authored and
wonder-sk
committed
451d1ba
View commit details
Copy full SHA for 451d1ba
View code at this point
Browse repository at this point
[processing] port voronoi polygons algorithm to C++
alexbruy
authored and
wonder-sk
committed
d824314
View commit details
Copy full SHA for d824314
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
Do not pass -projwin to gdal_translate when given rectangle is Null
Show description for bcf83c1
strk
committed
bcf83c1
View commit details
Copy full SHA for bcf83c1
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
add modeler support and deprecate Python implementation
alexbruy
committed
3c1f510
View commit details
Copy full SHA for 3c1f510
View code at this point
Browse repository at this point
Commits on Sep 21, 2023
add tests for GDAL algorithms
alexbruy
authored and
nyalldawson
committed
0e7ab1d
View commit details
Copy full SHA for 0e7ab1d
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
processing: Fix some gdal raster tests for gdal 3.6 and above
Show description for 1778cbb
ptitjano
authored and
nyalldawson
committed
1778cbb
View commit details
Copy full SHA for 1778cbb
View code at this point
Browse repository at this point
processing: Fix some gdal vector tests for GEOS 3.11 and above
Show description for 2af3c42
ptitjano
authored and
nyalldawson
committed
2af3c42
View commit details
Copy full SHA for 2af3c42
View code at this point
Browse repository at this point
gdal_algorithm_vector_tests: Remove empty line at the end of file
ptitjano
authored and
nyalldawson
committed
cd3bcd6
View commit details
Copy full SHA for cd3bcd6
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
processing: Fix some tests for GEOS 3.11 and above
Show description for 6565b0d
ptitjano
authored and
nyalldawson
committed
6565b0d
View commit details
Copy full SHA for 6565b0d
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
[feature] Add 'DTM Filter (slope-based)' algorithm for filtering a
Show description for c547f56
nyalldawson
committed
c547f56
View commit details
Copy full SHA for c547f56
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
Move tests to QgisUnitTests
m-kuhn
authored and
nyalldawson
committed
1626b7e
View commit details
Copy full SHA for 1626b7e
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
Adapt tests
nicogodet
authored and
nyalldawson
committed
dd7b8ac
View commit details
Copy full SHA for dd7b8ac
View code at this point
Browse repository at this point
Commits on Apr 26, 2023
More super call fixes
nyalldawson
committed
a6dac42
View commit details
Copy full SHA for a6dac42
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
Python - Run pyupgrade on the processing plugin
Gustry
committed
3cab3c4
View commit details
Copy full SHA for 3cab3c4
View code at this point
Browse repository at this point
Commits on Mar 28, 2023
update tests
nicogodet
authored and
nyalldawson
committed
f6eb1a3
View commit details
Copy full SHA for f6eb1a3
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
[feature][processing] Add skip/src/dstnodata params to gdal2xyz
lpinner
authored
aba9dfb
View commit details
Copy full SHA for aba9dfb
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
[processing] Add "Keep disjoint results separate" option to buffer
Show description for 4647cfc
nyalldawson
committed
4647cfc
View commit details
Copy full SHA for 4647cfc
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
[processing] Fix incorrect GDAL raster calc sources for layers when
Show description for 59332bb
nyalldawson
committed
59332bb
View commit details
Copy full SHA for 59332bb
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Merge pull request #50586 from nicogodet/gdalcalcextent
Show description for 60e2c98
lbartoletti
authored
60e2c98
View commit details
Copy full SHA for 60e2c98
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
[processing] Drop unmainted saga provider from QGIS install
Show description for 894a938
nyalldawson
committed
894a938
View commit details
Copy full SHA for 894a938
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
Fix some overlay algorithms output multipoint geometries but
Show description for c9a2a5e
nyalldawson
committed
c9a2a5e
View commit details
Copy full SHA for c9a2a5e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.