This project contains scripts used to created harmonized US-Mexico land cover classifications for years 1992, 2001, and 2011.
- Harmonize the original INEGI Uso del Suelo y Vegetacion classifications (for the Mexican portion of the domain) with the NLCD classifications, and rasterize them.
- Inputs: the INEGI Uso del Suelo y Vegetacion classifications, SERIE I - V, which represent years 1985, 1993, 2002, 2007, and 2011.
- Outputs: the outputs are archived on Zenodo.
- Merge the harmonized INEGI rasters with the NLCD products for complete coverage over the US and Mexico.
- Inputs: For Mexico, use the output of stage 1 (either run stage 1 or download outputs from Zenodo.). For the continental US, the NLCD land cover products for years 1992, 2001, and 2011, plus the NLCD 1992/2001 land cover change retrofit product, available from MRLC.
- Outputs: the outputs are archived on Zenodo
- tools/
- INEGI/ - arcPy scripts for stage 1, i.e., harmonizing the INEGI Uso del Suelo y Vegetacion classifications with the NLCD 2011 classification categories, reprojecting to geographic, and rasterizing.
- NLCD_INEGI/ - Perl scripts for stage 2, i.e., constructing an NLCD 1992 product consistent with the classifications of NLCD 2001 and 2011, merging the NLCD maps with the INEGI maps, and creating the "stable_2001-2011" dataset.
- hybrid/ - Perl script for creating optional hybrid land cover map, in which a land use map focused on urban land use (potentially with future projections) is draped on top of the NLCD_INEGI map.
- docs/
- Processing_of_INEGI_USOSV_dataset.docx - Description of procedure for harmonizing the INEGI Uso del Suelo y Vegetacion classifications with the NLCD 2011 classification categories, reprojecting to geographic, and rasterizing.
- Processing_NLCD_INEGI.md - Description of procedure for constructing an NLCD 1992 product consistent with the classifications of NLCD 2001 and 2011, and for merging the NLCD maps with the INEGI maps.
- Processing_hybrid.md - Description of procedure for constructing a hybrid of urban-focused land use map draped on top of the NLCD_INEGI map.
- examples/
- Codes.ICLUS.csv - example land use table for use in creating hybrid land cover map.