-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add QGreenland monthly median sea ice extent shape files #211
Add QGreenland monthly median sea ice extent shape files #211
Conversation
7ef0faa
to
a930331
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.
@alexolinhager Can you provide any other information in the docs that would help users track down the source of this dataset? Maybe a permanent identifier if that exists?
{ | ||
"type": "Feature", | ||
"properties": { | ||
"name": "December Median Sea Ice Extent (1981-2010)", |
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.
It seems like the name got changed to December but the directory is still April. That shouldn't be possible if you do gf.split(fc)
to split out the features into the directories in geometric_data
. But I think April is probably correct and the change to December was a mistake?
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.
Thanks @xylar. That was just a typo copied from another file, I just pushed a fix for it
Good idea, I just added that to the metadata for each file |
@alexolinhager , can you add the reference to the documentation as well? |
@alexolinhager , when I add these regions to QGIS and project to a polar stereographic grid, I see seams at 180 degree longitude. I remember a discussion about this but I can't find it - is this expected? |
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.
@alexolinhager , thanks for putting this together. The PR looks good and I just have a few small stylistic requests, plus a question about a seam in the region when plotted as polar stereographic.
@@ -0,0 +1,33 @@ | |||
def qgreenland(gf): |
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.
@xylar , is there a coding style guideline for this repo about correspondence between function/class names and file names?
@matthewhoffman, Thanks for looking over these PRs. The seam is expected for these regions and comes from this script:
@xylar said they look as he would expect, although I think that conversation happened via Slack |
No problem, I made this change |
@alexolinhager, there are some conflicts here. I can fix them but the cleanest would be if you're okay with rebasing onto |
No problem, I'll work on that now |
Fixes regions geometries at the antimeridian
5fd9be5
to
7b48aca
Compare
@Xyler, I rebased the branch and pushed a couple other minor tweaks in accordance with Matt's review. Should be ready to merge now |
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.
@alexolinhager , thanks for the additional changes. Looks good 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.
Looks good to me.
@cbegeman, do you have time to approve or request further changes? |
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.
@alexolinhager All of my suggestions were addressed. Thanks for your hard work on this!
Adds the monthly median sea ice extent (1981–2010) shape files from the QGreenland dataset. The original line segments delineating sea ice extent have been manually connected to create one coherent shape file.