-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67de033
commit 99f46a5
Showing
5 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Functions, Description | ||
:func:`.download_data`, download a single file from a given url | ||
:func:`.download_datas`, sequentially download multiple files from given urls | ||
:func:`.async_download_datas`, asynchronously download multiple files from given urls | ||
:func:`.mp_download_datas`, download multiple files from given urls using multiprocessing | ||
Functions ,Description | ||
:func:`.download_data` ,download a single file from a given url | ||
:func:`.download_datas` ,sequentially download multiple files from given urls | ||
:func:`.async_download_datas` ,asynchronously download multiple files from given urls | ||
:func:`.mp_download_datas` ,download multiple files from given urls using multiprocessing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
classes, Description | ||
:class:`.Jobs`, A class to manage HyP3 jobs. This class is designed to be used as the jobs attribute of the :class:`.HyP3Service` class | ||
:class:`.JOB_TYPE`, A class containing the job types that can be submitted to HyP3 | ||
:class:`.STATUS_CODE`, A class containing the status of jobs that have be submitted to HyP3 | ||
classes ,Description | ||
:class:`.Jobs` ,A class to manage HyP3 jobs. This class is designed to be used as the jobs attribute of the :class:`.HyP3Service` class | ||
:class:`.JOB_TYPE` ,A class containing the job types that can be submitted to HyP3 | ||
:class:`.STATUS_CODE` ,A class containing the status of jobs that have be submitted to HyP3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Functions, Description | ||
:func:`.from_urls_file`, parse urls from a file which only contains urls | ||
:func:`.from_html`, parse urls from html website | ||
:func:`.from_sentinel_meta4`, parse a urls from a given JSON file | ||
:func:`.from_EarthExplorer_order`, parse urls from orders in earthexplorer | ||
Functions ,Description | ||
:func:`.from_urls_file` ,parse urls from a file which only contains urls | ||
:func:`.from_html` ,parse urls from html website | ||
:func:`.from_sentinel_meta4` ,parse a urls from a given JSON file | ||
:func:`.from_EarthExplorer_order` ,parse urls from orders in earthexplorer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Online services, classes, Description | ||
HyP3,:class:`.HyP3Service`,a class to manage HyP3 user information and jobs | ||
,:class:`.InSARMission`,a class to manage HyP3 ``INSAR_GAMMA`` jobs | ||
,:class:`.InSARBurstMission`,a class to manage HyP3 ``INSAR_ISCE_BURST`` jobs | ||
LiCSAR,:class:`.LiCSARService`,a class to retrieve LiCSAR data | ||
Sentinel-1 Orbit,:class:`.SentinelOrbit`,a class to retrieve Sentinel-1 orbit data links. | ||
Online services ,classes ,Description | ||
HyP3 ,:class:`.HyP3Service` ,a class to manage HyP3 user information and jobs | ||
,:class:`.InSARMission` ,a class to manage HyP3 ``INSAR_GAMMA`` jobs | ||
,:class:`.InSARBurstMission` ,a class to manage HyP3 ``INSAR_ISCE_BURST`` jobs | ||
LiCSAR ,:class:`.LiCSARService` ,a class to retrieve LiCSAR data | ||
Sentinel-1 Orbit ,:class:`.SentinelOrbit` ,a class to retrieve Sentinel-1 orbit data links. |