Skip to content

Commit

Permalink
- update link to user guide notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispahm committed Jul 2, 2021
1 parent 54e9850 commit dff5f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const resultsMerge = merge(countryShapes, countryNames, { on: 'iso_a3' })
const mergeSjoin = sjoin(citiesPoints, countryShapes)
```

Working examples, and an in-depth explanation of the two functions can be found in the [user guide notebook](https://observablehq.com/d/4dcd61f046e8fe60).
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).

## Installing
```shell
Expand Down Expand Up @@ -46,7 +46,7 @@ For legacy environments, you can load `spatialmerge`’s UMD bundle from an npm-
## User Guide

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

## API reference

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

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

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

0 comments on commit dff5f13

Please # to comment.