Sumanshekhar17 / Geophysical-Data-Analysis

This repository consist of some example to get started with python (examples and materials to begin with python is taken from Kristin Thyng's course on python in geosciences) and focus will be on the Geophysical Data Analysis course lectures, taught by Professor John Wilkin and Professor Bob Chant at Rutgers University.
MIT License
1 stars 0 forks source link

I have a 2d array of bathymetry height corresponding to coordinates (xi_rho, eta_rho) and I want to find out all coordinates corresponding to height = 65+-5m #5

Open Sumanshekhar17 opened 1 year ago

Sumanshekhar17 commented 1 year ago

This coordinate system is used in ROMS simulation results

Sumanshekhar17 commented 1 year ago

This can be done with the concept of masking either in xarray or in numpy