mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
Update README.md
This commit is contained in:
@@ -7,7 +7,7 @@ Import SF public crime data into noms, and search by georectangle.
|
||||
```
|
||||
cd $GOPATH/src/github.com/attic-labs/noms/clients/sfcrime/importer
|
||||
|
||||
# Fetch the data from: [http://www.opendatacache.com/data.sfgov.org/api/views/tmnf-yvry/rows.csv](http://www.opendatacache.com/data.sfgov.org/api/views/tmnf-yvry/rows.csv)
|
||||
# Fetch the data from: http://www.opendatacache.com/data.sfgov.org/api/views/tmnf-yvry/rows.csv
|
||||
|
||||
go build
|
||||
./importer -ldb="/tmp/sfcrime" -ds="sfcrime/raw" -input-file="rows.csv"
|
||||
@@ -20,4 +20,4 @@ go build
|
||||
cd ../sfcrime/search
|
||||
go build
|
||||
./search -ldb="/tmp/sfcrime" -quadtree-ref="<ref-from-quadtree-output>" -lat="37.7806521" -lon="-122.4070723"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user