You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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})$$