ACIX II Aqua Results

HOME

PROCESSORS

SITES

METRICS

RESULTS

CONTACT

 

Results

Please consider the results in the following publication:

Nima Pahlevan, Antoine Mangin, Sundarabalan V. Balasubramanian, Brandon Smith, Krista Alikas, Kohei Arai, Claudio Barbosa, Simon Bélanger, Caren Binding, Mariano Bresciani, Claudia Giardino, Daniela Gurlin, Yongzhen Fan, Tristan Harmel, Peter Hunter, Joji Ishikaza, Susanne Kratzer, Moritz K. Lehmann, Martin Ligi, Ronghua Ma, François-Régis Martin-Lauzer, Leif Olmanson, Natascha Oppelt, Yanqun Pan, Steef Peters, Nathalie Reynaud, Lino A. Sander de Carvalho, Stefan Simis, Evangelos Spyrakos, François Steinmetz, Kerstin Stelzer, Sindy Sterckx, Thierry Tormos, Andrew Tyler, Quinten Vanhellemont, Mark Warren, ACIX-Aqua: A global assessment of atmospheric correction methods for Landsat-8 and Sentinel-2 over lakes, rivers, and coastal waters, Remote Sensing of Environment, Volume 258, 2021, 112366, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2021.112366.

ACIX II Aqua

Une erreur s'est produite lors du traitement du gabarit.
The following has evaluated to null or missing:
==> navItem.getName()  [in template "NAVIGATION-MACRO-FTL" at line 68, column 144]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${navItem.getName()}  [in template "NAVIGATION-MACRO-FTL" in macro "buildNavigation" at line 68, column 142]
	- Reached through: @buildNavigation branchNavItems=branc...  [in template "10112#321552#930978" at line 11, column 17]
----
1<#include "${templatesPath}/NAVIGATION-MACRO-FTL" /> 
2 
3<#if !entries?has_content> 
4	<#if themeDisplay.isSignedIn()> 
5		<div class="alert alert-info"> 
6			<@liferay.language key="there-are-no-menu-items-to-display" /> 
7		</div> 
8	</#if> 
9<#else> 
10	<div aria-label="<@liferay.language key="site-pages" />" class="list-menu"> 
11		<@buildNavigation 
12			branchNavItems=branchNavItems 
13			cssClass="layouts" 
14			displayDepth=displayDepth 
15			includeAllChildNavItems=true 
16			navItemLevel=1 
17			navItems=entries 
18		/> 
19	</div> 
20</#if>