-
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.
- Loading branch information
1 parent
00d3863
commit 5cf8821
Showing
5 changed files
with
37 additions
and
16 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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# geospatial-wheels-windows-flatlinks | ||
A simple webpage to help configure uv to install GDAL and other packages with pre-built Windows wheels from https://github.com/cgohlke/geospatial-wheels | ||
# geopspatial-wheels Windows flatlinks | ||
|
||
A [simple webpage](https://nathanjmcdougall.github.io/geospatial-wheels-windows-flatlinks/) to help configure uv to install GDAL and other packages with pre-built Windows wheels from <https://github.com/cgohlke/geospatial-wheels> | ||
|
||
## Acknowledgements |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
def test_importable() -> None: | ||
import osgeo | ||
|
||
assert osgeo.__version__ is not None |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.