Skip to content
New issue

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

Point overlapped by coastline coastlines #2

Open
john-h-wood opened this issue Apr 15, 2023 · 0 comments
Open

Point overlapped by coastline coastlines #2

john-h-wood opened this issue Apr 15, 2023 · 0 comments

Comments

@john-h-wood
Copy link
Owner

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant