coastal.gis

Generic GIS tools.

Module Contents

Functions

deg2rad(deg)

dist_latlon2meters(lat1, lon1, lat2, lon2)

Returns the distance between two coordinate points - (lon1, lat1) and (lon2, lat2) along the earth's surface in

coastal.gis.deg2rad(deg)
coastal.gis.dist_latlon2meters(lat1, lon1, lat2, lon2)

Returns the distance between two coordinate points - (lon1, lat1) and (lon2, lat2) along the earth’s surface in meters.

Refactored from contributors/NoelleHelder/AK_topobathy_vis.ipynb by @nkhelder