Skip to content

Commit

Permalink
add installing arcgisbinding doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Nov 28, 2023
1 parent defb4f8 commit 4952cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ website:
text: Home
- text: Packages
href: packages.qmd
- arcgisbinding/installing-arcgisbinding.qmd
- geoprocessing-tools.qmd
- tutorials.qmd
- workflows.qmd
Expand Down
3 changes: 2 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ The R-ArcGIS Bridge has capabilities to integrate with [**ArcGIS Pro**](https://

## Integrate with ArcGIS Pro `{arcgisbinding}`

`{arcgisbinding}` the first package created under the R-ArcGIS Bridge is designed _bridge_ the powers of R and ArcGIS.
`{arcgisbinding}`,the first package created under the R-ArcGIS Bridge, is designed to _bridge_ the powers of R and ArcGIS.

Using `{arcgisbinding}` you can read and write local data sources and take advantage of ArcGIS Pro's [projection engine](https://github.com/Esri/projection-engine-db-doc).

- Read and write local data sources with [`arc.write()`](https://r.esri.com/assets/arcgisbinding.pdf) and [`arc.open()`](https://r.esri.com/assets/arcgisbinding.pdf)
- Convert to `{sf}` and `{raster}` objects with [`arc.data2sf()`](https://r.esri.com/assets/arcgisbinding.pdf) and [`arc.raster()`](https://r.esri.com/assets/arcgisbinding.pdf)

_Get started by [installing `{arcgisbinding}`](arcgisbinding/installing-arcgisbinding.qmd)_

### Geoprocessing Tools written in R

Expand Down

0 comments on commit 4952cf2

Please sign in to comment.