Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonvergence authored Sep 6, 2022
1 parent bcf4a8a commit f06134c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# :cloud: Satellite Cloud Generator
[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cidcom/SatelliteCloudGenerator/blob/main/01c_Usage_Examples_Colab.ipynb) [![DOI](https://zenodo.org/badge/532972529.svg)](https://zenodo.org/badge/latestdoi/532972529)

A PyTorch-based tool for simulating clouds in satellite images.

This tool allows for generating artificial clouds in an image using structural noise, such as Perlin noise; intended for applications where pairs of clear-sky and cloudy images are required or useful.
Expand All @@ -8,7 +10,15 @@ The images must be in shape `(height, width, channel)` and are also returned in

> If you found this tool useful, please cite accordingly:
```bibtex
(to be updated)
@software{7053356,
author = {Mikolaj Czerkawski, Christos Tachtatzis},
title = {Satellite Cloud Generator},
month = sep,
year = 2022,
publisher = {Zenodo},
doi = {10.5281/zenodo.7053356},
url = {https://doi.org/10.5281/zenodo.7053356}
}
```

### Requirements
Expand Down

0 comments on commit f06134c

Please sign in to comment.