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

Add files needed for contour filled map plots #220

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

kevindougherty-noaa
Copy link
Contributor

@kevindougherty-noaa kevindougherty-noaa commented Mar 17, 2025

Description

This PR looks to add a missing need for Filled Contour Map plots. Specifically attempting to solve the following issue: here

Dependencies

Waiting on the following PRs:

@kevindougherty-noaa
Copy link
Contributor Author

The updated scripts add map filled contour plotting capabilities. The updated test yaml in this PR creates the following figures:
image
image

@Dooruk is this what you are looking for?

@Dooruk
Copy link
Collaborator

Dooruk commented Mar 21, 2025

@kevindougherty-noaa thank you for looking into this. I'm looking to plot a vertical transect.

For instance:

longitude(x)
depth(z)
temp(x,z)

pcolormesh(longitude, depth, temp, **kwargs)

Note: Getting to these dimensions would require an additional EVA transform, something like isel or sel from xarray but let's ignore that for now.

Which would then look something like the following:

noDA_transect

I'm not sure which plot type from emcpy I should be using for this, that's what I was trying with filledContour

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

Successfully merging this pull request may close these issues.

2 participants