Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
S1Tiling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s1-tiling
S1Tiling
Merge requests
!125
Resolve "Add metadata to the output files"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add metadata to the output files"
171-add-metadata-to-the-output-files
into
develop
Overview
0
Commits
5
Pipelines
2
Changes
11
Merged
Luc Hermitte
requested to merge
171-add-metadata-to-the-output-files
into
develop
1 month ago
Overview
0
Commits
5
Pipelines
2
Changes
11
Expand
Closes
#171 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
174b2d65
5 commits,
1 month ago
11 files
+
348
−
176
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
docs/configuration.rst
+
14
−
0
Options
@@ -92,6 +92,12 @@ You can use this :download:`this template
the keys from `eotile <https://github.com/CS-SI/eotile>`_ DEM database
like for instance :file:`{{Product10}}.tif` for Copernicus 30m DEM.
.. _paths.dem_info:
* - ``dem_info``
- DEM identifier to inject in the products GeoTIFF metadata under
``DEM_INFO`` key. If not defined, the last part (basename) of
:ref:`[Paths].dem_dir <paths.dem_dir>` will be used.
.. _paths.srtm:
* - ``srtm``
- **(deprecated)** Use :ref:`[PATHS].dem_dir <paths.dem_dir>`. Path to SRTM files.
@@ -749,6 +755,14 @@ You can use this :download:`this template
V1.0 of S1Tiling. See Issue `#118
<https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling/-/issues/118>`_.
.. _Metadata:
``[Metadata]`` section
++++++++++++++++++++++
You can place in this section any extra ``key : value`` information that you
want written in the GeoTIFF metadata of S1Tiling products.
.. commented-out-to-be-implemented:
.. _Filtering.reset_outcore:
Loading