|
1 | 1 | # Wherobots Examples
|
2 | 2 |
|
3 | 3 | This repository contains the notebook examples that Wherobots provide for customers.
|
| 4 | +Those examples provide various examples of spatial analytics and spatial data |
| 5 | +processing use cases showcasing the capabilites of [Apache Sedona](https://sedona.apache.org) |
| 6 | +and [WherobotsDB](https://wherobots.com/wherobots-db/). |
4 | 7 |
|
| 8 | +## Support |
5 | 9 |
|
6 |
| -# Repo Structure |
| 10 | +For questions and support on those examples, please use the |
| 11 | +[Wherobots Community](https://community.wherobots.com) if you are a Community Edition user, |
| 12 | +or your direct support channel if you are a Professional or Enterprise Edition customer. |
| 13 | + |
| 14 | +## Repository structure |
7 | 15 |
|
8 | 16 | ```
|
9 | 17 | .
|
10 |
| -├── .github # Github Work Flows Configuration files (Admin only) |
11 |
| -├── python # python examples |
12 |
| -│ ├──havasu # havasu examples |
13 |
| -│ ├──wherobots-ai # wherobots ai examples |
14 |
| -│ │ └──gpu # wherobots ai gpu examples |
15 |
| -│ └──wherobots-db # wherobots db examples |
16 |
| -├── scala # scala examples |
17 |
| -│ ├──sedona-maven-example # a template for packaging jars |
18 |
| -│ └──wherobots-db # wherobots db examples |
19 |
| -│── FirstWherobotsNotebook.ipynb # first Wherobots Notebook for first time users |
20 |
| -│── .gitignore # gitignore files (admin only) |
| 18 | +├── python # Python examples |
| 19 | +│ ├──havasu # Havasu and data processing examples |
| 20 | +│ ├──wherobots-ai # Wherobots AI examples |
| 21 | +│ │ └──gpu # GPU-accelerated, Raster Inference examples |
| 22 | +│ └──wherobots-db # WherobotsDB examples |
| 23 | +├── scala # Scala examples |
| 24 | +│ ├──sedona-maven-example # A template for packaging jars |
| 25 | +│ └──wherobots-db # WherobotsDB examples |
| 26 | +│── FirstWherobotsNotebook.ipynb # Welcome notebook for first-time users |
21 | 27 | └── README.md
|
22 |
| -``` |
| 28 | +``` |
0 commit comments