-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,32 @@ | ||
# spatialR_for_ArcGIS_Users | ||
Work in Progress: A resource for people transitioning from ArcGIS to R for spatial stuff | ||
|
||
|
||
### General rule | ||
|
||
- following the approach of presenting the __respective ArcGIS solutions__ to the sample R examples | ||
- consequently, providing the links to the esri resourses seems quite meaningfull | ||
Work in Progress: A resource for people transitioning from ArcGIS to R for spatial stuff | ||
|
||
|
||
### Some basic text formatting rules for keeping the document consistent. | ||
## Some basic text formatting rules for keeping the document consistent. | ||
|
||
- formatting with __bold__, in the following cases: | ||
- package name (e.g __sf__) | ||
- operation (e.g __spatial subsetting__) | ||
- dataset name (e.g __parking spots in the canton of Zurich__) | ||
|
||
- formatting with _italics_, in the following cases: | ||
- function name (e.g _st_buffer_) | ||
- referring to a tool (e.g `Select By Attributes`) | ||
- operation (e.g __spatial subsetting__) | ||
|
||
|
||
- formatting with this `format`, in the following cases: | ||
- referring to a tool (e.g `Select By Attributes`) | ||
- package name (e.g __sf__) | ||
- function name (e.g _st_buffer_) | ||
|
||
|
||
|
||
## Dependencies | ||
|
||
To capture the various dependencies on r-Packages, we follow the following logic (see also https://github.com/arc2r/book/issues/9): | ||
|
||
|
||
|
||
| Priority | Dependency (Package Necessary to:) | File | Repo | Field | Eg. | | ||
|---------- |----------------------------------------------- |------------- |------------- |---------- |--------------------- | | ||
| 1 | Use the **data-package** | DESCRIPTION | arc2r/arc2r | Imports | `sf`, `raster` | | ||
| 2 | To run the code described within **the book** | DESCRIPTION | arc2r/arc2r | Suggests | `gstat`, `tmap`, `dplyr` | | ||
| 3 | Render **the book** | DESCRIPTION | arc2r/book | Imports | `bookdown`, `rmarkdown` | |