Rows: 11 Columns: 2
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (2): shop, address
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Passing 11 addresses to the ArcGIS single address geocoder
Query completed in: 6.4 seconds
Reading layer `chatgpt' from data source
`/Users/kazukitamura/Documents/R/Geocoding/chatgpt.geojson'
using driver `GeoJSON'
Simple feature collection with 11 features and 1 field
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 129.9668 ymin: 33.01329 xmax: 130.5187 ymax: 33.51171
Geodetic CRS: WGS 84
claude <-st_read('~/Documents/R/Geocoding/claude.geojson') |>mutate(label ='claude')
Reading layer `claude' from data source
`/Users/kazukitamura/Documents/R/Geocoding/claude.geojson'
using driver `GeoJSON'
Simple feature collection with 11 features and 1 field
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 129.7866 ymin: 33.20197 xmax: 130.5589 ymax: 33.47938
Geodetic CRS: WGS 84