kjhall01 / xcast

A High-Performance Data Science Toolkit for the Earth Sciences
MIT License
67 stars 5 forks source link

NMME_IMD_ISMR dataset #33

Closed ThomasMGeo closed 2 years ago

ThomasMGeo commented 2 years ago

Seems that calling

X, Y, T = xc.NMME_IMD_ISMR() # load test data

does not work.

kjhall01 commented 2 years ago

This function has been renamed to xc.load_sample_data() in version 0.5.7- I’ll be updating the docs soon! Thanks for the heads up.

Note that this function returns a tuple which can be unpacked into separate variables like this:

X,Y,T = xc.load_sample_data()