Skip to content

DataverseLabs/pyinterpolate-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyinterpolate-datasets

Datasets used throughout tutorials and examples in pyinterpolate Pyinterpolate Repository

Datasets

Point Kriging

csv

numpy

txt

  • pl_dem.txt : see pl_dem.csv,
  • pl_dem_epsg2180.txt : the same dataset as pl_dem.txt but reprojected to metric system.

Block Kriging

cancer_data.gpkg

Breast cancer rates are taken from the Incidence Rate Report for U.S. counties and were clipped to the counties of the Northeastern part of U.S. National Cancer Institute - Incidence Rates Table: Breast Cancer: Pennsylvania State. Observations are age-adjusted and multiplied by 100,000 for the period 2013-2017.

Population centroids are retrieved from the U.S. Census Blocks 2010 United States Census Bureau - Centers of Population for the 2010 Census. Breast cancer affects only females but for this example the whole population for an area was included. Raw and transformed datasets are available in a dedicated Github repository.

meta:

  • block / polygon layer: areas,
  • point support / population layer: points,
  • point support value: POP10,
  • block and point support geometry column: geometry,
  • block index column: FIPS,
  • block values column: rate.
  • Raw data and transformation steps

About

Datasets used throughout tutorials and examples in pyinterpolate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published