osmextract icon indicating copy to clipboard operation
osmextract copied to clipboard

Download and import OpenStreetMap data from Geofabrik and other providers

Results 37 osmextract issues
Sort by recently updated
recently updated
newest added

Dear maintainer, Please see the problems shown on . In particular, please see the "Found the following HTML validation problems" NOTEs in the "HTML version of manual" check for the...

**Is your feature request related to a problem? Please describe.** I would like the following query to work "out of the box": ``` r library(sf) #> Linking to GEOS 3.8.0,...

**Is your feature request related to a problem? Please describe.** I would like to know if there is an `osmextract` variant for `osmdata::opq_osm_id` **Describe the solution you'd like** I have...

**Is your feature request related to a problem? Please describe.** Sometimes entities like pubs are represented as points and polygons but you have to manually get both then get the...

Remove the tests used to check if the requested attributes already exist in the gpkg file since they are waaaaaay too complicated and don't bring any real benefit.

Many of the examples in the documents show queries like this: ``` q = "SELECT * FROM 'multipolygons' WHERE 'building' is not null" ``` However, I've just discovered that this...

When I use `oe_read()` to read an `osm.pbf` file I have stored on disk, it internally calls `oe_vectortranslate()` to translate the `osm.pbf` file to a `gpkg` file, before reading it....

enhancement

First tests with remove_gpkg argument, see #235. I think that, at the moment, the only problem is that the function removes existing gpkg files. For example: ``` r # packages...