We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46131a0 commit ae7fa9fCopy full SHA for ae7fa9f
1 file changed
earthpy/io.py
@@ -16,6 +16,9 @@
16
from .config import DEFAULT_DATA_HOME, DATA_URLS, FIGSHARE_API_URL, DVCIGNORE
17
18
ALLOWED_FILE_TYPES = ["file", "tar", "tar.gz", "zip"]
19
+
20
+# Backward compatibility for old datasets
21
+HOME = DEFAULT_DATA_HOME
22
23
class Data(object):
24
"""
0 commit comments