文件名称:wildfires:分析全球野火
文件大小:210KB
文件格式:ZIP
更新时间:2024-04-01 19:57:13
Python
野火 安装 野火需要Python> = 3.7。 需要从源代码安装(请注意使用SSH而不是HTTPS),可以使用以下两种方法之一: pip install git+ssh://git@github.com/akuhnregnier/wildfires.git@master#egg=wildfires 或出于开发目的而克隆(分叉)后: git clone git@github.com:akuhnregnier/wildfires.git pip install -e " wildfires " 不需要使用这些命令来安装必需的软件包,这是因为requirements.yml环境文件旨在方便使用conda进行软件包安装(请参阅或)。 JupyterLab ipywidgets: conda install ipywidgets jupyter nbextension enable
【文件预览】:
wildfires-master
----setup.py(1KB)
----src()
--------wildfires()
----.isort.cfg(36B)
----LICENSE(1KB)
----setup.cfg(233B)
----examples()
--------constrained_plotting.ipynb(2KB)
--------map_plotting.ipynb(4KB)
--------dask-grid-search.ipynb(16KB)
--------ext_mod_fapar.ipynb(5KB)
--------timed-grid-search.ipynb(4KB)
--------peak_detection.ipynb(8KB)
--------ext_esa_cci_landcover.ipynb(5KB)
----README.md(4KB)
----dev()
--------bootstrap.py(6KB)
--------install_jupyter_extensions.py(816B)
----requirements.yaml(12KB)