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
Consider adding the following convince methods for geospatial scenarios.
Wishlist
set_geospatial_data to store weather dataset and metadata dataframe to GeospatialScenario. Opposite of geospatial_data (should be renamed to get_geospatial_data).
Refactor GeospatialScenario plotting methods to pass kwargs to matplotlib or take fig, ax results so users can draw on their plots outside of the method.
Saving figures from plotting methods in pvdeg.geospatial like plot_sparse_analysis
Update ipython display method, to be more thorough. Show the weather dataset, display information about kestrel, show dask information, have builtin plot of coordinates (expandable).
remove KDtree from downselect calls. we should generate the kdtree from the scenario's metadata at runtime
separate Scenario and GeospatialScenario into separate files.
geospatial scenario display should show the attribute name for the dropdown
dask client initialization method in GeospatialScenario, add to display
Consider adding the following convince methods for geospatial scenarios.
Wishlist
set_geospatial_data
to store weather dataset and metadata dataframe toGeospatialScenario
. Opposite ofgeospatial_data
(should be renamed toget_geospatial_data
).GeospatialScenario
plotting methods to pass kwargs to matplotlib or takefig
,ax
results so users can draw on their plots outside of the method.pvdeg.geospatial
likeplot_sparse_analysis
Scenario
andGeospatialScenario
into separate files.The text was updated successfully, but these errors were encountered: