Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jul 26, 2024
1 parent fe71547 commit b4b7c3e
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 1,418 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoStats"
uuid = "dcc97b0b-8ce5-5539-9008-bb190f959ef6"
author = "Júlio Hoffimann <[email protected]>"
version = "0.61.1"
version = "0.61.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -32,7 +32,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
CategoricalArrays = "0.10"
Chain = "0.6"
CoDa = "1.2"
CoordRefSystems = "0.9"
CoordRefSystems = "0.10"
DataScienceTraits = "0.4"
Dates = "1.9"
DensityRatioEstimation = "1.2"
Expand All @@ -44,7 +44,7 @@ GeoStatsTransforms = "0.7"
GeoStatsValidation = "0.3"
GeoTables = "1.22"
LossFunctions = "0.11"
Meshes = "0.46"
Meshes = "0.47"
Reexport = "1.0"
Rotations = "1.7"
Statistics = "1.9"
Expand Down
7 changes: 1 addition & 6 deletions docs/src/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,4 @@ We can easily load geospatial data from disk without any specific knowledge of f
using GeoIO
zone = GeoIO.load("data/zone.shp")
path = GeoIO.load("data/path.shp")
viz(zone.geometry)
viz!(path.geometry, color = :gray90)
Mke.current_figure()
```
```
Binary file removed docs/src/data/path.dbf
Binary file not shown.
1 change: 0 additions & 1 deletion docs/src/data/path.prj

This file was deleted.

Binary file removed docs/src/data/path.sbn
Binary file not shown.
Binary file removed docs/src/data/path.sbx
Binary file not shown.
Binary file removed docs/src/data/path.shp
Binary file not shown.
Binary file removed docs/src/data/path.shx
Binary file not shown.
1,403 changes: 0 additions & 1,403 deletions docs/src/data/path.xml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ load any file with geospatial data into well-tested geometries from the
using GeoIO
zone = GeoIO.load("data/zone.shp")
path = GeoIO.load("data/path.shp")
viz(zone.geometry)
viz!(path.geometry, color = :gray90)
Mke.current_figure()
```

Various functions are defined over these geometries, for instance:
Expand Down

0 comments on commit b4b7c3e

Please sign in to comment.