Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.26 KB

Wherobots Examples

This repository contains the notebook examples that Wherobots provide for customers. Those examples provide various examples of spatial analytics and spatial data processing use cases showcasing the capabilites of Apache Sedona and WherobotsDB.

Support

For questions and support on those examples, please use the Wherobots Community if you are a Community Edition user, or your direct support channel if you are a Professional or Enterprise Edition customer.

Repository structure

.
├── python                        # Python examples
│   ├──havasu                     # Havasu and data processing examples
│   ├──wherobots-ai               # Wherobots AI examples
│   │   └──gpu                    # GPU-accelerated, Raster Inference examples
│   └──wherobots-db               # WherobotsDB examples
├── scala                         # Scala examples
│   ├──sedona-maven-example       # A template for packaging jars
│   └──wherobots-db               # WherobotsDB examples
│── FirstWherobotsNotebook.ipynb  # Welcome notebook for first-time users          
└── README.md