Josiah Parry

Results 176 issues of Josiah Parry

I think it would be useful to have a helper function to convert a tibble with many h3 indexes into a single sf object. Presently, `h3_to_geo_bounardy_sf()` works well with a...

With an object of class `tbl_graph` it is not possible to create a data frame column. However, it is possible to do so with a normal data frame. This would...

When authenticating with `calendar_auth()` I run into the below issue. ![image](https://user-images.githubusercontent.com/13534508/85320964-e5fc5b80-b491-11ea-8b51-3bc9e713be41.png)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Pain I often resize window on my mac by double clicking the top...

enhancement

@antaldaniel if you would like to take over this package i'd be happy to migrate it. I am no longer interested in fixing and maintaining. This package is a webscraper...

**Describe the bug** Cannot activate edges when missing geometry. This issue is based on [Geographic Data Science with Python](https://geographicdata.science/book/notebooks/03_spatial_data.html?highlight=graphml#spatial-graphs) **Reproducible example** ```r library(sf) library(dplyr) library(igraph) library(sfnetworks) gurl Spatial network structure...

bug :bug:

Documentation for `HaversineIntermediate` trait can be improved. Notably the parts that can be improved are the function arguments `f` for `haversine_intermediate()` and `max_dist` and `include_ends` for `haversine_intermediate_fill()`. - I _think_...

When using `geodesic_bearing()` method with a point where the latitude is outside of the coordinate range [-90, 90], the result will be NaN. However, there is no corresponding result when...