Last active
October 23, 2018 18:50
-
-
Save elijahzarlin/72b8ff34a8e6e503c449016bacb0d4c9 to your computer and use it in GitHub Desktop.
hurricane-map-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const errorRadiusKm = ruler.distance([item.lon, item.lat], [item.lon + errorRadiusDeg, item.lat]); | |
const circle = turf.circle([item.lon, item.lat], errorRadiusKm, {steps: 32, units: 'kilometers'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment