Apply current workspace changes

This commit is contained in:
2026-04-22 01:52:21 +08:00
parent cf34b9a8ed
commit cb518b431f
449 changed files with 92252 additions and 321 deletions
@@ -0,0 +1,32 @@
InSAR Datasets
==============
To automatically submit requests to the GACOS service, the user needs to provide
the coordinates of the area of interest and the acquisition dates and times of
the SAR images. We provide a set of classes to automatically retrieve the
those information from well known InSAR datasets.
Currently, the following InSAR Datasets are supported:
* :class:`.HyP3Dataset`
* :class:`.LiCSARDataset`
HyP3Dataset
-----------
.. autoclass:: gacos.HyP3Dataset
:members:
:undoc-members:
:member-order: bysource
:show-inheritance:
LiCSARDataset
-------------
.. autoclass:: gacos.LiCSARDataset
:members:
:undoc-members:
:member-order: bysource
:show-inheritance:
@@ -0,0 +1,11 @@
Python API Reference
====================
.. toctree::
datasets/datasets
submit/submit
@@ -0,0 +1,15 @@
Requests Submitter
==================
The GACOS limits the number of acquisition requests that can be submitted at a time.
This is to prevent the system from being overloaded. But, if you have a large number
of acquisition requests to submit, you can submit them in batches. We designed a
:class:`gacos.Submitter` class to help you submit the requests in batches. The
acquisitions will be split into batches which not exceed the 20 acquisitions per
request.
.. autoclass:: gacos.Submitter
:members:
:undoc-members:
:member-order: bysource
:show-inheritance: