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

n2khabutils functions to cope with data sources on vegetation typology #19

Open
3 of 5 tasks
florisvdh opened this issue May 6, 2019 · 0 comments
Open
3 of 5 tasks
Assignees

Comments

@florisvdh
Copy link
Member

florisvdh commented May 6, 2019

These functions are needed in the construction of the sampling frames and in the review of monitoring schemes.

See also the functionality.md file and the 'functions' overview in this gsheet.

Saving more complex vector data & attributes is nowadays best done with the geopackage format -- unless it is just a points object (then geojson seems more interesting: it is a pure text format). A google search 'R geopackage' yields useful examples on how to work with a geopackage, but it is fairly standard. For geopackages (binary files), follow the data management routes for binary data sources (i.e. register a version in the data-gsheet and so on; see 'datamanagement.md').

  • read_habitatmap_stdized(path, file="10_raw/habitatmap/habitatmap")
  • read_watersurfaces_hab()
  • read_mhq_terrestrial_locs(path, file)
  • read_habitatmap_terr(path, file="20_processed/terr_habitatmap/terr_habitatmap")
  • read_habitatmap_integrated(path, file="20_processed/integrated_habitatmap/integrated_habitatmap")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants