🏴
Geospatial | Lead Data Engineer
Pinned Loading
-
arcgis-ghsz
arcgis-ghsz PublicCalculates the base of the Gas Hydrate Stability Zone given a sea floor raster using Joides formula.
Python 4
-
-
arcgis-geodepressions
arcgis-geodepressions PublicAn ArcGIS toolbox to semi-automatically identify and analyse geo-depressions in a bathymetric grid.
-
-
Joides Gas Hydrate Stability Zone Fo...
Joides Gas Hydrate Stability Zone Formula (Returns the base of the gas hydrate stability zone for a given water depth) 1#!Python3
23def joides(water_depth, base_water_temp, geothermal_gradient):
4"""Returns the base of the gas hydrate stability zone for a given water depth
5 -
Python function to rotate a (x, y) c...
Python function to rotate a (x, y) coordinate by a specified angle 1# Rotation matrix function
2def rotate_matrix (x, y, angle, x_shift=0, y_shift=0, units="DEGREES"):
3"""
4Rotates a point in the xy-plane counterclockwise through an angle about the origin
5https://en.wikipedia.org/wiki/Rotation_matrix
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.