-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Dataset/convert_longitude/fix unsuported in wrap new versions (#59)
* revert the convert_longitude method to not use the gdal_wrap method * update gdal * update gdal * update hooks * bump up versions * bump up versions * bump up versions * delete qodana files * limit dependapot to 5 pull requests only
- Loading branch information
Showing
11 changed files
with
80 additions
and
76 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ updates: | |
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
open-pull-requests-limit: 5 |
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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
cleopatra >=0.4.0 | ||
gdal >=3.7.0, <3.8.1 | ||
geopandas >=0.13.2 | ||
gdal >=3.7.0 | ||
geopandas >=0.14.1 | ||
hpc-utils ==0.1.3 | ||
loguru >=0.7.0 | ||
numpy ==1.25.2 | ||
pandas >=2.0.0 | ||
pip >=23.2.1 | ||
pyproj >=3.6.0 | ||
loguru >=0.7.2 | ||
numpy >=1.25.2 | ||
pandas >=2.1.0 | ||
pip >=23.3.1 | ||
pyproj >=3.6.1 | ||
PyYAML >=6.0.1 | ||
Shapely >=2.0.1 | ||
Shapely >=2.0.2 |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
gdal >=3.7.0, <3.8.1 | ||
geopandas >=0.13.2 | ||
gdal >=3.7.0 | ||
geopandas >=0.14.1 | ||
hpc-utils ==0.1.3 | ||
loguru >=0.7.0 | ||
numpy ==1.25.2 | ||
pandas >=2.0.0 | ||
pip >=23.2.1 | ||
pyproj >=3.6.0 | ||
loguru >=0.7.2 | ||
numpy >=1.25.2 | ||
pandas >=2.1.0 | ||
pip >=23.3.1 | ||
pyproj >=3.6.1 | ||
PyYAML >=6.0.1 | ||
Shapely >=2.0.1 | ||
Shapely >=2.0.2 |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
setup( | ||
name="pyramids-gis", | ||
version="0.5.0", | ||
version="0.5.1", | ||
description="GIS utility package", | ||
author="Mostafa Farrag", | ||
author_email="[email protected]", | ||
|