Skip to content

Commit 998d18d

Browse files
author
sfomuseumbot
committed
update docs
1 parent a36f7e1 commit 998d18d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ $> ./bin/count /usr/local/data/sfomuseum-data-flights-2020-latest.db
5252
```
5353

5454
### emit
55+
56+
```
5557
$> ./bin/emit \
5658
-geojson \
5759
-emitter-uri 'sql://sqlite3?include=properties.icao:airline=ANZ' \
5860
/usr/local/data/sfomuseum-data-flights-2020-latest.db
5961
6062
| jq '.features[]["properties"]["wof:name"]'
61-
```
63+
6264
"NZ9198 (SFO-IAH)"
6365
"NZ9147 (BFL-SFO)"
6466
"NZ9130 (EWR-SFO)"
@@ -76,4 +78,5 @@ $> ./bin/emit \
7678

7779
## See also
7880

79-
* https://github.com/whosonfirst/go-whosonfirst-iterate
81+
* https://github.com/whosonfirst/go-whosonfirst-iterate
82+
* https://pkg.go.dev/database/sql

0 commit comments

Comments
 (0)