Skip to content

Commit 4ad8ad5

Browse files
committed
Add placeholder for more
Heads-up @agila5 please take a look, enjoying writing this and will enjoy presenting it tomorrow, comments/suggestions welcome : )
1 parent 810d9c5 commit 4ad8ad5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

osm.qmd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,20 @@ knitr::kable(size_df)
327327
- Which layer is most interesting for your research?
328328
- Are there any phenomena that are represented in more than one layer and, if so, thoughts on how to combine them?
329329

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+
330344

331345
# Other command line tools for working with OSM data {#sec-command-line}
332346

0 commit comments

Comments
 (0)