Skip to content

Commit

Permalink
🎨 Add diagram of Pangeo Machine Learning Ecosystem in 2023 (#5)
Browse files Browse the repository at this point in the history
* 🎨 Add diagram of Pangeo Machine Learning Ecosystem in 2023

Initial draft diagram of the Pangeo ML Ecosystem in 2023. Inspired by Jake VanderPlas's SciPy 2015 Keynote. Using Excalidraw to arrange the logos in-place. Have linked to the sources for all the logos in a README.md file. Also gitignoring png and svg files.

* 🔍 Add Pangeo ML Ecosystem 2023 diagram to main README.md

Teaser image for the repository! Also fixing some capitalization and typos in the figures/README.md file.
  • Loading branch information
weiji14 committed Oct 10, 2023
1 parent 2e397ec commit 8ad5d0e
Show file tree
Hide file tree
Showing 4 changed files with 1,662 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ cufile.log
checkpoints/*.ckpt
logs/

# Figures
**/*.png
**/*.svg

# Jupyter Notebooks
.ipynb_checkpoints/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [FOSS4G SotM Oceania 2023 presentation](https://talks.osgeo.org/foss4g-sotm-oceania-2023/talk/YP3KPT)

![Pangeo Machine Learning Ecosystem 2023](https://github.com/weiji14/foss4g2023oceania/assets/23487320/f91941a8-80c5-48b1-841a-1265bec1eed6)

The ecosystem of geospatial machine learning tools in the
[Pangeo](https://pangeo.io) world.

Expand Down
39 changes: 39 additions & 0 deletions figures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Figures

Folder to store all the figures used in the presentation.

## Logos

Sources of logos (as of Oct 2023):

- Array API standard (DataAPIs) - https://github.com/data-apis/data-apis.github.io/blob/2d340e8fde00627d38aa3a04b88d7463dfc76493/static/images/dark_blue_logo.png
- Cloud-optimized GeoTIFF - https://github.com/cogeotiff/www.cogeo.org/blob/6da68d9b6f635ca09b26975eb2290c5ad1291e6b/images/logo/Cog-04.png
- CuPy - https://github.com/cupy/cupy/blob/v12.2.0/docs/image/cupy_logo_1000px.png
- datashader - https://github.com/holoviz/datashader/blob/v0.15.2/doc/_static/logo_horizontal.svg
- FlatGeobuf - https://github.com/flatgeobuf/flatgeobuf/blob/3.26.2/logo.svg
- GDAL - https://github.com/OSGeo/gdal/blob/v3.7.2/doc/images/GDALLogoColor.svg
- GeoPandas - https://github.com/geopandas/geopandas/blob/v0.14.0/doc/source/_static/logo/geopandas_logo.svg
- GeoSMART - https://github.com/geo-smart/geo-smart.github.io/blob/47f4925fceb775226457ffd8eb77c02f0b83b484/assets/GeoSMART_logo.svg
- JaX - https://github.com/google/jax/blob/jaxlib-v0.4.18/images/jax_logo.svg
- NumPy - https://github.com/numpy/numpy/blob/v1.26.0/branding/logo/primary/numpylogo.svg
- Pandas - https://pandas.pydata.org/about/citing.html
- Pangeo - https://github.com/pangeo-data/branding/blob/199e301516adebabdfe120c347124f24288ca639/logo/large-logo-blue-text.png
- Parquet - https://github.com/apache/parquet-format/blob/apache-parquet-format-2.9.0/logo/parquet-logos_2.svg
- Project Pythia - https://github.com/ProjectPythia/pythia-foundations/blob/v2023.06.21/images/logos/ProjectPythia_Logo_Final-01-Blue.svg
- PyTorch - https://github.com/pytorch/pytorch/blob/v2.1.0/docs/source/_static/img/pytorch-logo-dark.svg
- RAPIDS AI - https://rapids.ai/branding
- STAC - https://github.com/stac-utils/pystac/blob/v1.8.4/docs/_static/STAC-03.png
- University of Washington eScience Institute Hackweek as a Service - https://github.com/uwhackweek/hackweeks-as-a-service/blob/2022.11.22/docs/logo.png
- xarray - https://github.com/pydata/xarray/blob/v2023.09.0/doc/_static/dataset-diagram-logo.svg
- xbatcher - https://github.com/xarray-contrib/xbatcher/blob/v0.3.0/doc/_static/logo.svg
- Zarr - https://github.com/zarr-developers/zarr-logo/blob/2022-04-28/zarr-pink-horizontal.svg

Without logos:

- cuDF
- cupy-xarray
- cuSpatial
- kvikIO
- rioxarray
- stackstac
- zen3geo
Loading

0 comments on commit 8ad5d0e

Please sign in to comment.