Skip to content

Commit

Permalink
[DOCS] Update arealm-small reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman committed Oct 29, 2024
1 parent 439657f commit 57a425a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/vignettes/articles/apache-sedona.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ file in a supported geospatial format (`sedona_read_*` functions), or by extract
Spark SQL query.

For example, the following code will import data from
[arealm-small.csv](https://github.com/apache/sedona/blob/master/binder/data/arealm-small.csv)
[arealm-small.csv](https://github.com/apache/sedona/blob/master/docs/usecases/data/arealm-small.csv)
into a `SpatialRDD`:

```{r}
Expand All @@ -311,7 +311,7 @@ pt_rdd <- sedona_read_dsv_to_typed_rdd(
```

Records from the example
[arealm-small.csv](https://github.com/apache/sedona/blob/master/binder/data/arealm-small.csv)
[arealm-small.csv](https://github.com/apache/sedona/blob/master/docs/usecases/data/arealm-small.csv)
file look like the following:

testattribute0,-88.331492,32.324142,testattribute1,testattribute2
Expand Down

0 comments on commit 57a425a

Please sign in to comment.