Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Apr 2, 2024
1 parent a3ee4bb commit 93b4fa5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,13 @@ Photo credit: https://www.communitystories.ca/v2/grand-verglas-saint-jean-sur-ri

# Why build a **Climate Services** library in **Python**?

* Robust and fast scientific Python libraries
* Readability / reviewability
* Robust, trusted, and fast scientific Python libraries
* Python's Readability / Reviewability
* Growing demand for climate services/products
- Provide access to the community so they can help themselves
* *The timing was right*
- Internal and external demand for common tools
* Less time writing code, more time spent doing research
* **Less time writing code, more time spent doing research**

---

Expand Down Expand Up @@ -339,8 +339,8 @@ Photo credit: https://www.communitystories.ca/v2/grand-verglas-saint-jean-sur-ri

- **Asynchonous IO** and **fast**
- **Open Source** design
- **standards-compliant** metadata
- **Extensible** (modular)
- **Standards-compliant** metadata
- **Extensible** / modular
- **Operational**

---
Expand Down Expand Up @@ -368,14 +368,14 @@ Photo credit: https://www.communitystories.ca/v2/grand-verglas-saint-jean-sur-ri
<div class="col">

* **Data Structure**
<!-- We based our data structures on several Open Source scientific Python libraries, namely, Pandas, Numpy and Xarray, ensuring that our code can benefit from the parallelization provided by Dask. -->
<!-- We based our data structures on several Open Source scientific Python libraries, namely, Pandas, Numpy and Xarray, ensuring that our code can benefit from the parallelization made possible by Dask. -->

</div>

<div class="col">

* **Algorithms**
<!-- Xclim was built to be an operational library and as such, we built our algorithms based on more conventional libraries such as scipy and statsmodels for statistics, scikit-learn for bias-adjustment. Numba provides Just-in-time compilation and -->
<!-- Xclim was built to be an operational library and as such, we built our algorithms based on more conventional libraries such as scipy for statistics, scikit-learn for bias-adjustment. Numba provides Just-in-time compilation and -->

</div>

Expand Down

0 comments on commit 93b4fa5

Please sign in to comment.