Skip to content

wherobots/wherobots-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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