-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gdal 3.5 and 3.6 to CI, update proj/gdal install scripts to use cmake, update drvsupport #1122
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1a5029d
add gdal 3.5 to CI
rbuffat fa63213
enable append for FlatGeobuf >= gdal 3.5.1
rbuffat 3211001
test for configure
rbuffat e54284e
change proj install with cmake
rbuffat 6c042b7
use DCMAKE_INSTALL_PREFIX
rbuffat 2ce9c58
build gdal with cmake when available
rbuffat 9a3860e
do not set plugin variables
rbuffat 3953c61
use recommended way of installig gdal with cmake
rbuffat 01aaca3
bump munch
rbuffat 89ccbb9
do not build bindings and app
rbuffat bb115a6
skip FlatGeobuf driver
rbuffat de90965
bump pytest
rbuffat b772a00
use cmake for gdal master
rbuffat 7616192
bump proj for gdal master
rbuffat b9a0f84
enable write support for OpenFileGDB for gdal 3.6
rbuffat 37da4e7
define Openfilegdb date/time support
rbuffat 2abd3b4
mark tests for gdal functionality with marker, do not run by default
rbuffat 775b65a
add --test_gdal option
rbuffat 8e782e0
bump gdal to 3.5.2
rbuffat c26c920
Merge remote-tracking branch 'upstream/maint-1.9' into ci_gdal_bump
rbuffat 9e1a5ea
use -m gdal instead of --test_gdal
rbuffat 2b148f3
update pytest command
rbuffat f83c7d0
skip @pytest.mark.gdal marked tests per default
rbuffat 1cea495
add gdal 3.6.0
rbuffat 8def650
enable time/datetime support for FileGDB only for >= 3.5.0
rbuffat f065754
bump filegdb to 1.5.2
rbuffat f504725
disable time support for openfilegdb
rbuffat ac7aeeb
fix missing install script files in cache key
rbuffat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ filterwarnings = | |
markers = | ||
iconv: marks tests that require gdal to be compiled with iconv | ||
network: marks tests that require a network connection | ||
wheel: marks test that only works when installed from wheel | ||
wheel: marks tests that only works when installed from wheel | ||
gdal: marks tests that are only dependent on GDAL functionality (e.g. for drvsupport) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
|
||
testpaths = tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"raw" only since GDAL 3.6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is limited in the
driver_mode_mingdal
dict:Fiona/fiona/drvsupport.py
Line 169 in ac7aeeb