Skip to content

Commit 288309b

Browse files
authored
update README.md, Manifest.toml, & re-name as MarineEcosystemNotebooks (#3)
* update and improve README; re-name as MarineEcosystemNotebooks * update Manifest.toml
1 parent 4dad366 commit 288309b

File tree

2 files changed

+61
-48
lines changed

2 files changed

+61
-48
lines changed

Manifest.toml

Lines changed: 50 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# This file is machine-generated - editing it directly is not advised
22

33
[[Arpack]]
4-
deps = ["BinaryProvider", "Libdl", "LinearAlgebra"]
5-
git-tree-sha1 = "cd64c112638582ba4f0be9c3e20656499c508565"
4+
deps = ["Arpack_jll", "Libdl", "LinearAlgebra"]
5+
git-tree-sha1 = "2ff92b71ba1747c5fdd541f8fc87736d82f40ec9"
66
uuid = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
7-
version = "0.3.2"
7+
version = "0.4.0"
8+
9+
[[Arpack_jll]]
10+
deps = ["Libdl", "OpenBLAS_jll", "Pkg"]
11+
git-tree-sha1 = "68a90a692ddc0eb72d69a6993ca26e2a923bf195"
12+
uuid = "68821587-b530-5797-8361-c406ea357684"
13+
version = "3.5.0+2"
814

915
[[Base64]]
1016
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -29,15 +35,15 @@ version = "0.0.3"
2935

3036
[[ColorTypes]]
3137
deps = ["FixedPointNumbers", "Random"]
32-
git-tree-sha1 = "10050a24b09e8e41b951e9976b109871ce98d965"
38+
git-tree-sha1 = "b9de8dc6106e09c79f3f776c27c62360d30e5eb8"
3339
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
34-
version = "0.8.0"
40+
version = "0.9.1"
3541

3642
[[Colors]]
3743
deps = ["ColorTypes", "FixedPointNumbers", "InteractiveUtils", "Printf", "Reexport"]
38-
git-tree-sha1 = "c9c1845d6bf22e34738bee65c357a69f416ed5d1"
44+
git-tree-sha1 = "177d8b959d3c103a6d57574c38ee79c81059c31b"
3945
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
40-
version = "0.9.6"
46+
version = "0.11.2"
4147

4248
[[Compat]]
4349
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
@@ -70,9 +76,9 @@ version = "1.1.0"
7076

7177
[[DataStructures]]
7278
deps = ["InteractiveUtils", "OrderedCollections"]
73-
git-tree-sha1 = "a1b652fb77ae8ca7ea328fa7ba5aa151036e5c10"
79+
git-tree-sha1 = "b7720de347734f4716d1815b00ce5664ed6bbfd4"
7480
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
75-
version = "0.17.6"
81+
version = "0.17.9"
7682

7783
[[Dates]]
7884
deps = ["Printf"]
@@ -88,9 +94,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8894

8995
[[Distributions]]
9096
deps = ["FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns"]
91-
git-tree-sha1 = "860962bb355c97afdd7f9529cee7f26333401231"
97+
git-tree-sha1 = "71a3f1ae1fca9ed876edfbc2079d7b7c27e2e3d5"
9298
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
93-
version = "0.21.11"
99+
version = "0.22.3"
94100

95101
[[FFMPEG]]
96102
deps = ["BinaryProvider", "Libdl"]
@@ -100,9 +106,9 @@ version = "0.2.4"
100106

101107
[[FillArrays]]
102108
deps = ["LinearAlgebra", "Random", "SparseArrays"]
103-
git-tree-sha1 = "1a9fe4e1323f38de0ba4da49eafd15b25ec62298"
109+
git-tree-sha1 = "fec413d4fc547992eb62a5c544cedb6d7853c1f5"
104110
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
105-
version = "0.8.2"
111+
version = "0.8.4"
106112

107113
[[FixedPointNumbers]]
108114
git-tree-sha1 = "d14a6fa5890ea3a7e5dcab6811114f132fec2b4b"
@@ -122,20 +128,15 @@ uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
122128
version = "0.44.0"
123129

124130
[[GeometryTypes]]
125-
deps = ["ColorTypes", "FixedPointNumbers", "IterTools", "LinearAlgebra", "StaticArrays"]
126-
git-tree-sha1 = "4bf5706f3b9a2c5adbbc473c8c91582c1fa816a3"
131+
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "StaticArrays"]
132+
git-tree-sha1 = "a96baa00f5ac755689c82c29bc3395e161337c69"
127133
uuid = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
128-
version = "0.7.6"
134+
version = "0.7.7"
129135

