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

Add InSAR-based Antarctic grounding line to subset training tiles within grounded ice boundary #147

Merged
merged 3 commits into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🐧 Subset training tiles within 10km buffered grounding line
Constrain our square training tiles to only exist within the grounded ice area (give or take). To do that, we first buffer the MEASURES InSAR-based grounding line (actually a polygon of grounded ice areas) by 10km, and then select all the tiles which are contained within this buffered polygon. Makes use of geopandas' sjoin (spatial join). Also, the re-saved geojson files appear to show some decimal differences for tiles_4326.geojson but not tiles_3031.geojson, perhaps because there has been some changes in the pyproj library or something else?
  • Loading branch information
weiji14 committed May 29, 2019
commit d319e9b4a17174a8907788f00917e4334bd2c3a0
Loading