Roadmap for future xradar accessor methods #174
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
Hi @kmuehlbauer @aladinor @mgrover1 !
I start to dive across the xradar codebase and documentation to develop the ERAD short course tutorials.
I thought to summarize here some thoughts / nice-to-have tools that pop-up in my mind while trying to streamline the tutorials.
I am not sure about if some of these suggestions fall into the scope of
xradar
or rather should/will be delegated topyart 2.0
,wradlib
accessors or some new package. Maybe we could define a roadmap to clarify the future tools provided byxradar
Nice to have accessors
xr.DataArray
da.xradar.plot
(for the azimuth-range or time-range plot)da.xradar.plot_ppi
da.xradar.plot_mesh
da.xradar.plot_centroids
ds.xradar.fix_angle
xr.Dataset
ds.xradar.fix_angle
ds.xradar.plot_ppi
(FacetGrid over variables and/or time)ds.xradar.plot_mesh
ds.xradar.plot_centroids
xr.DataTree
dt.xradar.plot_rhi
(default to FacetGrid over variable and/or time ifvariable=None
)dt.xradar.plot_cappi
(default to FacetGrid over variable and/or time ifvariable=None
)dt.xradar.plot_ppi
(FacetGrid over sweep and variables ifvariable=None
andsweep=None
)dt.xradar.fix_angle
dt.xradar.cross_section
, dt.xradar.rhi,
dt.xradar.cross_section`CRS and coordinates utilities
dt.xradar.add/get_geographic_coordinates(crs)
# i.e. WGS84 --> Add/get(lon, lat, height)
coordinatesdt.xradar.add/get_projection_coordinates(crs)
# i.e. planar one --> Add/get(x_c, y_y, z_c)
coordinatesdt.xradar.to_cartopy_crs()
# the x,y,z centered on radar?Related to the CRS, I noticed that the current default CRS is defined as 2D Cartesian with respect to the radar location (x,y).
Why not define it as 3D Cartesian with respect to the radar location (x,y,z)?
Concatenation method
xradar.concat(dt)
# take care of updatingtime_coverage_start
,time_coverage_end
, stackradar_calibration
, radar_parameters` over time if varying ?xradar.concat(ds)
# take care of checking attrs, coordinates does not change--> Useful for
xradar.open_mf_*
: open_{engine}_mfdatatree functionality #79--> Maybe worth to wait DataTree integration into xarray ?
Access to radar data on cloud buckets
Finally I also start to write some code to access radar data of FMI, NEXRAD and IDEAM on AWS S3 buckets.
I thought would be nice to have a separate 'search' package or module enabling to list all the available radars on cloud buckets (i.e with relevant configurations on YAML files, specify radar, start_time, end_time of interest and being able to
This last idea could be a point of discussion at ERAD to maybe make a prototype or design some standards ...
End of my solo brainstorming 😄
The text was updated successfully, but these errors were encountered: