Skip to content

Commit

Permalink
docs: add missing argument to code example
Browse files Browse the repository at this point in the history
The sample code in the readme for step 3 produces an error because a required argument is missing
  • Loading branch information
ioalexei authored Oct 9, 2024
1 parent 91abe38 commit f960f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ We want a 360 image for each of the sampled points. There is more than option fo
For example, if you're continuing from the example in previous steps and already generated a `Three_Rivers_Michigan_USA_points.gpkg` file:

```bash
python -m src.assign_images data/interim/Three_Rivers_Michigan_USA_points.gpkg MAPILLARY data/raw/images/Three_Rivers_Michigan_USA/
python -m src.assign_images data/interim/Three_Rivers_Michigan_USA_points.gpkg MAPILLARY data/raw/images/Three_Rivers_Michigan_USA/ data/interim/Three_Rivers_Michigan_USA_points_images.gpkg
```

### 3. Assign a Green View score to each image/feature
Expand Down

0 comments on commit f960f6d

Please sign in to comment.