The URI of the clouds index file. A cloud index file is an ascii file that contains a time-ordered list of images that display over the globe.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CloudsUri() As String |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CloudsUri(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
A cloud file comprises a list of one or more image files that together cover the globe or the area specified by the POS file (position file). Cloud image files end in a CLD or PGM extension. To associate a POS file with a cloud file, giving you the ability to create a cloud file for a specific region, place the POS file in the same directory as the cloud file. The absence of a POS file indicates that the cloud image covers the entire globe. A cloud index file is structured as a list of one or more [Timestamp CloudImageFile] pairs. Date must be in Gregorian format in UTC, ie. 01 Nov 1992 12:00:00.00
For example, the following contents describes cloud imagery timestamped to Nov 1st, 2021:
01 Nov 2021 12:00:00.00 Clouds.pgm






