kvos / CoastSat

Global shoreline mapping tool from satellite imagery
http://coastsat.space
GNU General Public License v3.0
697 stars 252 forks source link

Fix issues with numpy integration by replacing np.math.atan2 with np.… #520

Closed thekester closed 4 months ago

thekester commented 4 months ago

Description

This pull request fixes the issue with numpy integration by replacing np.math.atan2 with np.arctan2.

Changes Made

Related Issue

Closes #515

kvos commented 4 months ago

great, thanks @thekester for another fix.