Skip to content

Commit 1c537e9

Browse files
authored
Make rasterio optional (#31)
* Make rasterio optional * Make hypercoast optional * Skip fiona
1 parent 82e5c91 commit 1c537e9

File tree

4 files changed

+13
-499
lines changed

4 files changed

+13
-499
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# pygis
22

3+
[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/opengeos/pygis/HEAD)
34
[![image](https://img.shields.io/pypi/v/pygis.svg)](https://pypi.python.org/pypi/pygis)
45
[![image](https://img.shields.io/conda/vn/conda-forge/pygis.svg)](https://anaconda.org/conda-forge/pygis)
56
[![image](https://pepy.tech/badge/pygis)](https://pepy.tech/project/pygis)
@@ -8,13 +9,9 @@
89
[![image](https://img.shields.io/badge/YouTube-Channel-red)](https://www.youtube.com/c/QiushengWu)
910
[![image](https://img.shields.io/twitter/follow/giswqs?style=social)](https://twitter.com/giswqs)
1011

11-
**A Python package for installing optional dependencies for geemap and leafmap.**
12+
**A Python package for installing commonly used packages for GIS programming.**
1213

1314
- Free software: MIT license
1415
- Documentation: https://pygis.gishub.org
1516

1617
[![](https://i.imgur.com/bKFts2R.png)](https://pygis.gishub.org)
17-
18-
## Credits
19-
20-
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.

0 commit comments

Comments
 (0)