Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
RemoteSensing
Symbols
AppEEARSAuthenticate
AppEEARSData
AppEEARSImages
AppEEARSTask
GIBSData
GIBSGeoServer
MakeAppEEARSTaskRequest
PhileasDazeleyGaist`RemoteSensing`
A
p
p
E
E
A
R
S
T
a
s
k
A
p
p
E
E
A
R
S
T
a
s
k
[
t
a
s
k
I
D
]
C
r
e
a
t
e
s
a
n
A
p
p
E
E
A
R
S
T
a
s
k
o
b
j
e
c
t
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Declare a new AppEEARSTask object:
I
n
[
1
]
:
=
t
a
s
k
=
A
p
p
E
E
A
R
S
T
a
s
k
[
"
2
0
0
9
a
1
4
e
-
1
e
2
b
-
4
f
5
7
-
8
9
e
2
-
5
1
e
8
a
4
5
e
9
5
9
2
"
]
O
u
t
[
1
]
=
A
p
p
E
E
A
R
S
T
a
s
k
T
a
s
k
I
D
:
2
0
0
9
a
1
4
e
-
1
e
2
b
-
4
f
5
7
-
8
9
e
2
-
5
1
e
8
a
4
5
e
9
5
9
2
I
n
[
2
]
:
=
t
a
s
k
[
"
T
a
s
k
I
D
"
]
O
u
t
[
2
]
=
2
0
0
9
a
1
4
e
-
1
e
2
b
-
4
f
5
7
-
8
9
e
2
-
5
1
e
8
a
4
5
e
9
5
9
2
Requesting details about a task:
I
n
[
3
]
:
=
task["Details"]
Request task status information:
I
n
[
4
]
:
=
t
a
s
k
[
"
S
t
a
t
u
s
R
e
p
o
r
t
"
]
/
/
D
a
t
a
s
e
t
Request a progress summary for a task:
I
n
[
5
]
:
=
t
a
s
k
[
"
P
r
o
g
r
e
s
s
S
u
m
m
a
r
y
"
]
/
/
D
a
t
a
s
e
t
Request the progress percentage:
I
n
[
6
]
:
=
t
a
s
k
[
"
P
r
o
g
r
e
s
s
P
e
r
c
e
n
t
"
]
List raw available file details from A
ρρ
EEARS for a completed task:
I
n
[
7
]
:
=
t
a
s
k
[
"
B
u
n
d
l
e
D
e
t
a
i
l
s
"
]
Listing available files for a completed task (excluding supporting files)
I
n
[
8
]
:
=
t
a
s
k
[
"
S
o
r
t
e
d
B
u
n
d
l
e
D
e
t
a
i
l
s
"
]
Listing sorted available files for a completed task (excluding supporting files)
I
n
[
9
]
:
=
t
a
s
k
[
"
S
o
r
t
e
d
F
i
l
e
N
a
m
e
s
"
]
Downloading available files:
I
n
[
1
0
]
:
=
t
a
s
k
[
"
G
e
t
F
i
l
e
s
"
]
S
e
e
A
l
s
o
A
p
p
E
E
A
R
S
I
m
a
g
e
s
▪
A
p
p
E
E
A
R
S
T
a
s
k
▪
A
p
p
E
E
A
R
S
A
u
t
h
e
n
t
i
c
a
t
e
"
"