ACHMartin / seastar_project

4 stars 0 forks source link

remove specific mention of CrossRange, GroundRange #180

Closed ACHMartin closed 1 year ago

ACHMartin commented 1 year ago

Systematically remove the specific mention of CrossRange, GroundRange

For example in gmfs/doppler/compute_wasv: ds_wa = xr.DataArray(wasv_rsv.data, coords=(L1.CrossRange, L1.GroundRange))

or Oscar/level1/generate_wind_field_from_single_measurement

DavidMcCann-NOC commented 1 year ago

Just going through this now, sorted the mention in compute_wasv. The other instances relate to generating meshed X, Y grids - I'll find a better way of doing it to scrub the mentions of these Coords

DavidMcCann-NOC commented 1 year ago

Closed with #245