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

[Feature] Dateline Wrapping #163

Open
cmarshak opened this issue Dec 1, 2022 · 1 comment
Open

[Feature] Dateline Wrapping #163

cmarshak opened this issue Dec 1, 2022 · 1 comment

Comments

@cmarshak
Copy link

cmarshak commented Dec 1, 2022

This is thanks to @mgovorcin working on ISCE2 Hyp3 Plugin for ACCESS.

Is your feature request related to a problem? Please describe.

import asf_search as asf

results = asf.granule_search([
    'S1B_IW_SLC__1SDV_20201215T054451_20201215T054521_024709_02F04A_6033',
    'S1B_IW_SLC__1SDV_20211222T054456_20211222T054526_030134_039920_9391'])

print(results[0].geojson()['geometry'])
# {'coordinates': [[[-177.710968, 52.575905], [-177.271973, 50.790607], [179.223694, 50.39941], [178.642044, 52.181805], [-177.710968, 52.575905]]], 'type': 'Polygon'}

Describe the solution you'd like
I would like to see either a multipolygon or one that does not span the whole globe. Preferably the latter so I could easily map it. Obviously - this may be not synergistic for the great number of services ASF provides via this great library... but here's to hoping!

@cmarshak
Copy link
Author

cmarshak commented Dec 6, 2022

@glshort - is something that would be possible? undesirable?

@dbekaert was curious, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant