Skip to content

Commit

Permalink
Rename R/HELPER_distance_conversions.R to R/helpers/HELPER_distance_c…
Browse files Browse the repository at this point in the history
…onversions.R
  • Loading branch information
pdwaggoner authored Oct 17, 2024
1 parent f1f2f1a commit 3184b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ latlon.to.utm <- function(latitude, longitude, force_zone_number=NULL, R=6378137
#if latitude < 0:
# northing += 10000000
return(c(easting, northing, zone_number, zone_letter))
}
}

0 comments on commit 3184b05

Please sign in to comment.