We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f7e1 commit 998d18dCopy full SHA for 998d18d
README.md
@@ -52,13 +52,15 @@ $> ./bin/count /usr/local/data/sfomuseum-data-flights-2020-latest.db
52
```
53
54
### emit
55
+
56
+```
57
$> ./bin/emit \
58
-geojson \
59
-emitter-uri 'sql://sqlite3?include=properties.icao:airline=ANZ' \
60
/usr/local/data/sfomuseum-data-flights-2020-latest.db
61
62
| jq '.features[]["properties"]["wof:name"]'
-```
63
64
"NZ9198 (SFO-IAH)"
65
"NZ9147 (BFL-SFO)"
66
"NZ9130 (EWR-SFO)"
@@ -76,4 +78,5 @@ $> ./bin/emit \
76
78
77
79
## See also
80
-* 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