You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,19 @@
1
1
# `gds_env`: A containerised platform for Geographic Data Science
2
2
3
-
[](https://microbadger.com/images/darribas/gds:3.0"Get your own image badge on microbadger.com")
4
-
[](https://microbadger.com/images/darribas/gds:3.0"Get your own version badge on microbadger.com")
3
+
[](https://microbadger.com/images/darribas/gds:4.0"Get your own image badge on microbadger.com")
4
+
[](https://microbadger.com/images/darribas/gds:4.0"Get your own version badge on microbadger.com")
This repository contains a `docker` container that includes:
11
11
12
-
* A full Python stack ready for geospatial analysis (see `gds_stack.yml` for a detailed list).
13
-
* A full R stack ready for geospatial analysis (see `install.R` for a detailed list).
14
-
* Both the [`IRkernel`](https://github.com/IRkernel/IRkernel) and [`rpy2`](https://bitbucket.org/rpy2/rpy2) channels to interact with R through Python.
15
-
* A full LaTeX distribution.
16
-
* Additional development utilities (e.g. `pandoc`, `git`, `decktape`, etc.).
17
-
18
-
It is rather heavy (around 10GB) but it is meant to provide a fully isolated environment that can be deployed in a wide array of contexts and encompass several situations.
12
+
*`[gds_py]`: a full LaTeX distribution.
13
+
*`[gds_py]`: a full Python stack ready for geospatial analysis (see [`stack_py.txt`](stack_py.txt) for a detailed list).
14
+
*`[gds]`: `gds_py` + a full R stack ready for geospatial analysis (see [`stack_r.txt`](stack_r.txt) for a detailed list).
15
+
*`[gds]`: both the [`IRkernel`](https://github.com/IRkernel/IRkernel) and [`rpy2`](https://bitbucket.org/rpy2/rpy2) channels to interact with R through Jupyter.
0 commit comments