Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
quinten-goens authored Feb 12, 2024
1 parent f2ab7d3 commit 3562b57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HexAeroR is a EUROCONTROL R package designed for aviation professionals and data

You can install the development version of HexAeroR from [GitHub](https://github.com/) with:

``` r
```r
# install.packages("devtools")
devtools::install_github("euctrl-pru/HexAeroR")
```
Expand All @@ -26,15 +26,15 @@ devtools::install_github("euctrl-pru/HexAeroR")

This is a basic example which shows you how to solve a common problem:

``` r
```r
library(HexAeroR)
## basic example code
```

This will prompt you to download the geospatial metadata from Zenodo necessary to run the package. It will only cache once. The parquet datasets are available here: <https://zenodo.org/records/10651018>.


``` python
```r
# Load trajectory data
df <- load_dataset(name = "trajectories.parquet", datatype = "test_data")

Expand All @@ -50,7 +50,7 @@ list(scored_rwy_detections_df, rwy_detections_df) <- identify_runways(df)

### Visualizing Methodology

``` r
```r

# Load approach hex dataset for an airport (e.g., EGLL)
egll <- load_dataset(name = "EGLL.parquet", datatype = "runway_hex")
Expand Down

0 comments on commit 3562b57

Please sign in to comment.