Namespaces | |
namespace | GetNLCDForBoundingbox |
Extract a tile of NLCD 2006 data for bounding box from a locally stored copy of the entire NLCD 2006 dataset dataset. | |
Variables | |
tuple | GetNLCDForBoundingbox.parser argparse.ArgumentParser(description='Get NLCD data (in GeoTIFF format) for a bounding box from a local copy of the entire NLCD 2006 dataset.') |
string | GetNLCDForBoundingbox.help 'The configuration file' |
tuple | GetNLCDForBoundingbox.args parser.parse_args() |
tuple | GetNLCDForBoundingbox.cmdline GenericMetadata.getCommandLine() |
GetNLCDForBoundingbox.configFile None | |
tuple | GetNLCDForBoundingbox.config ConfigParser.RawConfigParser() |
GetNLCDForBoundingbox.projectDir args.projectDir | |
GetNLCDForBoundingbox.outfile args.outfile | |
tuple | GetNLCDForBoundingbox.nlcdRaster config.get('NLCD', 'PATH_OF_NLCD2006') |
tuple | GetNLCDForBoundingbox.studyArea GenericMetadata.readStudyAreaEntries(projectDir) |
list | GetNLCDForBoundingbox.bbox studyArea['bbox_wgs84'] |
list | GetNLCDForBoundingbox.outputrasterresolutionX studyArea['dem_res_x'] |
list | GetNLCDForBoundingbox.outputrasterresolutionY studyArea['dem_res_y'] |
list | GetNLCDForBoundingbox.srs studyArea['dem_srs'] |
string | GetNLCDForBoundingbox.tmpTileFilename "%s-TEMP.tif" |
tuple | GetNLCDForBoundingbox.tmpTileFilepath os.path.join(projectDir, tmpTileFilename) |
string | GetNLCDForBoundingbox.tileFilename "%s.tif" |
GetNLCDForBoundingbox.s_srs None,t_srssrs,\ | |
GetNLCDForBoundingbox.trX outputrasterresolutionX,trYoutputrasterresolutionY,\ | |
string | GetNLCDForBoundingbox.resampleMethod 'near' |
tuple | GetNLCDForBoundingbox.asset AssetProvenance(GenericMetadata.MANIFEST_SECTION) |