All Projects → spatialanalysis → geodaData

spatialanalysis / geodaData

Licence: CC0-1.0 license
Data package for accessing GeoDa datasets using R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to geodaData

geostan
Bayesian spatial analysis
Stars: ✭ 40 (+166.67%)
Mutual labels:  spatial, r-package, rspatial
spDataLarge
R package with large datasets for spatial analysis
Stars: ✭ 19 (+26.67%)
Mutual labels:  spatial, sf, spatial-data
xplain
A framework for providing interactive interpretations and explanations of statistical results
Stars: ✭ 26 (+73.33%)
Mutual labels:  teaching, r-package
rsgislib
Remote Sensing and GIS Software Library; python module tools for processing spatial data.
Stars: ✭ 103 (+586.67%)
Mutual labels:  spatial, spatial-data
ows4R
R Interface for OGC Web-Services (OWS)
Stars: ✭ 29 (+93.33%)
Mutual labels:  spatial, spatial-data
Datasaurus
R Package 📦 Containing the Datasaurus Dozen datasets 📊
Stars: ✭ 193 (+1186.67%)
Mutual labels:  datasets, r-package
quickmapr
An R package for quickly mapping and navigating spatial data
Stars: ✭ 60 (+300%)
Mutual labels:  spatial-data, r-package
mlr3spatiotempcv
Spatiotemporal resampling methods for mlr3
Stars: ✭ 43 (+186.67%)
Mutual labels:  spatial, r-package
GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (+180%)
Mutual labels:  spatial, spatial-data
NLMR
📦 R package to simulate neutral landscape models 🏔
Stars: ✭ 57 (+280%)
Mutual labels:  spatial, r-package
metadat
Meta-analytic datasets for R
Stars: ✭ 21 (+40%)
Mutual labels:  datasets, r-package
Wellknown
WKT <-> GeoJSON
Stars: ✭ 15 (+0%)
Mutual labels:  spatial, r-package
opencage
🌐 R package for the OpenCage API -- both forward and reverse geocoding 🌐
Stars: ✭ 82 (+446.67%)
Mutual labels:  r-package, rspatial
SpatPCA
R Package: Regularized Principal Component Analysis for Spatial Data
Stars: ✭ 16 (+6.67%)
Mutual labels:  spatial-data, r-package
geojson
GeoJSON classes for R
Stars: ✭ 32 (+113.33%)
Mutual labels:  spatial, r-package
Stplanr
Sustainable transport planning with R
Stars: ✭ 352 (+2246.67%)
Mutual labels:  spatial, r-package
Mapscanner
R package to print maps, draw on them, and scan them back in
Stars: ✭ 55 (+266.67%)
Mutual labels:  spatial, r-package
Online R learning
Online R learning for applied statistics
Stars: ✭ 132 (+780%)
Mutual labels:  teaching
checkdown
R package for Rmarkdown for creating autocheck questions and hints
Stars: ✭ 25 (+66.67%)
Mutual labels:  teaching
morghulis
No description or website provided.
Stars: ✭ 18 (+20%)
Mutual labels:  datasets

geodaData

The goal of geodaData is to store sample spatial datasets. These datasets are intended to be used to teach basic spatial analysis concepts. They are used in the weekly R Spatial Workshop at the Center for Spatial Data Science at UChicago, and are based off of the GeoDa workbook and data site developed by Luc Anselin and team. Datasets are stored in the sf spatial object format.

Installation

You can install geodaData from CRAN with:

install.packages("geodaData")

You can install the development version of geodaData from GitHub with:

# install.packages("remotes")
remotes::install_github("spatialanalysis/geodaData")

Usage

To use geodaData in a workshop, first load sf, then load the package:

library(sf) # can use without sf, but datasets will print weirdly in console
library(geodaData)

Find a list of all datasets in geodaData with:

data(package = "geodaData")

You can load a specific dataset into your R environment and show the metadata for it:

head(nyc)
?nyc

Instructions for adding a new dataset to this package can be found in the Wiki of this repository.

Datasets

