We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08829c + 3a9ffec commit 2312537Copy full SHA for 2312537
README.md
@@ -598,8 +598,8 @@ Here is a simple example pipeline that reads a LAS file and writes into a Postgr
598
<Option name="srid">26910</Option>
599
<Filter type="filters.chipper">
600
<Option name="capacity">400</Option>
601
- <Filter type="filters.cache"><Option name="max_cache_blocks">3</Option>
602
- <Option name="cache_block_size">32184</Option>
+ <Filter type="filters.cache">
+ <Option name="max_cache_blocks">1</Option>
603
<Reader type="drivers.las.reader">
604
<Option name="filename">/home/lidar/st-helens-small.las</Option>
605
<Option name="spatialreference">EPSG:26910</Option>
0 commit comments