From 92129a7d1ec512f0179170c43ceb6c13eb970e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Sun, 1 Aug 2021 10:52:50 -0300 Subject: [PATCH] Update docs --- docs/src/clustering.md | 4 ++-- docs/src/index.md | 2 +- docs/src/resources/ecosystem.md | 7 +++---- docs/src/resources/publications.md | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/src/clustering.md b/docs/src/clustering.md index 4f6263608..f761f2ba2 100644 --- a/docs/src/clustering.md +++ b/docs/src/clustering.md @@ -17,7 +17,7 @@ gr(format=:png) # hide Ω = georef((Z=[10sin(i/10) + j for i in 1:100, j in 1:100],)) -Π = partition(Ω, SLIC(50, 0.01)) +C = cluster(Ω, SLIC(50, 0.01)) -plot(plot(Ω), plot(Π)) +plot(plot(Ω), plot(C)) ``` diff --git a/docs/src/index.md b/docs/src/index.md index cd6d20580..555696f9d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -117,7 +117,7 @@ solution = solve(problem, solver) contourf(solution, clabels=true) ``` -For more detailed examples, please consult the +For a more detailed example, please consult the [Basic workflow](workflow.md) section of the documentation. diff --git a/docs/src/resources/ecosystem.md b/docs/src/resources/ecosystem.md index 96ee1d0dc..4d193dd35 100644 --- a/docs/src/resources/ecosystem.md +++ b/docs/src/resources/ecosystem.md @@ -4,11 +4,10 @@ The Julia ecosystem provides various packages for reading/writing spatial data: | File format | Package | |:-----------:|:-------:| +| Shapefile | [GeoTables.jl](https://github.com/JuliaEarth/GeoTables.jl) | +| GeoPackage | [GeoTables.jl](https://github.com/JuliaEarth/GeoTables.jl) | +| GeoJSON | [GeoTables.jl](https://github.com/JuliaEarth/GeoTables.jl) | | NetCDF | [NCDatasets.jl](https://github.com/Alexander-Barth/NCDatasets.jl) | | GRIB | [GRIB.jl](https://github.com/weech/GRIB.jl) | -| GDAL | [ArchGDAL.jl](https://github.com/yeesian/ArchGDAL.jl) | | GSLIB | [GslibIO.jl](https://github.com/JuliaEarth/GslibIO.jl) | | DrillHoles | [DrillHoles.jl](https://github.com/JuliaEarth/DrillHoles.jl) | -| Shapefile | [GeoTables.jl](https://github.com/JuliaEarth/GeoTables.jl) | -| GeoPackage | [ArchGDAL.jl](https://github.com/yeesian/ArchGDAL.jl) | -| GeoJSON | [GeoJSON.jl](https://github.com/JuliaGeo/GeoJSON.jl) | diff --git a/docs/src/resources/publications.md b/docs/src/resources/publications.md index e3bd242c2..ef95b1f8d 100644 --- a/docs/src/resources/publications.md +++ b/docs/src/resources/publications.md @@ -3,7 +3,7 @@ Below is a list of publications made possible with this project: - *Hoffimann et al. 2021.* [Geostatistical Learning: Challenges and Opportunities] - (https://arxiv.org/abs/2102.08791) + (https://www.frontiersin.org/articles/10.3389/fams.2021.689393/full) - *Asner, G. P. et al. 2021.* [Abiotic and Human Drivers of Reef Habitat Complexity Throughout the Main Hawaiian Islands](https://www.frontiersin.org/articles/10.3389/fmars.2021.631842/full)