-
Please document how to set up an https entry point for the hub server. Currently the server is accessed by default using http.
-
I'm trying to compile this miner using VS 15 and I'm getting this error. Is there anything I'm missing?
```
1>jpsock.obj : error LNK2019: unresolved external symbol __imp_closesocket referenced in f…
-
I have read the paper:Polysemous Codes in ECCV2016
I have an question:In the paper, you say “Alexandre Sablayrolles had the idea of extending the OPQ method to reduce the number of dimensions”. The…
-
I've played a bit with the trim_osmdata function and noticed that the function does not do what the name suggests. Instead of 'trimming' the Simple Features to the polygon, it actually removes the fea…
sytpp updated
6 years ago
-
When I attempt the following example from section 2.2: https://github.com/ropensci/osmdata/blob/master/vignettes/osmdata.Rmd
```
q1 %
add_osm_feature(key = 'highway', value = 'cycleway')
cwa…
ghost updated
6 years ago
-
I was unsure whether to post this to SO instead, or to `sf`, but it is possibly an issue involving one of these libraries. Apologies if this is the wrong place.
opq("grantown on spey") %>%
…
-
It looks like I'm unable to retrieve data for this query:
```
osm_bicycle_designated %
opq() %>%
add_osm_feature(key = "bicycle", value = "designated") %>%
osmdata_sf()
```
It would be n…
-
`osmdata_sf()` (and presumably `_sp()`) can return empty multipolygon geometries. The following code reproduces
```
> graph %
add_osm_feature (key = "highway") %>%
osmdata_sf ()
> gra…
-
Sorry, this is not really an issue, more a theoretical question.
Let's say that I have a 2048D vector (for the sake of argument, let's assume that the vector is uint8 data type) and want to reduce …
-
Example in section "4.2 Relation example" (line 821) returns an empty object
https://github.com/ropensci/osmdata/edit/master/vignettes/osmdata.Rmd#L820
```
lcnr9 %
add_osm_feature (key = "na…