Title: | Geospatial Data Integration |
---|---|
Description: | Geospatial data integration framework that merges raster, spatial polygon, and (dynamic) spatial points data into a spatial (panel) data frame at any geographical resolution. |
Authors: | Karsten Donnay and Andrew M. Linke |
Maintainer: | Karsten Donnay <[email protected]> |
License: | LGPL-3 |
Version: | 0.3.4 |
Built: | 2025-03-04 04:17:59 UTC |
Source: | https://github.com/kdonnay/geomerge |
geomerge
is a framework for geospatial data integration that merges raster, spatial polygon, and (dynamic) spatial points data into a spatial (panel) data frame at any geographical resolution.
The geomerge
function conducts a series of spatial joins for Geographic Information Systems (GIS) data. It integrates three of R's most commonly used GIS data classes - polygons, points and rasters. With flexible options for assignment rules and including the calculation of spatial and temporal lags, geomerge
returns a time series SpatialPolygonsDataFrame
that users may import into any predictive statistical analysis.
The spatial resolution of the input datasets and scope of the area covered by the integration routine will influence the runtime of geomerge
. Depending on the inputs, integration may therefore require some time.
Karsten Donnay and Andrew M. Linke
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
geomerge
, geomerge.merge
,geomerge.neighbor
, geomerge.assign
,generateGrid
ACLED conflict events for Nigeria in 2011 used as example for a SpatialPointsDataFrame
available from http://www.acleddata.com/data. The dataset contains timestamped and geo-coded information on individual conflict events.
data(geomerge)
data(geomerge)
A SpatialPointsDataFrame
containing observations.
The original ACLED "EVENT_DATE" column has been relabeled as "timestamp" in accordance with geomerge
conventions.
Karsten Donnay and Andrew M. Linke
http://www.acleddata.com/data
Citation: Clionadh Raleigh, Andrew Linke, Havard Hegre and Joakim Karlsen. (2010). "Introducing ACLED-Armed Conflict Location and Event Data." Journal of Peace Research 47(5): 651-660.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
AidData aid project locations for projects in Nigeria with start date in 2011 used as example for a SpatialPointsDataFrame
. The dataset is available from http://aiddata.org. The dataset contains timestamped and geo-coded information on individual aid projects.
data(geomerge)
data(geomerge)
A SpatialPointsDataFrame
containing observations.
The original AidData "start_date" column has been relabeled as "timestamp" in accordance with geomerge
conventions.
Karsten Donnay and Andrew M. Linke
http://aiddata.org
Citation: AidData. 2016. NigeriaAIMS_GeocodedResearchRelease_Level1_v1.3.1 geocoded dataset. Williamsburg, VA and Washington, DC: AidData. Accessed on August 23, 2017. http://aiddata.org/research-datasets.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
Implementation of a simple grid generation function producing a SpatialPolygonsDataFrame
to be used as target
in geomerge
.
generateGrid(extent, size, local.crs, makeWGS84 = TRUE, silent = FALSE)
generateGrid(extent, size, local.crs, makeWGS84 = TRUE, silent = FALSE)
extent |
|
size |
size of the grid cells in m. |
local.crs |
definition of the local (projected) CRS the grid is spanned in. Has to be class "CRS" (from sp). |
makeWGS84 |
Boolean switch indicating whether or not the grid is returned in WGS84. Default = TRUE. |
silent |
Boolean switch to suppress any (non-critical) warnings and messages. Default = FALSE. |
Returns an object of SpatialPolygonsDataFrame
that spans the grid with spatial resolution given by size.
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
require(sp) data(geomerge) # Generate grid with 10 km cell size in local CRS for Nigeria states.grid <- generateGrid(states,10000,local.crs=CRS("epsg:26391"),silent=TRUE)
require(sp) data(geomerge) # Generate grid with 10 km cell size in local CRS for Nigeria states.grid <- generateGrid(states,10000,local.crs=CRS("epsg:26391"),silent=TRUE)
geoEPR Nigeria dataset used as example for a SpatialPolygonsDataFrame
can be accessed and downloaded at https://icr.ethz.ch/data/epr/geoepr/. The dataset contains geo-locations for all politically relevant ethnic groups from the EPR-Core 2014 dataset. It assigns every politically relevant group one of six settlement patterns and provides polygons describing their location.
data(geomerge)
data(geomerge)
A SpatialPolygonsDataFrame
containing observations.
Karsten Donnay and Andrew M. Linke
https://icr.ethz.ch/data/epr/geoepr/
Citation: Julian Wucherpfennig, Nils B. Weidmann, Luc Girardin, Lars-Erik Cederman, and Andreas Wimmer. (2011). "Politically Relevant Ethnic Groups Across Space and Time: Introducing the GeoEPR Dataset." Conflict Management and Peace Science 28(5): 423-437.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
This function conducts a series of spatial joins for Geographic Information Systems (GIS) data. It integrates three of R's most commonly used GIS data classes - polygons, points and rasters. With flexible options for assignment rules and including the calculation of spatial and temporal lags, geomerge
returns a spatial (panel) dataset in the form of a SpatialPolygonsDataFrame
that users may import into any predictive statistical analysis.
geomerge(...,target=NULL,time=NA,time.lag=TRUE,spat.lag=TRUE, zonal.fun=sum, assignment="max(area)",population.data = NA, point.agg = "cnt",t_unit="days",silent=FALSE)
geomerge(...,target=NULL,time=NA,time.lag=TRUE,spat.lag=TRUE, zonal.fun=sum, assignment="max(area)",population.data = NA, point.agg = "cnt",t_unit="days",silent=FALSE)
... |
input datasets and, if provided, optional arguments. See Details. |
target |
|
time |
temporal window for dynamic temporal binning of point data. Required format is |
time.lag |
Boolean indicating whether or not first and second order temporal lag values of all variables are returned. Only affects dynamic point data integration. Default = TRUE. |
spat.lag |
Boolean indicating whether or not first and second order spatial lag values of all variables are returned. Default = TRUE. |
zonal.fun |
object of class function applied to values of |
assignment |
identification of either population- or area-weighting assignment rules when handling |
population.data |
specifies data used for weighting if a population-based |
point.agg |
specification of aggregation format for data of type |
t_unit |
temporal unit used for dynamic point aggregation. Default = "days". |
silent |
Boolean switch to suppress any (non-critical) warnings and messages. Default = FALSE. |
geomerge
accepts any number of data inputs of the most common spatial data classes in R - SpatialPolygonsDataFrame
, SpatialPointsDataFrame
, and RasterLayer
. The target
they are merged to may be of any shape but must be a SpatialPolygonsDataFrame
. The extent of each data input should at least match the extent of the target
; if not, the package returns a warning. In order to perform accurate area calculations at any scale, geomerge
projects any data geometry into WGS84. Input data (including target
) not in WGS84 are automatically re-projected.
geomerge
assumes that all inputs of type SpatialPolygonsDataFrame
and RasterLayer
are static and contemporary. If polygons or raster are changing, we advise to simply rerun geomerge
for each interval in which data are static and contemporary. The package allows for dynamic integration of all inputs that are a SpatialPointsDataFrame
, i.e., one can, for example, automatically generate the counts of events that occur within a specific unit of target
within a specific time period. Further details are given below.
If SpatialPolygonsDataFrame
data are joined to target
, they must contain only one column with the data of interest. The package also accepts the short-hand variable specification using the standard "$" notation to denote the selection of a specific variable from the SpatialPolygonsDataFrame
. RasterLayer
are by default single-valued. These data may be of class factor or numeric.
If SpatialPointsDataFrame
are joined to target
they must have one column coding the variable of interest and, if points carry timestamps, dates must be given in a second column timestamp and formatted as a UTC date string with format "YYYY-MM-DD" or "YYYY-MM-DD hh:mm:ss".
In practice, our input logic implies that if more than one variable of interest are to be merged to target
, statically or dynamically, each has to be separately entered as argument. Note that variable names in target
derive from the name of the input data and it is therefore advised to use meaningful labels for input data.
In merging SpatialPolygonsDataFrame
values to units of analysis given by target
, users have a choice among a number of different assignment
rules based on area overlap and population size. Area-based assignment generally can take the values "max(area)" or "min(area)", i.e., the value assigned to a given unit in target
comes from that polygon in the SpatialPolygonsDataFrame
with maximal or minimal area overlap respectively. If the value of interest is of class numeric, the user may also choose "weighted(area)", i.e., the values is assigned as the area-weighted average of the values in all polygons intersecting a given unit in target
.
The assignment rules "max(pop)", "min(pop)" and "weighted(pop)" (the latter again for numeric variables only) analogously use the population value given by population.data
in overlapping areas as basis for assignment. If any of them is selected in the assignment
argument, users must provide population.data
as a RasterLayer
. The geographical resolution of population.data
should be the same or better than that of target
. The zonal statistic used for population within overlapping polygons is sum
.
When a SpatialPointsDataFrame
is merged to target
, one of two operations can be performed. For point.agg = "cnt"
the function calculates the sum of the number of locations that fall within each unit of target
. For numerical variables of interest, point.agg = "sum"
returns the sum across for all values associated with points within each unit of target
. If different aggregation formats are to be applied to different SpatialPointsDataFrame
inputs, these have to be specified as a character vector, i.e., point.agg = c("sum", "cnt")
, in the order of inputs.
Values for inputs of type SpatialPointsDataFrame
are either calculated statically across the entire frame if time = NA
or dynamically within a given time period that can be specified using time = c(start_date, end_date, interval_length)
. All three inputs must be Strings where interval_length
is defined in multiples of t_unit
. The default value is t_unit = "days"
, the package also accepts inputs of "secs", "mins", "hours", "months" or "years".
Zonal statistics are applied to objects of class RasterLayer
that are joined to target
. The specific operations are defined in the function call using the argument zonal.fun
and each is added into the result. Any zonal statistics compatible with the extract
function in terra is accepted. Note that geomerge
does not accept raster stacks. If you have raster stacks they must be separated and the layers integrated separately into the function.
If spat.lag = TRUE
spatial lags of all numeric variables from a SpatialPolygonsDataFrame
or RasterLayer
joined to target
polygons are returned using first and also second order neighboring weights matrices. The package assigns target
polygons the mean value of units within each neighborhood. When dynamic point aggregation is run and time.lag = TRUE
, geomerge
returns the values of every target polygon, as well as its first and second order neighboring unit averages, separately, at time t-1 and t-2 defined by interval
in the argument time
.
Returns an object of class "geomerge".
The functions summary
, print
, plot
overload the standard outputs for objects of type geomerge
providing summary information and and visualizations specific to the output object. An object of class "geomerge" is a list containing the following three components:
data |
|
inputData |
List containing the spatial objects used as input. |
parameters |
List containing information on all input parameters used during integration. |
geomerge
exclusively merges data using the global WGS84 coordinate reference system (CRS) to ensure that areal statistics are accurate at all scales. If data are entered that are using a different and/or projected CRS, the tool automatically first transforms the data. This on-the-fly transformation, however, may be very slow and it is advised to always enter inputs in WGS84.
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
geomerge-package
, print.geomerge
, plot.geomerge
, summary.geomerge
, generateGrid
data(geomerge) # 1) Simple static integration of polygon data output <- geomerge(geoEPR,target=states,silent=TRUE) summary (output) # 2) Static integration for point, polygon, raster data output <- geomerge(ACLED$EVENT_TYPE,AidData$project_id,geoEPR, gpw,na.rm=TRUE,target=states) summary(output) plot(output) # 3) Dynamic point data integration for numeric variables output <- geomerge(ACLED$FATALITIES,AidData$commitme_1,geoEPR, target=states,time=c("2011-01-01", "2011-12-31","1"), t_unit='months',point.agg='sum') summary(output) plot(output) # 4) Population weighted assignment output <- geomerge(geoEPR,target=states,assignment='max(pop)', population.data = gpw) summary(output) plot(output)
data(geomerge) # 1) Simple static integration of polygon data output <- geomerge(geoEPR,target=states,silent=TRUE) summary (output) # 2) Static integration for point, polygon, raster data output <- geomerge(ACLED$EVENT_TYPE,AidData$project_id,geoEPR, gpw,na.rm=TRUE,target=states) summary(output) plot(output) # 3) Dynamic point data integration for numeric variables output <- geomerge(ACLED$FATALITIES,AidData$commitme_1,geoEPR, target=states,time=c("2011-01-01", "2011-12-31","1"), t_unit='months',point.agg='sum') summary(output) plot(output) # 4) Population weighted assignment output <- geomerge(geoEPR,target=states,assignment='max(pop)', population.data = gpw) summary(output) plot(output)
Implements assignment of polygon values to the target
frame using different assignment rules. For efficient performance implemented using SQL.
geomerge.assign(polygon_input,target,assignment,population.data,optional.inputs,silent)
geomerge.assign(polygon_input,target,assignment,population.data,optional.inputs,silent)
polygon_input |
input |
target |
|
assignment |
identification of either population- or area-weighting assignment rules when handling |
population.data |
specifies data used for weighting if a population-based |
optional.inputs |
Any optional inputs compatible with the |
silent |
Boolean switch to suppress any (non-critical) warnings and messages. Default = FALSE. |
For details on different input parameters, please refer to the detailed documentation in geomerge
.
Returns an object of class data.frame
that contains the column from input
, after proper assignment, that is to be added to target@data
.
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
geomerge-package
, geomerge
, generateGrid
Auxiliary function that performs the actual integration of the target
frame with specified input data. The routine proceeds on dataset at a time.
geomerge.merge(data,data.name,target,standard.CRS,outdata,wghts, time, time.lag,spat.lag,zonal.fun,assignment, population.data,point.agg, t_unit,silent,optional.inputs)
geomerge.merge(data,data.name,target,standard.CRS,outdata,wghts, time, time.lag,spat.lag,zonal.fun,assignment, population.data,point.agg, t_unit,silent,optional.inputs)
data |
input dataset. See Details in |
data.name |
name of input dataset |
target |
|
standard.CRS |
Defines the CRS used. Default used in |
outdata |
|
wghts |
spatial weights calculated by |
time |
specification of temporal window for temporal binning of point data by |
time.lag |
Boolean indicating whether or not first and second order temporal lag values of all variables are returned. Default = TRUE. |
spat.lag |
Boolean indicating whether or not first and second order spatial lag values of all variables are returned. Default = TRUE. |
zonal.fun |
object of class function applied to values of |
assignment |
identification of either population- or area-weighting assignment rules when handling |
population.data |
specifies data used for weighting if a population-based |
point.agg |
specification of aggregation format for data of type |
t_unit |
temporal unit used for dynamic point aggregation. Default = "days". |
silent |
Boolean switch to suppress any (non-critical) warnings and messages. Default = FALSE. |
optional.inputs |
Any optional inputs compatible with the |
For details on different input parameters, please refer to the detailed documentation in geomerge
.
Returns an object of class data.frame
that contains all information from merger to target
to be added to target@data
in the main geomerge
function. The documentation in geomerge
provides a detailed overview over the columns returned and their naming conventions
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
geomerge-package
, geomerge
, generateGrid
Auxiliary function that uses functionality from spdep to retrieve first and second order neighbor weights.
geomerge.neighbor(polygon_input)
geomerge.neighbor(polygon_input)
polygon_input |
a |
The function serves as a wrapper for the poly2nb
, nblag
and nb2listw
functions from spdep and returns first and second order neighbor weights using zero.policy = TRUE
.
Returns a list of lists of neighbor weights named "wts1" and "wts2".
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
geomerge-package
, geomerge
, generateGrid
gpw population raster data for Nigeria for the year 2010 used as example for a SpatRaster
available from http://sedac.ciesin.columbia.edu/data/collection/gpw-v4. The dataset (gpw-v4) provides population estimates at a grid resolution of about 4km.
data(geomerge)
data(geomerge)
A SpatRaster
containing observations.
Karsten Donnay and Andrew M. Linke
http://sedac.ciesin.columbia.edu/data/collection/gpw-v4
Citation: Center for International Earth Science Information Network - CIESIN - Columbia University. (2016). Gridded Population of the World, Version 4 (GPWv4): Population Density. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC).
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
Overloads the default plot
for objects of class 'geomerge'.
## S3 method for class 'geomerge' plot(x, ...)
## S3 method for class 'geomerge' plot(x, ...)
x |
object of class |
... |
further optional arguments. |
Returns a series of maps that visualizes numeric variables produced by geomerge
. It returns a map for each unique numeric variable including first order spatially and temporally lagged values if spat.lag=TRUE
and time.lag=TRUE
when running geomerge
. For spatial panels, the function by default returns values for the last period.
Five optional arguments that are specific to this plotting function can be provided. The first is period, a numeric input that allows to specify a specific period to be plotted. inputs must be a sequence of character strings specifying select variables to be plotted only. These have to have been merged (with the same name) in geomerge
. time.lag and spat.lag override the boolean values parsed automatically from the result of geomerge
. They are mainly meant to switch off plotting of spatial and temporal lags as they are ignored if these lags were not generated in the first place. The last argument is ncol, a numeric input, which allows to specify the width of the panel of plotted maps. By default, always 2 maps are shown side-by-side.
plot
for objects of class 'geomerge' relies in many core aspects of its functionality on ggplot2. If the target SpatialPolygonsDataFrame
is very large it may reach or exceed the limits of what the plotting functionality from ggplot2 can handle and plot
may be very slow or even stall.
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
Overloads the default print
for objects of class 'geomerge'.
## S3 method for class 'geomerge' print(x, ...)
## S3 method for class 'geomerge' print(x, ...)
x |
object of class |
... |
further arguments passed to or from other methods. |
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
Nigeria administrative units (ADM1) dataset used as example for the target SpatialPolygonsDataFrame
data are merged. The dataset is available at http://www.arcgis.com/home/item.html?id=0e58995046b74254911c1dc0eb756fa4.
data(geomerge)
data(geomerge)
A SpatialPolygonsDataFrame
containing observation and that data is merged to using geomerge
.
Note that the polygons in states
have been simplified to reduce the size of the SpatialPolygonsDataFrame
used as integration target for easier illustration. This applies, in particular, to the Niger Delta region of Nigeria.
Karsten Donnay and Andrew M. Linke
http://www.arcgis.com/home/item.html?id=0e58995046b74254911c1dc0eb756fa4
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.
Overloads the default summary
for objects of class 'geomerge'.
## S3 method for class 'geomerge' summary(object, ...)
## S3 method for class 'geomerge' summary(object, ...)
object |
object of class |
... |
further arguments passed to or from other methods. |
Returns a number of summary statistics describing the results of the geomerge
integration, including how many variables were integrated, which of those are numerical vs. non numerical and whether spatially and/or temporally lagged values are available.
Karsten Donnay and Andrew M. Linke.
Andrew M. Linke, Karsten Donnay. (2017). "Scale Variability Misclassification: The Impact of Spatial Resolution on Effect Estimates in the Geographic Analysis of Foreign Aid and Conflict." Paper presented at the International Studies Association Annual Meeting, February 22-25 2017, Baltimore.