130136
[[InteractiveUtils]]
131137
deps = ["Markdown"]
132138
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
133139

134-
[[IterTools]]
135-
git-tree-sha1 = "05110a2ab1fc5f932622ffea2a003221f4782c18"
136-
uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
137-
version = "1.3.0"
138-
139140
[[JSON]]
140141
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
141142
git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e"
@@ -192,9 +193,21 @@ version = "0.3.3"
192193

193194
[[NetCDF]]
194195
deps = ["BinDeps", "CondaBinDeps", "Formatting", "Libdl"]
195-
git-tree-sha1 = "060c97cfafa7c431dc0dd2bacd8050d57577a859"
196+
git-tree-sha1 = "df78e4daf6148d9ca4657bfd44cb2c14d5cf7b05"
196197
uuid = "30363a11-5582-574a-97bb-aa9a979735b9"
197-
version = "0.8.1"
198+
version = "0.8.2"
199+
200+
[[OpenBLAS_jll]]
201+
deps = ["Libdl", "Pkg"]
202+
git-tree-sha1 = "3a6e5767e8ae022871c19162cc3ecd80748bd3dc"
203+
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
204+
version = "0.3.7+4"
205+
206+
[[OpenSpecFun_jll]]
207+
deps = ["Libdl", "Pkg"]
208+
git-tree-sha1 = "65f672edebf3f4e613ddf37db9dcbd7a407e5e90"
209+
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
210+
version = "0.5.3+1"
198211

199212
[[OrderedCollections]]
200213
deps = ["Random", "Serialization", "Test"]
@@ -204,9 +217,9 @@ version = "1.1.0"
204217

205218
[[PDMats]]
206219
deps = ["Arpack", "LinearAlgebra", "SparseArrays", "SuiteSparse", "Test"]
207-
git-tree-sha1 = "035f8d60ba2a22cb1d2580b1e0e5ce0cb05e4563"
220+
git-tree-sha1 = "5f303510529486bb02ac4d70da8295da38302194"
208221
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
209-
version = "0.9.10"
222+
version = "0.9.11"
210223

211224
[[Parsers]]
212225
deps = ["Dates", "Test"]
@@ -215,7 +228,7 @@ uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
215228
version = "0.3.10"
216229

217230
[[Pkg]]
218-
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
231+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
219232
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
220233

221234
[[PlotThemes]]
@@ -226,15 +239,15 @@ version = "1.0.1"
226239

227240
[[PlotUtils]]
228241
deps = ["Colors", "Dates", "Printf", "Random", "Reexport"]
229-
git-tree-sha1 = "7622cbde3200a9876a14ba85d66f25d7f4e7a6ca"
242+
git-tree-sha1 = "22bd7d0a1f4665d66317d6c89a57f6bba9f2560d"
230243
uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043"
231-
version = "0.6.1"
244+
version = "0.6.2"
232245

233246
[[Plots]]
234247
deps = ["Base64", "Contour", "Dates", "FFMPEG", "FixedPointNumbers", "GR", "GeometryTypes", "JSON", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Printf", "REPL", "Random", "RecipesBase", "Reexport", "Requires", "Showoff", "SparseArrays", "Statistics", "StatsBase", "UUIDs"]
235-
git-tree-sha1 = "e71acd7679027efb9b4d0a3f65167302d2722a47"
248+
git-tree-sha1 = "efbe466a790d7e8a5c4b5ee1601c0c8edc99780b"
236249
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
237-
version = "0.28.3"
250+
version = "0.28.4"
238251

239252
[[Printf]]
240253
deps = ["Unicode"]
@@ -272,10 +285,10 @@ uuid = "189a3867-3050-52da-a836-e630ba90ab69"
272285
version = "0.2.0"
273286

274287
[[Requires]]
275-
deps = ["Test"]
276-
git-tree-sha1 = "f6fbf4ba64d295e146e49e021207993b6b48c7d1"
288+
deps = ["UUIDs"]
289+
git-tree-sha1 = "999513b7dea8ac17359ed50ae8ea089e4464e35e"
277290
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
278-
version = "0.5.2"
291+
version = "1.0.0"
279292

280293
[[Rmath]]
281294
deps = ["BinaryProvider", "Libdl", "Random", "Statistics"]
@@ -313,10 +326,10 @@ deps = ["LinearAlgebra", "Random"]
313326
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
314327

315328
[[SpecialFunctions]]
316-
deps = ["BinDeps", "BinaryProvider", "Libdl"]
317-
git-tree-sha1 = "3bdd374b6fd78faf0119b8c5d538788dbf910c6e"
329+
deps = ["OpenSpecFun_jll"]
330+
git-tree-sha1 = "268052ee908b2c086cc0011f528694f02f3e2408"
318331
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
319-
version = "0.8.0"
332+
version = "0.9.0"
320333

321334
[[StaticArrays]]
322335
deps = ["LinearAlgebra", "Random", "Statistics"]
@@ -341,7 +354,7 @@ uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
341354
version = "0.9.3"
342355

343356
[[SuiteSparse]]
344-
deps = ["Libdl", "LinearAlgebra", "SparseArrays"]
357+
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
345358
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
346359

347360
[[Test]]

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# Cbiomes2019Notebooks
1+
# MarineEcosystemNotebooks
22

33
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gaelforget/Cbiomes2019Notebooks/master)
44
[![DOI](https://zenodo.org/badge/185446209.svg)](https://zenodo.org/badge/latestdoi/185446209)
55

6-
The `Notebooks/` folder illustrate:
6+
[Jupyter](https://jupyter.org) notebooks related to marine ecosystem models and observations in [Julia](https://julialang.org).
77

8-
1. how ocean colour data and model ouptut can be used jointly in [CBIOMES](https://cbiomes.org)
9-
2. how [Simons' CMAP](https://cmap.readthedocs.io/en/latest/) can be queried from within `julia` or `python` via [pycmap](https://github.com/simonscmap/pycmap)
8+
1. how ocean colour data and model ouptut can be used jointly in [CBIOMES](https://https://github.com/CBIOMES)
9+
2. how the [Simons' CMAP](https://cmap.readthedocs.io/en/latest/) database can be queried from within `julia`.
1010

1111
<p align="center">
12-
<img width="600" src="https://raw.githubusercontent.com/gaelforget/Cbiomes2019Notebooks/master/figs/cbiomes-01.png">
12+
<img width="300" src="https://raw.githubusercontent.com/gaelforget/Cbiomes2019Notebooks/master/figs/cbiomes-01.png">
1313
</p>
1414

1515
_Notes:_
1616

17-
- To start an interactive version of the notebooks, please click on the `launch binder` badge.
18-
- Included notebooks are written in the [Julia](https://julialang.org) language.
19-
- Notebooks are paired with corresponding `.jl file` that run directly in `julia`.
20-
- The `src/` folder contains `julia` utility scripts.
17+
- _Each `.ipynb` notebook is paired with a `.jl` file via `jupytext`_
18+
- _An interactive version can readily be spun up via the `launch binder` badge_
19+
- _Please use the [repository issue tracker](https://guides.github.com/features/issues/) for queries, bug reports, new contributions, etc._
20+
- _The `src/` folder contains helper functions & scripts._
2121

22-
## Ocean color
22+
## Ocean Color
2323

2424
- `01. OceanColourAlgorithms.ipynb` provides simple recipes to compare [CBIOMES model output](https://github.com/gaelforget/CBIOMES) and [ocean color data](https://www.oceancolour.org).
2525
- `02. ModelReflectanceMap.ipynb` uses `Plots.jl` to map out [CBIOMES model output](https://github.com/gaelforget/CBIOMES) and [ocean color data](https://www.oceancolour.org).
2626
- `05. OceanColourClassifiers.ipynb` 2D array demo of [OC-CCI](https://www.oceancolour.org) / [Jackson et al 2017](http://doi.org/10.1016/j.rse.2017.03.036) classifier.
2727

28-
## Query CMAP
28+
## Data Bases
2929

3030
- `03. DarwinCmapJulia.ipynb` uses [Simons' CMAP](https://cmap.readthedocs.io/en/latest/) to download output of the [CBIOMES model output](https://github.com/gaelforget/CBIOMES) as a file or dataframe using `julia`'s `pycall` package to call the `pycmap` python package.
3131
- `04. DarwinCmapPython.ipynb` uses [Simons' CMAP](https://cmap.readthedocs.io/en/latest/) to map output of the Darwin model using the `pycmap` python package (this is a **python rather than julia** notebook).

0 commit comments

Comments
 (0)