kopia lustrzana https://github.com/OpenDroneMap/docs
Update documentation
rodzic
23e05fea5d
commit
51b5af2841
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-9e866119-8bda-4c80-8f94-5d7f6c68ff64 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-dc547208-7dbe-419c-ba88-117a7403453f svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -442,7 +442,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Permalink to this heading"></a></h1>
|
||||
<div id="id-9e866119-8bda-4c80-8f94-5d7f6c68ff64" class="mermaid">
|
||||
<div id="id-dc547208-7dbe-419c-ba88-117a7403453f" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -442,7 +442,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), EPSG code (e.g. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) or as a <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre"><zone>[N|S]</span></code> value (eg. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:</p></li>
|
||||
<li><p>Elevation values can be set to „NaN“ to indicate no value</p></li>
|
||||
<li><p>Avoid setting elevation values to „NaN“ to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>The 7th column (optional) typically contains the label of the GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-465590eb-3101-4dbd-bf6d-e1f61f259092 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-0ca248c5-781d-4a82-9e25-b7b1299a76c3 svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -442,7 +442,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Enlace permanente a este encabezado"></a></h1>
|
||||
<div id="id-465590eb-3101-4dbd-bf6d-e1f61f259092" class="mermaid">
|
||||
<div id="id-0ca248c5-781d-4a82-9e25-b7b1299a76c3" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -442,7 +442,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>La primera línea debe contener el nombre de la proyección usada para las coordenadas geográficas. Esto puede ser especificado con una cadena PROJ (e.g. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), un código EPSG (e.g. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) o como un valor <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">1[N|S]</span></code> (eg. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Las líneas siguientes son las coordinadas X, Y y Z, los pixeles asociados, el nombre del archivo de imagen y campos extras opcionales, separados por tabulaciones o espacios:</p></li>
|
||||
<li><p>Los valores de elevación pueden ser establecidos como «NaN» para indicar que no se tiene el dato.</p></li>
|
||||
<li><p>Avoid setting elevation values to «NaN» to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>La 7a columna (opcional) típicamente contiene la etiqueta del GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-24b196d1-dc19-44dd-8084-d258b9c596e4 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-7370ddbb-5516-48ac-8d21-6e878e939fbf svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -441,7 +441,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Permalink to this heading"></a></h1>
|
||||
<div id="id-24b196d1-dc19-44dd-8084-d258b9c596e4" class="mermaid">
|
||||
<div id="id-7370ddbb-5516-48ac-8d21-6e878e939fbf" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -441,7 +441,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>Ang projection para sa geo coordinates ay dapat na mapunta sa unang linya. Eto ay maaaring matukoy bilang PROJ string (e.g. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), EPSG code (e.g. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) o bilang <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">1[N|S]</span></code> value (eg. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Ang mga subsequent lines na X, Y & Z coordinates, ang associated pixels, ang image filename at optional extra fields, hiwalay by tabs o space.</p></li>
|
||||
<li><p>Ang elevation values ay mase-set sa "NaN" para ma-indicate na ito ay walang value.</p></li>
|
||||
<li><p>Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>Ang ika-7 na column (optional) ay madalas naglalaman ng label ng GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,7 +23,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-2cef73d0-df37-4c84-805d-301ac1d72d39 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-745209d0-5dc9-4c48-87a5-41c4b10e733d svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -441,7 +441,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Permalink to this heading"></a></h1>
|
||||
<div id="id-2cef73d0-df37-4c84-805d-301ac1d72d39" class="mermaid">
|
||||
<div id="id-745209d0-5dc9-4c48-87a5-41c4b10e733d" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-98e37e6f-30be-4197-af91-72913ad4ac19 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-d1f45549-3e8c-41e7-99b4-7b731d2096f1 svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -442,7 +442,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Lien permanent vers cette rubrique"></a></h1>
|
||||
<div id="id-98e37e6f-30be-4197-af91-72913ad4ac19" class="mermaid">
|
||||
<div id="id-d1f45549-3e8c-41e7-99b4-7b731d2096f1" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -442,7 +442,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), EPSG code (e.g. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) or as a <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre"><zone>[N|S]</span></code> value (eg. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:</p></li>
|
||||
<li><p>Elevation values can be set to « NaN » to indicate no value</p></li>
|
||||
<li><p>Avoid setting elevation values to « NaN » to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>The 7th column (optional) typically contains the label of the GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -441,7 +441,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), EPSG code (e.g. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) or as a <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre"><zone>[N|S]</span></code> value (eg. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:</p></li>
|
||||
<li><p>Elevation values can be set to “NaN” to indicate no value</p></li>
|
||||
<li><p>Avoid setting elevation values to “NaN” to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>The 7th column (optional) typically contains the label of the GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-a2494fbc-b214-45e3-919e-7ccb789c45ef svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-84fe7431-0c90-463f-a366-e38b7b650f78 svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -442,7 +442,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Permalink to this heading"></a></h1>
|
||||
<div id="id-a2494fbc-b214-45e3-919e-7ccb789c45ef" class="mermaid">
|
||||
<div id="id-84fe7431-0c90-463f-a366-e38b7b650f78" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -442,7 +442,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>Baris pertama harus berisi nama proyeksi yang digunakan untuk koordinat geografis. Ini bisa ditentukan baik sebagai string PROJ (misalnya. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), kode EPSG (misalnya. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) atau seperti <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre"><zone>[N|S]</span></code> nilai (misalnya. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Baris berikutnya adalah koordinat X, Y & Z, piksel terkait, nama file gambar, dan fields tambahan opsional, dipisahkan oleh tab atau spasi:</p></li>
|
||||
<li><p>Nilai elevasi dapat diatur ke "NaN" untuk menunjukkan tidak ada nilai</p></li>
|
||||
<li><p>Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>Kolom ke-7 (opsional) biasanya berisi label GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-0819b433-3884-4121-a058-13a3b6afcec9 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-cec4b63a-0fd3-4018-ac02-cd7e7e467287 svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -441,7 +441,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Permalink to this heading"></a></h1>
|
||||
<div id="id-0819b433-3884-4121-a058-13a3b6afcec9" class="mermaid">
|
||||
<div id="id-cec4b63a-0fd3-4018-ac02-cd7e7e467287" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -441,7 +441,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. <code class="docutils literal notranslate"><span class="pre">+proj=utm</span> <span class="pre">+zone=10</span> <span class="pre">+ellps=WGS84</span> <span class="pre">+datum=WGS84</span> <span class="pre">+units=m</span> <span class="pre">+no_defs</span></code>), EPSG code (e.g. <code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code>) or as a <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre"><zone>[N|S]</span></code> value (eg. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>Mstari wa mbele ni muungano wa X, Y & Z, muungano elementi picha wa jina la file na njia za taarifa za ziada, zilizotenganishwa na kichupo au nafasi:</p></li>
|
||||
<li><p>Thamani ya muinuko inaweza kuwekwa "NaN" kuonesha hapana kitu</p></li>
|
||||
<li><p>Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>safu ya 7 (chaguo) kawaida inachukua lebo ya GCP.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -28,7 +28,8 @@ The format of the GCP file is simple.
|
|||
|
||||
* The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. ``WGS84 UTM 16N``)
|
||||
* Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces:
|
||||
* Elevation values can be set to "NaN" to indicate no value
|
||||
* Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0
|
||||
* Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures.
|
||||
* The 7th column (optional) typically contains the label of the GCP.
|
||||
|
||||
GCP file format::
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function () {
|
||||
var svgs = d3.selectAll(".mermaid#id-5860ef75-b8de-4761-af8d-bce10c9c3299 svg");
|
||||
var svgs = d3.selectAll(".mermaid#id-59df3783-d4ad-49f0-b6d1-5d1cfae2852f svg");
|
||||
svgs.each(function() {
|
||||
var svg = d3.select(this);
|
||||
svg.html("<g>" + svg.html() + "</g>");
|
||||
|
@ -442,7 +442,7 @@
|
|||
|
||||
<section id="flowchart-with-options">
|
||||
<h1>Flowchart with options<a class="headerlink" href="#flowchart-with-options" title="Permalink to this heading"></a></h1>
|
||||
<div id="id-5860ef75-b8de-4761-af8d-bce10c9c3299" class="mermaid">
|
||||
<div id="id-59df3783-d4ad-49f0-b6d1-5d1cfae2852f" class="mermaid">
|
||||
flowchart TB
|
||||
|
||||
|
||||
|
|
|
@ -442,7 +442,8 @@
|
|||
<div><ul class="simple">
|
||||
<li><p>మొదటి పంక్తిలో జియో కోఆర్డినేట్లకు ఉపయోగించే ప్రొజెక్షన్ పేరు ఉండాలి. దీనిని PROJ స్ట్రింగ్గా పేర్కొనవచ్చు (ఉదా.``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), ఇపిఎస్జి కోడ్ (ఉదా. <code class="docutils literal notranslate"><span class="pre">EPSG:</span> <span class="pre">4326</span></code>) లేదా <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">1</span> <span class="pre">[N</span> <span class="pre">|</span> <span class="pre">S]</span></code> విలువ (ఉదా. <code class="docutils literal notranslate"><span class="pre">WGS84</span> <span class="pre">UTM</span> <span class="pre">16N</span></code>)</p></li>
|
||||
<li><p>తదుపరి పంక్తులు X, Y. మీ అనుబంధ పిక్సెల్లు, ఇమేజ్ ఫైల్ పేరు మరియు ఐచ్ఛిక అదనపు ఫీల్డ్లు, ట్యాబ్లు లేదా ఖాళీలతో వేరు చేయబడతాయి:</p></li>
|
||||
<li><p>విలువ లేదని సూచించడానికి ఎలివేషన్ విలువలను "NaN" కు సెట్ చేయవచ్చు</p></li>
|
||||
<li><p>Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0</p></li>
|
||||
<li><p>Similarly decreasing the no. of digits after the decimal place for <cite>geo_x</cite> and <cite>geo_y</cite> can also reduce processing failures.</p></li>
|
||||
<li><p>7 వ కాలమ్ (ఐచ్ఛికం) సాధారణంగా GCP యొక్క లేబుల్ను కలిగి ఉంటుంది.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
|
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue