Skip to content

Commit 163e7f2

Browse files
authored
Update README.md
1 parent a05cffa commit 163e7f2

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

+19-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
# Wherobots Examples
22

33
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/).
47

8+
## Support
59

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
715

816
```
917
.
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
2127
└── README.md
22-
```
28+
```

0 commit comments

Comments
 (0)