-
Notifications
You must be signed in to change notification settings - Fork 0
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
Generate watercourse_100mseg.gpkg #44
Conversation
1909d9c
to
d841380
Compare
310ef6f
to
afcb7ae
Compare
Compiled bookdown: generating_watercourse_100mseg.html.zip @ToonHub I generated a first version of this processed data source; can you have a look at it? It is derived from the raw data source The dataset has two layers (100m segments and endpoints). The two attribute variables of both layers are explained in the text. I propose not to add |
I checked watercourse_100mseg.gpkg, both the points and lines. It looks fine to me, but there is one issue I am not sure about. Another thing. |
A roundup of new plans (after discussion):
Notes: it appears that:
I also compared this version (1 Jun 2018) with the current version (7 Aug 2020):
My current conclusion is to proceed with |
…ents * See Generate watercourse_100m...: uses watercourses, not watercourse_segments
Main changes: - start with version watercourses_20200807 - make a backup of it - flip its direction before splitting into segments - because of the flip, create startpoints instead of endpoints
@ToonHub I updated the processed data source. Can you have a look? Compiled bookdown: generating_watercourse_100mseg.html.zip It is now derived from the raw data source For the rest previous comments still apply:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked both layers in watercourse_100mseg. Looks fine!
Initial code added.
I plan to add/do:
steps to write / read intermediate output from GRASS as gpkg on GDrive(unneeded since data source has been entirely prepared in GRASS)first steps to attach GRTSmaster_habitats address to points(chosen to leave this out of this processed data source since it is specific to the handling of the 3260 sampling frame, it would not be the generally recommendable practice to make unique (c.q. spatially balanced) IDs for these segments and points)code to further clean variable names and simplify the data in some standardized way(unneeded since data source has been entirely prepared in GRASS)watercourses
(consolidate raw data source) - see https://doi.org/10.5281/zenodo.4420905read_watercourse_100mseg()
in n2khab@ToonHub I'll let you know when the processed data source is ready.
First impression of segments + points (from GRASS gui):
Screenshot