Skip to content

Commit

Permalink
chore(#59): updated typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Jan 9, 2024
1 parent d6f0c89 commit 6446c2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/JPEG 2000.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Load JPEG-2000 files and SAFE format\n",
"\n",
"In this notebook a Sentinel2-L2A saved in a SAFE format will be loaded locally into a single DataCube ready for FuseTS algorithm.\n",
"In this notebook a Sentinel2-L2A, saved in a SAFE format, will be loaded locally into a single DataCube ready for FuseTS algorithm.\n",
"\n",
"It is assumed that the user already has a SAFE product folder, however this notebook provides a method to download and extract a sample product (~900 MB) using the standard python libraries `urllib` and `zipfile`."
]
Expand Down Expand Up @@ -134,7 +134,7 @@
"source": [
"### Rioxarray library\n",
"\n",
"The `rioxarray` library in a `xarray` extension allowing to load raster files such as GeoTIFF and JPEG-2000 (which is the format on which SAFE files are saved).\n",
"The `rioxarray` library is a `xarray` extension allowing to load raster files such as GeoTIFF and JPEG-2000 (which is the format on which SAFE files are saved).\n",
"\n",
"Because xarray doesn't support those file formats by default, the extension package must be installed."
]
Expand Down Expand Up @@ -770,7 +770,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "fusets",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -784,9 +784,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.10.9"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 6446c2d

Please sign in to comment.