Kristin Cowalcijk created SEDONA-671:
----------------------------------------
Summary: Spider random spatial data generator
Key: SEDONA-671
URL: https://issues.apache.org/jira/browse/SEDONA-671
Project: Apache Sedona
Issue Type: New Feature
Reporter: Kristin Cowalcijk
Fix For: 1.7.0
Implement a new data source named "spider" for easily generating random spatial
data. This feature is inspired by [UCR
Beast|https://bitbucket.org/bdlabucr/beast/src/master/doc/spatial-data-generator.md]
Expected usage:
{code:python}
df = spark.read.format("spider").option("n", "10000").option("distribution",
"uniform").load()
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)