Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.35 KB

Geospatial utilities

Useful operations for manipulating xarray, geopandas, and numpy geospatial data

Creating grids from geospatial data

Grids are specified by centroid, height, width, rotation, and mesh. For numerical simulations, transform to numpy is always done such that causality goes from $[0,0]->[n,m]$ (red dot in diagram represents $[0,0]$ location). E.g., for modelling waves the rotation should be chosen depending on the angle of the coastline as follows:

Gaussian random fields

Sample GRF from $$\mathcal{N}(0, (\Delta + \tau I)^{-\alpha})$$

Examples for $\alpha=2$