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

No display when trying to visualize ATL06 elevations #428

Open
mesenther opened this issue Jun 26, 2023 · 0 comments
Open

No display when trying to visualize ATL06 elevations #428

mesenther opened this issue Jun 26, 2023 · 0 comments

Comments

@mesenther
Copy link

Hello,

For some reason, I can never get past the "Plot elevation, please wait..." message when trying to display elevation data with ATL06. I changed the parameters so the code matches that of the website, but it still happens. For the sake of clarity, here is what I am currently running:

short_name = 'ATL06'
date_range = ['2020-7-1', '2020-8-1'] # change later
spatial_extent = [-67, -70, -59, -65]  # change later
cycles = ['03']
tracks = ['0948', '0872', '1184', '0186', '1123', '1009', '0445', '0369']

region = ipx.Query(short_name, spatial_extent, date_range)

print(region.product)
print(region.dates)
print(region.start_time)
print(region.end_time)
print(region.product_version)
print(list(set(region.avail_granules(cycles=True)[0]))) #region.cycles
print(list(set(region.avail_granules(tracks=True)[0]))) #region.tracks

cyclemap, rgtmap = region.visualize_elevation()
cyclemap

The result is this:
image
with the terminal resetting immediately after.

The same thing happens when importing the Visualization module directly and using the associated commands.

The fact that it finishes makes me think it is plotting the graph but I just cannot see it for some reason. Any ideas?

Thanks.

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