Skip to content

Commit 227c46c

Browse files
committed
improve readme
1 parent b49dcb2 commit 227c46c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# InteractiveGeo
22

3-
- **InteractiveGeo** is a Julia package that provides interactive tools that aid in working with geospatial data.
4-
- **InteractiveGeo** is built primarily on top of [GLMakie](https://docs.makie.org/stable/explanations/backends/glmakie#glmakie) and [Rasters](https://rafaqz.github.io/Rasters.jl/dev/).
3+
- **InteractiveGeo** is a Julia package, built primarily on top of [GLMakie](https://docs.makie.org/stable/explanations/backends/glmakie#glmakie) and [Rasters](https://rafaqz.github.io/Rasters.jl/dev/), for interactively visualizing and annotating raster data.
54

65
## Usage
76

@@ -14,7 +13,8 @@ files = getraster(WorldClim{Climate}, :wind; month=1:12)
1413
r = Raster(files[1])
1514

1615
# Create an Interactive Map of the Raster
17-
# The returned `features` object is an `Observable` that is populated based on features (polygons) drawn on the map
16+
# The returned `features` object is an `Observable` that is populated based
17+
# on features (polygons) drawn on the map.
1818
features = draw_features(r)
1919

2020
# You can now add Markdown annotations to the polygon features

0 commit comments

Comments
 (0)