Current datasets included in this package:

  • abandonedcars: Abandoned Vehicles (2016).
  • airbnb: Airbnb rentals, socioeconomics, and crime in Chicago.
  • atlanta_homicide: Atlanta, GA region homicide counts and rates.
  • baltimore_home: Baltimore house sales prices and hedonics.
  • bostonhsg: Boston housing and neighborhood data.
  • buenosaires: Electoral Data for 1999 Argentinean Elections.
  • charleston1: 2000 Census Tract Data for Charleston, SC MSA and counties.
  • charleston2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) in Charleston, SC MSA.
  • chigroceries: Chicago supermarkets (2015).
  • chihealth: Chicago Health and Socio-Economics (2014).
  • chilelabor: Labor Markets in Chile (1982-2002).
  • chisociohealth: Chicago Health Indicators (2005-11).
  • cincinnati: Cincinnati Crime and Socio-Demographics (2008).
  • cleveland: Cleveland Home Sales (2015).
  • columbus: Columbus neighborhood crime (1980).
  • commpop: Chicago Population Change (2000-2010).
  • community_pop: Chicago Community Area Population for 2010 (non-spatial, csv).
  • denver: Demographics and housing in Denver neighborhoods (2010).
  • elections1216: 2012 and 2016 Presidential Elections in the United States.
  • grid100: Grids with simulated variables.
  • guerry: Guerry "Moral Statistics" (1830s).
  • healthplus: Health, Income and Diversity for US counties (2000).
  • hickory1: Census Tract Data for Hickory, NC MSA and counties (2000).
  • hickory2: Zip Code Business Patterns (Census Bureau) for Hickory, NC MSA (1998 and 2001).
  • houstonhom: Houston, TX region homicide counts and rates (1980s-90s).
  • juvenile: Cardiff juvenile delinquent residences.
  • kchomesale: Home Sales in King County, WA (2014-15).
  • lansing1: 2000 Census Tract Data for Lansing, MI MSA and counties.
  • lansing2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) for Lansing, MI MSA.
  • laozone: Ozone measures at monitoring stations in Los Angeles basin (1996).
  • lasrosas1: Corn yield, fertilizer and field data for precision agriculture, Argentina (1999).
  • lasrosas2: Corn yield, fertilizer and field data for precision agriculture, Argentina (1999).
  • liquorstore: Chicago Liquor Stores (2015).
  • malaria_col_dept: Malaria incidence and population (1973, 95, 93 censuses and projections until 2005).
  • malaria_col_munic: Malaria incidence and population (1973, 95, 93 censuses and projections until 2005).
  • milwaukee1: 2000 Census Tract Data for Milwaukee, WI MSA..
  • milwaukee2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) for Milwaukee, WI MSA.
  • mspolice: Police expenditures Mississippi counties.
  • ncovr: Homicides & Socio-Economics (1960-90).
  • ndvi: Normalized Difference Vegetation Index grid.
  • nepal: Health, poverty and education indicators for Nepal districts (2007-14).
  • nyc: Rental Housing and Demographics in NYC (2000s), non-spatial.
  • nyc_sf: Rental Housing and Demographics in NYC (2000s).
  • nycearnings: Block-level Earnings in NYC (2002-14).
  • nyceducation: NYC Education (2000).
  • nycneighborhood: Demographics for New York City neighborhoods (2000s).
  • nycsociodemo: NYC Education and Socio-Demographics (2000s).
  • ohio_lung: Ohio Lung Cancer Mortality (1960s-80s).
  • orlando1: 2000 Census Tract Data for Orlando, FL MSA and counties.
  • orlando2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) for Orlando, FL MSA.
  • ozone9799: Monthly ozone data, 1997-99.
  • phoenixACS: Phoenix American Community Survey Data (2010, 5-year averages).
  • pittsburghom: Pittsburgh homicide locations (1993).
  • sacramento1: 2000 Census Tract Data for Sacramento MSA.
  • sacramento2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) for Sacramento MSA.
  • savannah1: 2000 Census Tract Data for Savannah, GA MSA and counties.
  • savannah2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) for Savannah, GA MSA.
  • scotlip: Male lip cancer in Scotland, 1975-80.
  • seattle1: 2000 Census Tract Data for Seattle, WA MSA and counties.
  • seattle2: 1998 and 2001 Zip Code Business Patterns (Census Bureau) for Seattle, WA MSA.
  • Sfcartheft: Car theft incidents in San Francisco (points and area) - for CAST (July-Dec 2012).
  • Sfcrime: Crime incidents in San Francisco (points and area) - for CAST (July-Dec 2012).
  • Sfdrugs: Drug incidents in San Francisco (points and area) - for CAST (July-Dec 2012).
  • Sfrobbery: Robbery incidents in San Francisco (points and area) - for CAST (July-Dec 2012).
  • Sfvandalism: Vandalism incidents in San Francisco (points and area) - for CAST (July-Dec 2012).
  • SIDS: North Carolina county SIDS death counts (1970s and 1980s).
  • snow: John Snow & the 19th Century Cholera Epidemic.
  • southom: US Southern county homicides 1960-1990.
  • stlouishom: St Louis region county homicide counts and rates (1980s and 1990s).
  • tampa: 2000 Census Tract Data for Tampa, FL MSA and counties.
  • us_sdoh: US Social Determinants of Health Data (2014).
  • vehicle_pts: Point locations of abandoned vehicles in Chicago in September 2016.

Similar Packages

Interested in finding more R packages with spatial data included? Check out:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].