We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes - I've already checked
The as_dict code will cut off half the polygon for bursts on the antimeridian (-180 longitude) https://github.com/opera-adt/s1-reader/blob/main/src/s1reader/s1_burst_slc.py#L367
as_dict
See opera-adt/burst_db#1
The anti-meridian crossing bursts (international date line) have two polygons, since it's conventional to split the latlon that way.
The likely fix will be converting to a MultiPolygon which can still be represented as WKT.
MultiPolygon
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checked for duplicates
Yes - I've already checked
Describe the bug
The
as_dict
code will cut off half the polygon for bursts on the antimeridian (-180 longitude)https://github.com/opera-adt/s1-reader/blob/main/src/s1reader/s1_burst_slc.py#L367
See opera-adt/burst_db#1
The anti-meridian crossing bursts (international date line) have two polygons, since it's conventional to split the latlon that way.
What did you expect?
The likely fix will be converting to a
MultiPolygon
which can still be represented as WKT.Reproducible steps
No response
Environment
No response
The text was updated successfully, but these errors were encountered: