Newer
Older
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index — modspa-pixel 0.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=2709fde1"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home">
modspa-pixel
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="setup/setup.html">Setting up the correct environnment and parameters</a></li>
Jeremy Auclair
committed
<li class="toctree-l1"><a class="reference internal" href="mode/mode.html">Choosing the run mode</a></li>
<li class="toctree-l1"><a class="reference internal" href="preprocessing/input_preparation.html">Preparing the inputs for Modspa-Pixel</a></li>
<li class="toctree-l1"><a class="reference internal" href="samir/run_samir.html">Run the SAMIR model</a></li>
<li class="toctree-l1"><a class="reference internal" href="file_structure.html">Project file structure</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">modspa-pixel</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">Index</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#_"><strong>_</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#R"><strong>R</strong></a>
<h2 id="_">_</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/samir_params.html#modspa_pixel.parameters.params_samir_class.samir_parameters.__init__">__init__() (modspa_pixel.parameters.params_samir_class.samir_parameters method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.calculate_ET0_pixel">calculate_ET0_pixel() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.calculate_ndvi.calculate_ndvi">calculate_ndvi() (in module modspa_pixel.preprocessing.calculate_ndvi)</a>
</li>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.calculate_ndvi.calculate_ndvi_image">calculate_ndvi_image() (in module modspa_pixel.preprocessing.calculate_ndvi)</a>
</li>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.calculate_ndvi.calculate_ndvi_parcel">calculate_ndvi_parcel() (in module modspa_pixel.preprocessing.calculate_ndvi)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.call_era5land_daily_for_MODSPA">call_era5land_daily_for_MODSPA() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.combine_weather2netcdf">combine_weather2netcdf() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
</li>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.parcel_to_pixel.convert_dataframe_to_xarray">convert_dataframe_to_xarray() (in module modspa_pixel.preprocessing.parcel_to_pixel)</a>, <a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.parcel_to_pixel.convert_dataframe_to_xarray">[1]</a>
</li>
<li><a href="preprocessing/land_cover.html#modspa_pixel.preprocessing.parcel_to_pixel.convert_geodataframe_to_xarray">convert_geodataframe_to_xarray() (in module modspa_pixel.preprocessing.parcel_to_pixel)</a>
</li>
</ul></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.download_S2.download_S2_data">download_S2_data() (in module modspa_pixel.preprocessing.download_S2)</a>
</li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.era5Land_daily_to_yearly_parcel">era5Land_daily_to_yearly_parcel() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
</li>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.era5Land_daily_to_yearly_pixel">era5Land_daily_to_yearly_pixel() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
</li>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.extract_ndvi.extract_ndvi_stats">extract_ndvi_stats() (in module modspa_pixel.preprocessing.extract_ndvi)</a>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.extract_rasterstats">extract_rasterstats() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
</li>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.lib_era5_land_pixel.extract_weather_dataframe">extract_weather_dataframe() (in module modspa_pixel.preprocessing.lib_era5_land_pixel)</a>
</li>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.download_S2.extract_zip_archives">extract_zip_archives() (in module modspa_pixel.preprocessing.download_S2)</a>
</li>
</ul></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.extract_ndvi.filter_raw_ndvi">filter_raw_ndvi() (in module modspa_pixel.preprocessing.extract_ndvi)</a>
</li>
</ul></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.calculate_ndvi.interpolate_ndvi">interpolate_ndvi() (in module modspa_pixel.preprocessing.calculate_ndvi)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.extract_ndvi.interpolate_ndvi_parcel">interpolate_ndvi_parcel() (in module modspa_pixel.preprocessing.extract_ndvi)</a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/weather_cube.html#modspa_pixel.preprocessing.download_ERA5_weather.request_ER5_weather">request_ER5_weather() (in module modspa_pixel.preprocessing.download_ERA5_weather)</a>
Jeremy Auclair
committed
<li><a href="samir/samir_functions.html#modspa_pixel.source.modspa_samir.run_samir">run_samir() (in module modspa_pixel.source.modspa_samir)</a>
</li>
</ul></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
Jeremy Auclair
committed
<li><a href="samir/samir_functions.html#modspa_pixel.source.modspa_samir.samir_daily">samir_daily() (in module modspa_pixel.source.modspa_samir)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/samir_params.html#modspa_pixel.parameters.params_samir_class.samir_parameters">samir_parameters (class in modspa_pixel.parameters.params_samir_class)</a>
<h2 id="W">W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="preprocessing/ndvi_cube.html#modspa_pixel.preprocessing.calculate_ndvi.write_geotiff">write_geotiff() (in module modspa_pixel.preprocessing.calculate_ndvi)</a>
</li>
</ul></td>
</tr></table>
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© Copyright 2023, auclairj.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>