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

Basic dataset views: Map of glider tracks, statistics on the depth/time spacing of data, histogram of T and S #39

Closed

Conversation

eleanorfrajka
Copy link
Collaborator

I've added 3 functions which display information I typically want to know about a dataset. I don't know if it's really a part of glidertest, but

  • Map of the glider track (uses Cartopy - I am guessing we should try to minimise the numbers of packages required, so I could rewrite this without Cartopy)
  • Histograms of depth/time spacing of the data. This is something that will give the user a Quick Look at whether the dataset have been gridded in some way, and or whether the spacing is fine enough to allow for vertical velocity/spectral work
  • Histogram of temperature/salinity. (This requires gsw - I think we will need something to calculate density so this package probably should be added to requirements.)

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@callumrollo
Copy link
Member

Test are failing with E ModuleNotFoundError: No module named 'cartopy'

https://github.com/callumrollo/glidertest/actions/runs/11571449685/job/32209350626?pr=39

Should add cartopy and gsw to requirements.txt and requirements-dev.txt

@eleanorfrajka eleanorfrajka deleted the eleanor-patch-2 branch November 19, 2024 07:15
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