README.md

gissr

Lifecycle: retired

gissr is a collection of R functions which make working with spatial data easier.

Retired note

As most spatial data and R users will be aware, the rgdal, rgeos, and maptools packages were retired in October 2023. This is because the developer of the packages retired and a new generation of spatial tools has emerged in the form of the sf, terra, and stars packages. Because gissr is mostly built upon the older packages (that have now been archived), gissr was retired on June 17, 2024. The development of gissr's successor based on the sf and terra packages called sspatialr is ongoing. For new projects, it is recommended that sspatialr is used rather than gissr.

Installation

The development version:

# Install dependency
remotes::install_github("skgrange/threadr")

# Install gissr
remotes::install_github("skgrange/gissr")

Background

R's spatial data analysis abilities are very well developed. Therefore, R can be an effective geographical information system (GIS). A key advantage of R in GIS applications is that the user can dip in and out of R's general string, numerical, and visualisation tools and apply them to spatial data.

However, the challenges I have with using R as a GIS are:

To overcome these points, I have written wrappers for many geographical functions which generally begin sp_ to do particular tasks and bundle all the dependencies together as a package. Some of these functions will likely be useful for others.

Utility functions

Raster functions

OpenStreetMap data importers

Things I want to do

See also



skgrange/gissr documentation built on June 20, 2024, 12:02 a.m.