JGCRI / xanthos

An extensible global hydrologic framework
Other
32 stars 16 forks source link

Why can't I find example data #69

Open yvettelkxii opened 1 year ago

mengqi-z commented 1 year ago

Hi @yvettelkxii, the example data does not come with the package when you install xanthos. You can get the example data after you install the latest Xanthos:

python -m pip install git+https://github.com/JGCRI/xanthos.git

Then, you can follow these steps to download the example data.

import xanthos

# the directory that you want to download and extract the example data to
data_dir = "<my data download location>"

# download and unzip the package data to your local machine
xanthos.get_package_data(data_dir)