Skip to content

Commit dff5f13

Browse files
committed
- update link to user guide notebook
1 parent 54e9850 commit dff5f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const resultsMerge = merge(countryShapes, countryNames, { on: 'iso_a3' })
1717
const mergeSjoin = sjoin(citiesPoints, countryShapes)
1818
```
1919

20-
Working examples, and an in-depth explanation of the two functions can be found in the [user guide notebook](https://observablehq.com/d/4dcd61f046e8fe60).
20+
Working examples, and an in-depth explanation of the two functions can be found in the [user guide notebook](https://observablehq.com/@chrispahm/hello-spatialmerge).
2121

2222
## Installing
2323
```shell
@@ -46,7 +46,7 @@ For legacy environments, you can load `spatialmerge`’s UMD bundle from an npm-
4646
## User Guide
4747

4848
The User Guide is hosted as an interactive ObservableHQ notebook
49-
https://observablehq.com/d/4dcd61f046e8fe60
49+
https://observablehq.com/@chrispahm/hello-spatialmerge
5050

5151
## API reference
5252

@@ -67,7 +67,7 @@ Parameters:
6767
##### spatialmerge.sjoin(*leftFC, rightFC[, options = { how: 'inner', op: 'intersects', matches: 'all', lsuffix: 'left', rsuffix: 'right' }]*)
6868

6969
Spatial join of two GeoJSON FeatureCollections.
70-
See the [User Guide](https://observablehq.com/d/4dcd61f046e8fe60) for details.
70+
See the [User Guide](https://observablehq.com/@chrispahm/hello-spatialmerge) for details.
7171

7272
Parameters:
7373
- **leftFC, rightFC**: *[\<GeoJSON FeatureCollection\>](https://macwright.com/2015/03/23/geojson-second-bite.html#featurecollection), required*

0 commit comments

Comments
 (0)