Files in osmdatar/osmdata
Import 'OpenStreetMap' Data as Simple Features or Spatial Objects

.Rbuildignore
.gitattributes
.github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/R-CMD-check.yaml
.github/workflows/test-coverage.yaml
.gitignore
.hooks/description
.pre-commit-config.yaml
CONTRIBUTING.md
DESCRIPTION
NAMESPACE
NEWS.md R/RcppExports.R R/elevation.R R/features.R R/get-osmdata-df.R R/get-osmdata-sc.R R/get-osmdata-sf.R R/get-osmdata-sp.R R/get-osmdata-xml.R R/get-osmdata.R R/getbb.R R/opq.R R/osm-extract.R R/osmdata-class.R R/osmdata-methods.R R/osmdata-package.R R/overpass-query.R R/poly2line.R R/reproj.R R/trim-osmdata.R R/unique-osmdata.R R/utils.R R/wkt4326.R R/zzz.R README.Rmd README.md
_pkgdown.yml
cleanup
codemeta.json
cran-comments.md data-raw/hex-script.Rmd
inst/CITATION
inst/httptest2/redact.R
makefile
man/add_osm_feature.Rd man/add_osm_features.Rd man/available_features.Rd man/available_tags.Rd man/bbox_to_string.Rd
man/figures/logo.png
man/figures/title.png
man/get_overpass_url.Rd man/getbb.Rd man/opq.Rd man/opq_around.Rd man/opq_csv.Rd man/opq_enclosing.Rd man/opq_osm_id.Rd man/opq_string.Rd man/osm_elevation.Rd man/osm_lines.Rd man/osm_multilines.Rd man/osm_multipolygons.Rd man/osm_points.Rd man/osm_poly2line.Rd man/osm_polygons.Rd man/osmdata.Rd man/osmdata_data_frame.Rd man/osmdata_sc.Rd man/osmdata_sf.Rd man/osmdata_sp.Rd man/osmdata_xml.Rd man/overpass_status.Rd man/pipe.Rd man/set_overpass_url.Rd man/trim_osmdata.Rd man/unique_osmdata.Rd man/unname_osmdata_sf.Rd
osmdata.Rproj
paper.md
src/RcppExports.cpp
src/common.cpp
src/common.h
src/convert-osm-rcpp.cpp
src/convert-osm-rcpp.h
src/get-bbox.cpp
src/get-bbox.h
src/osmdata-data_frame.cpp
src/osmdata-sc.cpp
src/osmdata-sc.h
src/osmdata-sf.cpp
src/osmdata-sp.cpp
src/osmdata.h
src/osmdata_init.c
src/rapidxml.h
src/rapidxml_print.h
src/trace-osm.cpp
src/trace-osm.h
tests/testthat.R
tests/testthat/fixtures/osm-adiff2.osm
tests/testthat/fixtures/osm-date.osm
tests/testthat/fixtures/osm-empty.osm
tests/testthat/fixtures/osm-key_clashes.osm
tests/testthat/fixtures/osm-meta.osm
tests/testthat/fixtures/osm-meta_adiff.osm
tests/testthat/fixtures/osm-meta_diff.osm
tests/testthat/fixtures/osm-multi.osm
tests/testthat/fixtures/osm-tags.osm
tests/testthat/fixtures/osm-tags_center-adiff.osm
tests/testthat/fixtures/osm-tags_center.osm
tests/testthat/fixtures/osm-ways.osm
tests/testthat/mock_bb/nominatim/search-619814.json
tests/testthat/mock_bb_df/nominatim/search-619814.json
tests/testthat/mock_bb_nope/nominatim/search-619814.json
tests/testthat/mock_bb_poly/nominatim/search-c1f6d2.json
tests/testthat/mock_bb_sf/nominatim/search-c1f6d2.json
tests/testthat/mock_bb_state/nominatim/search-226ae6.json
tests/testthat/mock_bb_str/nominatim/search-619814.json
tests/testthat/mock_bb_typo/nominatim/search-c218d5.json
tests/testthat/mock_csv/overpass-api.de/api/interpreter-14ea8d-POST.csv
tests/testthat/mock_csv/overpass-api.de/api/status.txt
tests/testthat/mock_csv_quotes/overpass-api.de/api/interpreter-6aa0b4-POST.csv
tests/testthat/mock_csv_quotes/overpass-api.de/api/status.txt
tests/testthat/mock_elevation/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_elevation/overpass-api.de/api/status.txt
tests/testthat/mock_features/wiki/Map_Features.html
tests/testthat/mock_osm_df/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_osm_df/overpass-api.de/api/status.txt
tests/testthat/mock_osm_sc/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_osm_sc/overpass-api.de/api/status.txt
tests/testthat/mock_osm_sf/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_osm_sf/overpass-api.de/api/status.txt
tests/testthat/mock_osm_sp/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_osm_sp/overpass-api.de/api/status.txt
tests/testthat/mock_osm_xml/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_osm_xml/overpass-api.de/api/status.txt
tests/testthat/mock_osm_xml2/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_osm_xml2/overpass-api.de/api/status.txt
tests/testthat/mock_tags/wiki/Map_Features.html
tests/testthat/mock_tags_fail/wiki/Map_Features.html
tests/testthat/mock_unname/overpass-api.de/api/interpreter-f7f678-POST.R
tests/testthat/mock_unname/overpass-api.de/api/status.txt
tests/testthat/setup.R tests/testthat/test-c.R tests/testthat/test-data_frame-osm.R tests/testthat/test-elevation.R tests/testthat/test-extract.R tests/testthat/test-features.R tests/testthat/test-getbb.R tests/testthat/test-opq.R tests/testthat/test-osmdata.R tests/testthat/test-sc-osm.R tests/testthat/test-set_bind_key_pre.R tests/testthat/test-sf-construction.R tests/testthat/test-sf-osm.R tests/testthat/test-sp-osm.R tests/testthat/test-trim.R tests/testthat/test-unique.R tests/testthat/test-unname.R tests/timing-benchmark.R tests/valgrind-test.R
vignettes/makefile
vignettes/osm-sf-translation.Rmd
vignettes/osmdata-refs.bib
vignettes/osmdata-sc.Rmd vignettes/osmdata.Rmd vignettes/query-split.Rmd
osmdatar/osmdata documentation built on April 14, 2024, 5:28 p.m.