Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwongaz committed Aug 30, 2022
1 parent 4bb8fb4 commit 24bf810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Some example analyses can be found in the notebooks.

# Getting Started

## 1 - Setting up
### 1 - Setting up
I suggest installing the code locally, e.g.

```bash
Expand All @@ -25,7 +25,7 @@ This project requires the standard scientific packages, `numpy`, `scipy`, `matpl

<br>

## 2 - Data
### 2 - Data
An example dataset can be downloaded here.

The example dataset contains the flight data in Jan 2017. Decompressing the data to `data/` at the project root should get the jupyter notebooks running.
Expand All @@ -40,7 +40,7 @@ The scripts in `pipeline/` perform successive processing to prepare the data, e.

<br>

## 3 - The package
### 3 - The package

Inside `air_traffic/`:
- `FR24Writer.py`, `filters.py`: for processing raw data
Expand Down

0 comments on commit 24bf810

Please sign in to comment.