Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaich committed Jan 5, 2022
1 parent b3cd320 commit 277a840
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Optionally, add another column `h3_9_geometry` for the GeoJSON representation of

[View Live Map on GitHub](docs/spatial_index.geojson)

[![Result](docs/spatial_index.png)](docs/spatial_index.geojson)
[![Result](https://github.com/kevinschaich/h3-pyspark/raw/master/docs/spatial_index.png)](docs/spatial_index.geojson)

### Buffers

Expand Down Expand Up @@ -136,7 +136,7 @@ Since [we know the edge length & diameter (`2 * edge length`) of each H3 cell re

[View Live Map on GitHub](docs/buffer.geojson)

[![Result](docs/buffer.png)](docs/buffer.geojson)
[![Result](https://github.com/kevinschaich/h3-pyspark/raw/master/docs/buffer.png)](docs/buffer.geojson)

### Spatial Joins

Expand Down Expand Up @@ -208,7 +208,7 @@ After a spatial join (detailed above), you can filter to only directly intersect

[View Live Map on GitHub](docs/spatial_join.geojson)

[![Result](docs/spatial_join.png)](docs/spatial_join.geojson)
[![Result](https://github.com/kevinschaich/h3-pyspark/raw/master/docs/spatial_join.png)](docs/spatial_join.geojson)

## Publishing

Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

package:
name: h3-pyspark
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = h3-pyspark
version = 1.2.1
version = 1.2.2
author = Kevin Schaich
author_email = [email protected]
description = PySpark bindings for H3, a hierarchical hexagonal geospatial indexing system
Expand Down

0 comments on commit 277a840

Please sign in to comment.