From 403465cdf6509df9a63a43c284b41950e37c1909 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 1 Jul 2024 09:21:25 -0400 Subject: [PATCH] fix typo --- .../content/notebooks/11-emerging-technology-trends.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/jupyter/content/notebooks/11-emerging-technology-trends.ipynb b/workshop/jupyter/content/notebooks/11-emerging-technology-trends.ipynb index dcce500..62ab94d 100644 --- a/workshop/jupyter/content/notebooks/11-emerging-technology-trends.ipynb +++ b/workshop/jupyter/content/notebooks/11-emerging-technology-trends.ipynb @@ -32,7 +32,7 @@ "\n", "All of the above formats have spatial capabilities, either directly or via specialized extensions.\n", "\n", - "### Big multidimensional data hanndling\n", + "### Big multidimensional data handling\n", "\n", "Earth observation and Earth system data are now more available than ever. [Pangeo](https://pangeo.io) is a popular community promoting open, reproducible, and scalable science. Tools such as [xarray](https://docs.xarray.dev/en/stable), and [Dask](https://www.dask.org) are primary tools in the handling of big geospatial data such as climate/weather forecasting and Earth observation. In addition, [pyogrio](https://github.com/geopandas/pyogrio) is a relatively new Python package to provide faster vector data handling.\n" ]