We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810d9c5 commit 4ad8ad5Copy full SHA for 4ad8ad5
osm.qmd
@@ -327,6 +327,20 @@ knitr::kable(size_df)
327
- Which layer is most interesting for your research?
328
- Are there any phenomena that are represented in more than one layer and, if so, thoughts on how to combine them?
329
330
+## More on osmextract
331
+
332
+TODO: complete this section : )
333
334
+## Clipping an area of interest
335
336
+Rather than read-in the entire extract, you can read-in a subset...
337
338
+```{r}
339
+pois_buffer_simple = sf::st_read("https://github.com/Robinlovelace/opengeohub2023/raw/main/pois_buffer_simple.geojson")
340
+```
341
342
343
344
345
# Other command line tools for working with OSM data {#sec-command-line}
346
0 commit comments