Skip to content

Commit 7c09efa

Browse files
authored
Merge pull request #31 from fieldsoftheworld/instruction-fix
Output flag is --out, not --output
2 parents 9d1ad84 + eb2bcce commit 7c09efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Running the Model</h3>
3636
<h3>Producing Vector Output</h3>
3737
<p>Next we'll polygonize the output to produce a vector file. We'll use the polygonize command for this.</p>
3838
<pre><code>ftw inference polygonize austria-inf.tif</code></pre>
39-
<p>This will create a GeoParquet file named <code>austria-inf.parquet</code> in the current directory. It will follow the <a href="https://github.com/fiboa">Fiboa standard</a> for geospatial data, and include the area. The polygonization algorithm is not very complex - right now it simplifies things to 15 meters, which smoothes the edges, and removes any polygons that are under 500 meters (configurable with the <code>--simplify</code> flag). We hope to offer more polygonization options in the future, and <a href="contributing.html">contributions are welcome</a>. You can also generate GeoJSON, FlatGeobuf or GeoPackage output, just use the <code>--output</code> flag and end the file name with the appropriate extension.</p>
39+
<p>This will create a GeoParquet file named <code>austria-inf.parquet</code> in the current directory. It will follow the <a href="https://github.com/fiboa">Fiboa standard</a> for geospatial data, and include the area. The polygonization algorithm is not very complex - right now it simplifies things to 15 meters, which smoothes the edges, and removes any polygons that are under 500 meters (configurable with the <code>--simplify</code> flag). We hope to offer more polygonization options in the future, and <a href="contributing.html">contributions are welcome</a>. You can also generate GeoJSON, FlatGeobuf or GeoPackage output, just use the <code>--out</code> flag and end the file name with the appropriate extension.</p>
4040
<p>If you haven't managed to get things working feel free to or <a href="https://github.com/fieldsoftheworld/ftw-baselines/issues">file an issue</a> and let us know where things went wrong, and we'll hopefully be able to help you out.</p>
4141

4242
<h3>Summary</h3>

0 commit comments

Comments
 (0)