Skip to content

Commit

Permalink
Fix new typos discovered by codespell (gee-community#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored May 27, 2024
1 parent 414298d commit 3154de2
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
level of experience, education, socioeconomic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/00_geemap_key_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
"\n",
"You can simply copy and paste your GEE JavaScripts into a code block wrapped with trip quotes and pass it to a variable. \n",
"\n",
"For example, you can grap GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
"For example, you can grab GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/15_convert_js_to_py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"You can simply copy and paste your GEE JavaScripts into a code block wrapped with trip quotes and pass it to a variable. \n",
"\n",
"For example, you can grap GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
"For example, you can grab GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/33_accuracy_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"result = image.select(bands).classify(classifier)\n",
"\n",
"# # Display the clusters with random colors.\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classfied\")\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classified\")\n",
"Map"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/GEE_Workshop_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@
"result = image.select(bands).classify(trained)\n",
"\n",
"# # Display the clusters with random colors.\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classfied\")\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classified\")\n",
"Map"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/GeoPython_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@
"result = image.select(bands).classify(trained)\n",
"\n",
"# # Display the clusters with random colors.\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classfied\")\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classified\")\n",
"Map"
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/00_geemap_key_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
"\n",
"You can simply copy and paste your GEE JavaScripts into a code block wrapped with trip quotes and pass it to a variable. \n",
"\n",
"For example, you can grap GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
"For example, you can grab GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/15_convert_js_to_py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"You can simply copy and paste your GEE JavaScripts into a code block wrapped with trip quotes and pass it to a variable. \n",
"\n",
"For example, you can grap GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
"For example, you can grab GEE JavaScripts from [GEE Documentation](https://developers.google.com/earth-engine/image_visualization)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/33_accuracy_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"result = image.select(bands).classify(classifier)\n",
"\n",
"# # Display the clusters with random colors.\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classfied\")\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classified\")\n",
"Map"
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/GEE_Workshop_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@
"result = image.select(bands).classify(trained)\n",
"\n",
"# # Display the clusters with random colors.\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classfied\")\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classified\")\n",
"Map"
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/workshops/GeoPython_2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@
"result = image.select(bands).classify(trained)\n",
"\n",
"# # Display the clusters with random colors.\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classfied\")\n",
"Map.addLayer(result.randomVisualizer(), {}, \"classified\")\n",
"Map"
]
},
Expand Down
2 changes: 1 addition & 1 deletion geemap/cartoee.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def _add_bbox(ax, list_of_patches, paddings={}, bbox_kwargs={}):
xcoords.append(dx)
ycoords.append(ymean)

# Convertin to arrays:
# Converting to arrays:
xcoords = np.asanyarray(xcoords)
ycoords = np.asanyarray(ycoords)

Expand Down
2 changes: 1 addition & 1 deletion pyproject-codespell.precommit-toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.codespell]
ignore-words-list = "aci,acount,acounts,fallow,ges,hart,hist,nd,ned,ois,wqs,watermask,tre"
ignore-words-list = "aci,acount,acounts,fallow,ges,hart,hist,nd,ned,ois,wqs,watermask,tre,assertIn"
skip="*.csv,*.geojson,*.json,*.yml*.js,*.html,*cff,*.pdf"

0 comments on commit 3154de2

Please sign in to comment.