Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit e02137d

Browse files
author
thisisaaronland
committed
update docs
1 parent ea1ff7f commit e02137d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ Usage of ./bin/wof-sqlite-index-features:
3939
-index-relations-reader-uri string
4040
A valid go-reader.Reader URI from which to read data for a relations candidate.
4141
-iterator-uri string
42-
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,repo:// (default "repo://")
42+
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,git://,repo:// (default "repo://")
4343
-live-hard-die-fast
4444
Enable various performance-related pragmas at the expense of possible (unlikely) database corruption (default true)
4545
-mode string
46-
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,repo://. THIS FLAG IS DEPRECATED, please use -iterator-uri instead. (default "repo://")
46+
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,git://,repo://. THIS FLAG IS DEPRECATED, please use -iterator-uri instead. (default "repo://")
4747
-names
4848
Index the 'names' table
4949
-optimize
5050
Attempt to optimize the database before closing connection (default true)
5151
-processes int
52-
The number of concurrent processes to index data with (default 8)
52+
The number of concurrent processes to index data with (default 16)
5353
-properties
5454
Index the 'properties' table
5555
-rtree
@@ -291,4 +291,5 @@ As of this writing individual tables are indexed atomically. There may be some i
291291
* https://github.com/whosonfirst/go-whosonfirst-sqlite
292292
* https://github.com/whosonfirst/go-whosonfirst-sqlite-features
293293
* https://github.com/whosonfirst/go-whosonfirst-sqlite-index
294-
* https://github.com/whosonfirst/go-whosonfirst-iterate
294+
* https://github.com/whosonfirst/go-whosonfirst-iterate
295+
* https://github.com/whosonfirst/go-whosonfirst-iterate-git

0 commit comments

Comments
 (0)