-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from johntruckenbrodt/feature/dem_enhance
DEM handling improvements
- Loading branch information
Showing
17 changed files
with
268 additions
and
217 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Ancillary Functions | ||
=================== | ||
|
||
.. automodule:: pyroSAR.ancillary | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
find_datasets | ||
getargs | ||
groupby | ||
groupbyTime | ||
hasarg | ||
multilook_factors | ||
parse_datasetname | ||
seconds |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Auxiliary Data Tools | ||
==================== | ||
|
||
.. automodule:: pyroSAR.auxdata | ||
:members: dem_autoload, dem_create, get_egm_lookup | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
dem_autoload | ||
dem_create | ||
get_egm_lookup |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Datacube Tools | ||
============== | ||
|
||
.. automodule:: pyroSAR.datacube_util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Drivers | ||
======= | ||
|
||
.. automodule:: pyroSAR.drivers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. rubric:: classes | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
ID | ||
BEAM_DIMAP | ||
CEOS_PSR | ||
CEOS_ERS | ||
EORC_PSR | ||
ESA | ||
SAFE | ||
TSX | ||
Archive | ||
|
||
.. rubric:: functions | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
identify | ||
identify_many | ||
filter_processed | ||
getFileObj | ||
parse_date | ||
drop_archive |
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Sentinel-1 Tools | ||
================ | ||
|
||
.. automodule:: pyroSAR.S1 | ||
:members: OSV, removeGRDBorderNoise | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
OSV | ||
removeGRDBorderNoise |
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
SNAP | ||
==== | ||
|
||
Processing | ||
---------- | ||
|
||
.. automodule:: pyroSAR.snap.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
geocode | ||
noise_power | ||
|
||
Workflow Parsing and Execution | ||
------------------------------ | ||
|
||
.. automodule:: pyroSAR.snap.auxil | ||
:members: gpt, execute, parse_node, parse_recipe, split, groupbyWorkers, Workflow, Node, Par, Par_BandMath, dem_parametrize, geo_parametrize, mli_parametrize, orb_parametrize, sub_parametrize | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
gpt | ||
execute | ||
parse_node | ||
parse_recipe | ||
split | ||
groupbyWorkers | ||
Workflow | ||
Node | ||
Par | ||
Par_BandMath | ||
dem_parametrize | ||
geo_parametrize | ||
mli_parametrize | ||
orb_parametrize | ||
sub_parametrize | ||
|
||
General Utilities | ||
----------------- | ||
|
||
.. automodule:: pyroSAR.snap.auxil | ||
:members: erode_edges, writer | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
erode_edges | ||
writer |
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
Oops, something went wrong.