Skip to content

README provide quickstart #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2020
Merged

README provide quickstart #41

merged 2 commits into from
May 19, 2020

Conversation

visr
Copy link
Member

@visr visr commented May 17, 2020

No description provided.

# metadata is stored in a NamedTuple and can be retrieved as such
julia> meta(poi)
(city = "Abuja", rainfall = 1221.2)

Copy link
Member

@SimonDanisch SimonDanisch May 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or by directly indexing:

julia> poi.rainfall
1221.2

TODO: overload propertynames correctly, so that autocomplete shows this!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one, added it as well.

@SimonDanisch SimonDanisch merged commit 62371e8 into JuliaGeometry:master May 19, 2020
@visr visr deleted the gb branch May 19, 2020 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants