Skip to content

Commit 3a61900

Browse files
authored
Add geopandas dependency (#25)
* Add optional `geopandas` dependency * Update README.md to include geopandas dependency Also edit some wording and mention that Google Colab is currently broken
1 parent 00c0f7d commit 3a61900

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# Try GMT, PyGMT, and GMT.jl online
22

3-
This is an online Jupyter lab with latest
3+
This is an online Jupyter lab environment with the latest
44
[GMT](https://www.generic-mapping-tools.org/),
55
[PyGMT](https://www.pygmt.org/),
6-
and [GMT.jl](https://github.com/GenericMappingTools/GMT.jl)
7-
installed.
6+
and [GMT.jl](https://www.generic-mapping-tools.org/GMT.jl/)
7+
versions installed.
88

9-
You can run it online by click one of the badges below:
9+
Run it online by clicking on one of the badges below:
1010

1111
- [![Binder](https://binder.pangeo.io/badge_logo.svg)](https://binder.pangeo.io/v2/gh/GenericMappingTools/try-gmt/master?urlpath=lab/tree/landing-page.ipynb) hosted at https://binder.pangeo.io
1212
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GenericMappingTools/try-gmt/master?urlpath=lab/tree/landing-page.ipynb) hosted at https://mybinder.org/
1313
- [![Binder](https://mybinder.org/badge_logo.svg)](https://gke.mybinder.org/v2/gh/GenericMappingTools/try-gmt/master?urlpath=lab/tree/landing-page.ipynb) hosted at https://gke.mybinder.org/
1414
- [![Binder](https://mybinder.org/badge_logo.svg)](https://ovh.mybinder.org/v2/gh/GenericMappingTools/try-gmt/master?urlpath=lab/tree/landing-page.ipynb) hosted at https://ovh.mybinder.org/
1515
- [![Binder](https://mybinder.org/badge_logo.svg)](https://gesis.mybinder.org/v2/gh/GenericMappingTools/try-gmt/master?urlpath=lab/tree/landing-page.ipynb) hosted at https://gesis.mybinder.org/
1616
- [![Binder](https://mybinder.org/badge_logo.svg)](https://turing.mybinder.org/v2/gh/GenericMappingTools/try-gmt/master?urlpath=lab/tree/landing-page.ipynb) hosted at https://turing.mybinder.org/
17-
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GenericMappingTools/try-gmt/blob/master/landing-page.ipynb) hosted by [Google Colab](https://colab.research.google.com/) (Need to log in to your Google account).
17+
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GenericMappingTools/try-gmt/blob/master/landing-page.ipynb) hosted by [Google Colab](https://colab.research.google.com/) (Currently broken, see https://github.com/GenericMappingTools/try-gmt/issues/17. Need to log in to your Google account).
1818

1919
## Installed packages
2020

2121
- **GMT**: 6.2.0
22-
- **Python**: 3.9
23-
- **PyGMT**: 0.4.0
2422
- **Julia**: 1.6
2523
- **GMT.jl**: 0.34.0
24+
- **Python**: 3.9
25+
- **PyGMT**: 0.4.0
26+
- **Geopandas**: 0.9.0
2627

2728
## Reference
2829

environment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ dependencies:
88
- pygmt=0.4.0
99
- jupyterlab=3.0.16
1010
- jupyter-offlinenotebook=0.2.1
11+
# Optional dependencies
12+
- geopandas=0.9.0

0 commit comments

Comments
 (0)