-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #806 from alan-turing-institute/export_dataset
adding some features
- Loading branch information
Showing
3 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Export Data | ||
|
||
You can find the datasets from here [Datasets](datasets.md) | ||
Find here existed [datasets](datasets.md) | ||
|
||
*Command used for downloading the dataset* | ||
## Create a secrets file | ||
|
||
- This command saves LAQN data as a CSV file to the specified path. | ||
Create a JSON secret file that will connect to azure database. | ||
[Follow this guide to creating a secret file for a azure database](secretfile.md#azure-database). | ||
|
||
## Export laqn data | ||
|
||
This command saves four days of LAQN data as a CSV file to the specified path. | ||
|
||
``` | ||
urbanair dataset download ~Dataset/urbanair | ||
urbanair dataset download ~/Datasets/urbanair | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters