-
Notifications
You must be signed in to change notification settings - Fork 7
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
Potential bug on build_database.wkt2extent()
#1
Comments
@seongsujeong I also noticed this when I started to add the burst database reading to COMPASS, though I hadn't seen that you already marked this to fix. It seems to be working based on my tests of the burst
With the new one from the pull request below, the
I also made it into a script that could download the ESA original database first , then convert it, and the new conversion with shapely seems to run pretty quickly (~45-60 seconds to build the DB). Let me know if you want me to make the PR for this, or if you'd like to adapt the current version |
The function in the title is to calculate the extent (bounding box) of the input burst as polygon. This function only takes the first polygon in the multi polygon input. This needs to be addressed especially for the burst (multi)polygons split on +/- 180 degree.
The text was updated successfully, but these errors were encountered: