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

reprojectExtentAsPolygon should be more deterministic #3083

Merged
merged 1 commit into from Sep 26, 2019

Conversation

pomadchin
Copy link
Member

@pomadchin pomadchin commented Sep 24, 2019

Overview

This PR resolves the division by zero unhandled case in the reprojectExtentAsPolygon function,

Checklist

  • docs/CHANGELOG.rst updated, if necessary
  • Unit tests added for bug-fix or new feature

Closes #3023

@pomadchin pomadchin force-pushed the fix/reproject-exception branch 3 times, most recently from 019a910 to 9148c5f Compare September 24, 2019 22:00
…in the reprojectAsPolygon function call

Signed-off-by: Grigory <gr.pomadchin@gmail.com>
@pomadchin pomadchin requested review from echeipesh and removed request for jpolchlo September 26, 2019 14:19
@@ -14,9 +14,10 @@
* limitations under the License.
*/

package geotrellis.vector
package geotrellis.vector.reproject
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to review the vector package specs structure in a separate issue @echeipesh.
Test paths here don't correspond to package names.

@echeipesh echeipesh merged commit c440650 into locationtech:master Sep 26, 2019
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

Successfully merging this pull request may close these issues.

reprojectExtentAsPolygon() - method going into infinite loop
2 participants