Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2024
1 parent dc8e6d2 commit cec267e
Show file tree
Hide file tree
Showing 16 changed files with 771 additions and 54,310 deletions.
72 changes: 11 additions & 61 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
Expand All @@ -10,118 +8,70 @@
"name": "Alejandro ©",
"avatar_url": "https://avatars.githubusercontent.com/u/13321552?v=4",
"profile": "https://github.com/acocac",
"contributions": [
"ideas",
"design",
"code",
"content",
"doc",
"tutorial"
]
"contributions": ["ideas", "design", "code", "content", "doc", "tutorial"]
},
{
"login": "annefou",
"name": "Anne Fouilloux",
"avatar_url": "https://avatars.githubusercontent.com/u/8168508?v=4",
"profile": "http://www.mn.uio.no/geo/english/people/adm/annefou/",
"contributions": [
"ideas",
"design",
"code",
"content",
"doc",
"tutorial"
]
"contributions": ["ideas", "design", "code", "content", "doc", "tutorial"]
},
{
"login": "pl-marasco",
"name": "pl.marasco",
"avatar_url": "https://avatars.githubusercontent.com/u/22492773?v=4",
"profile": "https://github.com/pl-marasco",
"contributions": [
"ideas",
"design",
"code",
"content",
"doc",
"tutorial"
]
"contributions": ["ideas", "design", "code", "content", "doc", "tutorial"]
},
{
"login": "tinaok",
"name": "Tina Odaka",
"avatar_url": "https://avatars.githubusercontent.com/u/46813815?v=4",
"profile": "https://github.com/tinaok",
"contributions": [
"ideas",
"design",
"code",
"content",
"doc",
"tutorial"
]
"contributions": ["ideas", "design", "code", "content", "doc", "tutorial"]
},
{
"login": "guillaumeeb",
"name": "Guillaume Eynard-Bontemps",
"avatar_url": "https://avatars.githubusercontent.com/u/17138587?v=4",
"profile": "https://github.com/guillaumeeb",
"contributions": [
"ideas",
"review",
"userTesting",
"content",
"infra"
]
"contributions": ["ideas", "review", "userTesting", "content", "infra"]
},
{
"login": "j34ni",
"name": "j34ni",
"avatar_url": "https://avatars.githubusercontent.com/u/44261743?v=4",
"profile": "https://github.com/j34ni",
"contributions": [
"platform",
"infra"
]
"contributions": ["platform", "infra"]
},
{
"login": "sebastian-luna-valero",
"name": "Sebastian Luna-Valero",
"avatar_url": "https://avatars.githubusercontent.com/u/5345517?v=4",
"profile": "https://uk.linkedin.com/in/sebastianlunavalero/en",
"contributions": [
"platform",
"infra"
]
"contributions": ["platform", "infra"]
},
{
"login": "sustr4",
"name": "Zdeněk Šustr",
"avatar_url": "https://avatars.githubusercontent.com/u/1583737?v=4",
"profile": "https://github.com/sustr4",
"contributions": [
"platform",
"infra"
]
"contributions": ["platform", "infra"]
},
{
"login": "micafer",
"name": "Miguel Caballer",
"avatar_url": "https://avatars.githubusercontent.com/u/4972699?v=4",
"profile": "https://github.com/micafer",
"contributions": [
"platform",
"infra"
]
"contributions": ["platform", "infra"]
},
{
"login": "rsignell-usgs",
"name": "Rich Signell",
"avatar_url": "https://avatars.githubusercontent.com/u/1872600?v=4",
"profile": "http://about.me/rich.signell",
"contributions": [
"ideas"
]
"contributions": ["ideas"]
}
],
"contributorsPerLine": 7,
Expand Down
16 changes: 8 additions & 8 deletions tutorial/examples/notebooks/MODIS-seaice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "stable-company",
"id": "0",
"metadata": {},
"source": [
"# MODIS Sea-ice"
Expand All @@ -11,7 +11,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "wound-needle",
"id": "1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -32,7 +32,7 @@
},
{
"cell_type": "markdown",
"id": "prompt-volleyball",
"id": "2",
"metadata": {},
"source": [
"# Satellite (MODIS)"
Expand All @@ -41,7 +41,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "informed-rental",
"id": "3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -65,7 +65,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "nasty-necklace",
"id": "4",
"metadata": {
"tags": []
},
Expand All @@ -76,7 +76,7 @@
},
{
"cell_type": "markdown",
"id": "rough-robin",
"id": "5",
"metadata": {},
"source": [
"## Plotting one date "
Expand All @@ -85,7 +85,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "concrete-specification",
"id": "6",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -105,7 +105,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "about-southwest",
"id": "7",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit cec267e

Please sign in to comment.