Skip to content

Commit 1347597

Browse files
committed
add poi.rainfall example
1 parent 8448bf8 commit 1347597

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ julia> poi = meta(p1, city="Abuja", rainfall=1221.2)
3939
julia> meta(poi)
4040
(city = "Abuja", rainfall = 1221.2)
4141

42+
# specific metadata attributes can be directly retrieved
43+
julia> poi.rainfall
44+
1221.2
45+
4246
# to remove the metadata and keep only the geometry, use metafree
4347
julia> metafree(poi)
4448
2-element Point{2,Int64} with indices SOneTo(2):

0 commit comments

Comments
 (0)