Skip to content
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

tree structure issue #32

Open
pieterprovoost opened this issue Oct 3, 2017 · 1 comment
Open

tree structure issue #32

pieterprovoost opened this issue Oct 3, 2017 · 1 comment
Assignees

Comments

@pieterprovoost
Copy link
Member

pieterprovoost commented Oct 3, 2017

This dataset should have 18 occurrences and thousands of Location events.

require(finch)
require(obistools)

archive <- dwca_read("http://arobis.cenpat-conicet.gob.ar:8081/archive.do?r=mleonina_adufem&v=1.0", read = TRUE, na.strings = "")
event <- archive$data$event.txt
occurrence <- archive$data$occurrence.txt
emof <- archive$data$extendedmeasurementorfact.txt
emof$eventID <- emof$id

flat <- flatten_occurrence(event, occurrence)
plot_map_leaflet(flat)

tree <- treeStructure(event, occurrence, emof)
exportTree(tree, "tree.html")

screen shot 2017-10-03 at 12 37 26

@pieterprovoost pieterprovoost self-assigned this Oct 3, 2017
@pieterprovoost
Copy link
Member Author

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

No branches or pull requests

1 participant