Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/FionaLippert/FluxRGNN into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
FionaLippert committed Mar 17, 2022
2 parents 70da575 + caab69d commit f818204
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ FluxRGNN/data/preprocessed/{t_unit}_voronoi_ndummy={ndummy}/{datasource}/{season
where `t_unit`, `ndummy`, `datasource`, `season` and `year` can be specified in the hydra configuration files
in the `scripts/conf` directory.

To reproduce the results from our paper, please download the preprocessed data here (link to zenodo)
To reproduce the results from our paper, please download the preprocessed data here (TODO: link to zenodo)
To run the preprocessing of bird density and velocity data from
the European weather radar network yourself, you can use this code (link to birdMigration repository).
the European weather radar network yourself, you can use [this](https://github.com/FionaLippert/birdMigration) code.

The preprocessed data must include:
- `delaunay.gpickle`: graph structure underlying the Voronoi tessellation of sensor locations
Expand Down Expand Up @@ -113,5 +113,3 @@ python evaluate_fluxes.py datasource=radar
and then use the Jupyter notebook `radar_case_study.ipynb` for plotting.

The same notebook can be used to visualize example predictions for a single radar or the entire network.

## How to cite

0 comments on commit f818204

Please sign in to comment.