Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Aug 1, 2021
1 parent b8679fd commit 92129a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/src/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
```
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 3 additions & 4 deletions docs/src/resources/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
2 changes: 1 addition & 1 deletion docs/src/resources/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 92129a7

Please sign in to comment.