Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
NDVITimeSeries
Commits
80157229
Commit
80157229
authored
Apr 04, 2018
by
remi cresson
Browse files
REFAC: replace LandscapeFragmentation-->LandscapeStratification + correct Belon-->Bellon
parent
2ffee4e0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Landscape
Fragment
ation.xml
→
Landscape
Stratific
ation.xml
View file @
80157229
<root>
<key>
Landscape
Fragment
ation
</key>
<exec>
otbcli_Landscape
Fragment
ation
</exec>
<longname>
Landscape
Fragment
ation
</longname>
<key>
Landscape
Stratific
ation
</key>
<exec>
otbcli_Landscape
Stratific
ation
</exec>
<longname>
Landscape
Stratific
ation
</longname>
<group>
Image Manipulation
</group>
<description>
Compute the landscape
fragment
ation index of the land
</description>
<description>
Compute the landscape
Stratific
ation index of the land
</description>
<parameter>
<parameter_type
source_parameter_type=
"ParameterType_InputImageList"
>
ParameterMultipleInput
</parameter_type>
...
...
README.md
View file @
80157229
...
...
@@ -78,7 +78,7 @@ To add the application in QGIS, just copy the file "_TimeSeriesIndexTrend.xml_"
### Description
This application computes the landscape fragmentation from an time series index (e.g. NDVI).
The implemented pipeline is described in
[
Bel
o
n et al
](
http://dx.doi.org/10.3390/rs9060600
)
.
The implemented pipeline is described in
[
Bel
ló
n et al
](
http://dx.doi.org/10.3390/rs9060600
)
.

...
...
app/CMakeLists.txt
View file @
80157229
...
...
@@ -4,7 +4,7 @@ OTB_CREATE_APPLICATION(NAME TimeSeriesIndexTrend
SOURCES otbTimeSeriesIndexTrend.cxx
LINK_LIBRARIES OTBCommon
)
OTB_CREATE_APPLICATION
(
NAME Landscape
Fragment
ation
SOURCES otbLandscape
Fragment
ation.cxx
OTB_CREATE_APPLICATION
(
NAME Landscape
Stratific
ation
SOURCES otbLandscape
Stratific
ation.cxx
LINK_LIBRARIES OTBCommon
)
\ No newline at end of file
app/otbLandscape
Fragment
ation.cxx
→
app/otbLandscape
Stratific
ation.cxx
View file @
80157229
...
...
@@ -40,18 +40,18 @@ namespace otb
namespace
Wrapper
{
class
Landscape
Fragment
ation
:
public
CompositeApplication
class
Landscape
Stratific
ation
:
public
CompositeApplication
{
public:
/** Standard class typedefs. */
typedef
Landscape
Fragment
ation
Self
;
typedef
Landscape
Stratific
ation
Self
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
/** Standard macro */
itkNewMacro
(
Self
);
itkTypeMacro
(
Landscape
Fragment
ation
,
otb
::
Wrapper
::
CompositeApplication
);
itkTypeMacro
(
Landscape
Stratific
ation
,
otb
::
Wrapper
::
CompositeApplication
);
/** Typedefs for image concatenation */
typedef
otb
::
ImageList
<
FloatImageType
>
ImageListType
;
...
...
@@ -71,12 +71,12 @@ private:
void
DoInit
()
{
SetName
(
"Landscape
Fragment
ation"
);
SetDescription
(
"Compute
the
landscape
fragmentation index of the land
"
);
SetName
(
"Landscape
Stratific
ation"
);
SetDescription
(
"Compute
a
landscape
stratification metric
"
);
// Documentation
SetDocName
(
"Landscape
Fragment
ation"
);
SetDocLongDescription
(
"This application implements the method of Belon et al. (http://dx.doi.org/10.3390/rs9060600)"
);
SetDocName
(
"Landscape
Stratific
ation"
);
SetDocLongDescription
(
"This application implements the method of Bel
l
on et al. (http://dx.doi.org/10.3390/rs9060600)"
);
SetDocLimitations
(
"None"
);
SetDocAuthors
(
"Remi Cresson"
);
SetDocSeeAlso
(
" "
);
...
...
@@ -246,4 +246,4 @@ private:
}
}
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Landscape
Fragment
ation
)
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Landscape
Stratific
ation
)
otbLandscape
Fragment
ation.gliffy
→
otbLandscape
Stratific
ation.gliffy
View file @
80157229
File moved
otbLandscape
Fragment
ation.png
→
otbLandscape
Stratific
ation.png
View file @
80157229
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment