Skip to content

Commit

Permalink
rearrange the features
Browse files Browse the repository at this point in the history
  • Loading branch information
Sueda Ciftci committed Sep 2, 2022
1 parent 1d1f452 commit b623c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ def download(
species=[Species.NO2],
static_features=[
StaticFeatureNames.park,
StaticFeatureNames.water,
StaticFeatureNames.flat,
StaticFeatureNames.total_road_length,
StaticFeatureNames.max_canyon_ratio,
StaticFeatureNames.grass,
],
buffer_sizes=[FeatureBufferSize.two_hundred],
dynamic_features=[],
Expand Down
2 changes: 1 addition & 1 deletion docs/exportdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Create a JSON secret file that will connect to azure database.

## Export laqn data

This command saves LAQN data as a CSV file to the specified path.
This command saves four days of LAQN data as a CSV file to the specified path.

```
urbanair dataset download ~/Dataset/urbanair
Expand Down

0 comments on commit b623c56

Please sign in to comment.