-
Notifications
You must be signed in to change notification settings - Fork 25
Create Uummannaq/Disko Bay geometric_features #256
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
base: main
Are you sure you want to change the base?
Conversation
30fbfe7
to
9c18fd5
Compare
ntroduces a geometric_features collection of all GIS tidewater outlet glaciers in the Uummannaq/Disko Bay region of Greenland.
9c18fd5
to
b5b0dd4
Compare
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.
Requesting a few minor changes after visual inspection.
@xylar, how do you recommend testing this?
The function :py:func:`geometric_features.aggregation.landice.uummannaq_disko` | ||
aggregates the GIS tidewater outlet glaciers flowing into the Ummannaq and Disko Bay region of | ||
Greenland. Glacier boundaries were defined using the ice basin layer in QGreenland | ||
(https://github.com/nsidc/qgreenland/) and manually manipulated near the glacier termini to create |
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.
Can you add a version tag here in case these basin definitions change in future QGreenland releases?
Greenland. Glacier boundaries were defined using the ice basin layer in QGreenland | ||
(https://github.com/nsidc/qgreenland/) and manually manipulated near the glacier termini to create | ||
a buffer zone around each outlet glacier, so that QGreenland boundaries encompass the full glacier area | ||
defined on the MALI mesh. |
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.
On which MALI mesh?
Parameters | ||
---------- | ||
gf : geometric_features.GeometricFeatures | ||
An object that knows how to download and read geometric features |
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.
The wording "knows how to" is strange to me.
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.
Nevermind, now I see that this is taken from other places in the code base.
@trhille, take a look at: You should create a compass development environment as usual, then install |
@alexolinhager, it seems like maybe you're doing your development without having It seems right now like you have some trailing whitespace. |
TestingI tested this using https://github.com/alexolinhager/compass/tree/create_uummannaq_disko at commit f185877 rebased onto |
Introduces a geometric_features collection of all GIS tidewater outlet glaciers in the Uummannaq/Disko Bay region of Greenland.