Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Add diagram of Pangeo Machine Learning Ecosystem in 2023 #5

Merged
merged 3 commits into from Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
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
@@ -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
@@ -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