We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A point can be covered by coastlines. This code shows this in the top left of the map:
import edcl data = edcl.get_vector_collection_names('ERA5', 'Wind spd (m/s)', (2022, 4, 19, 3)) max_per_time_slice = edcl.arg_min_in_space_vector_collection(data) projection = edcl.get_projection_name('Lambert', data.get_limits()) data_style = 'heat_jet_None' max_style = 'point_x_white_55' edcl.plot_data_collections((data, max_per_time_slice), (data_style, max_style), projection, None, (12, 8), None, 12, 'images', None, 'save', 300)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A point can be covered by coastlines. This code shows this in the top left of the map:
The text was updated successfully, but these errors were encountered: