TUW-GEO / ascat

Read and visualize data from the Advanced Scatterometer (ASCAT) on-board the series of Metop satellites
https://ascat.readthedocs.io/
MIT License
23 stars 16 forks source link

Missing dependencies after install with environment.yml #51

Closed serbinsh closed 11 months ago

serbinsh commented 1 year ago

Hello

I am exploring this package to develop a regional soil moisture dataset for the Southeast U.S. I followed the simple conda install instructions but found that doing so results in a missing dependency, matplotlib, if building a brand new env.

Screen Shot 2023-01-30 at 8 45 53 AM

I am going to test that its the only missing depends then provide a quick fix

sebhahn commented 1 year ago

Thanks @serbinsh, but matplotlib shouldn't be part of the standard installation of the ascat package. It is used in the jupyter notebook as an example to plot the data. Maybe there should be an additional environment.yml to be installed for running the examples.

serbinsh commented 1 year ago

@sebhahn Ahhh...yes of course, thats my fault. OK then we can close this, though, I do think showing how to build and run the examples, perhaps in example notebooks, would help.

sebhahn commented 1 year ago

I'll try to add this to the next release

serbinsh commented 1 year ago

Thanks!