Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit a913c36

Browse files
docs: add jacobbieker as a contributor (#124)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 0030cd0 commit a913c36

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "jacobbieker",
11+
"name": "Jacob Bieker",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/7170359?v=4",
13+
"profile": "https://www.jacobbieker.com",
14+
"contributions": [
15+
"code"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"skipCi": true,
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"projectName": "satflow",
24+
"projectOwner": "openclimatefix"
25+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# SatFlow
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
***Sat***ellite Optical ***Flow*** with machine learning models.
36

47
The goal of this repo is to improve upon optical flow models for predicting
@@ -21,3 +24,25 @@ The data used here is a combination of the UK Met Office's rainfall radar data,
2124
satellite data (12 channels), derived data from the MSG satellites (cloud masks, etc.), and
2225
numerical weather prediction data. Currently, some example transformed EUMETSAT data can be downloaded
2326
from the tagged release, as well as included under ```datasets/```.
27+
28+
## Contributors ✨
29+
30+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
31+
32+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
33+
<!-- prettier-ignore-start -->
34+
<!-- markdownlint-disable -->
35+
<table>
36+
<tbody>
37+
<tr>
38+
<td align="center"><a href="https://www.jacobbieker.com"><img src="https://avatars.githubusercontent.com/u/7170359?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jacob Bieker</b></sub></a><br /><a href="https://github.com/openclimatefix/satflow/commits?author=jacobbieker" title="Code">💻</a></td>
39+
</tr>
40+
</tbody>
41+
</table>
42+
43+
<!-- markdownlint-restore -->
44+
<!-- prettier-ignore-end -->
45+
46+
<!-- ALL-CONTRIBUTORS-LIST:END -->
47+
48+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)