GeoEco.DataManagement.ArcGISRasters.ArcGISRaster
- class GeoEco.DataManagement.ArcGISRasters.ArcGISRaster
Bases:
objectFunctions for common operations with rasters, implemented using ArcGIS’s arcpy Python package.
Methods
Copies an ArcGIS raster.
Copies the ArcGIS rasters listed in a table.
Copies a list of ArcGIS rasters.
Copies an ArcGIS raster and logs a debug message rather than an informational message.
Copies the ArcGIS rasters listed in a table.
Creates an ArcGIS raster where the value of each cell is the X coordinate of the cell.
Creates an ArcGIS raster where the value of each cell is the Y coordinate of the cell.
Deletes an ArcGIS raster.
Deletes the ArcGIS rasters listed in a table.
Deletes a list of ArcGIS rasters.
Deletes the ArcGIS rasters listed in a table.
Tests that a specified path exists and is recognized by ArcGIS as a raster.
Extracts the cells of a raster that correspond to the areas defined by a mask.
For each ArcGIS raster in a table, extracts the cells that correspond to the areas defined by a mask.
For each ArcGIS raster in a list, extracts the cells that correspond to the areas defined by a mask.
For each ArcGIS raster in a table, extracts the cells that correspond to the areas defined by a mask.
Finds rasters in an ArcGIS workspace.
Finds rasters in an ArcGIS workspace and converts them to lines that outline groups of adjacent raster cells having the same value.
Finds rasters in an ArcGIS workspace and converts them to points that occur at the centers of the raster cells.
Finds rasters in an ArcGIS workspace and converts them to lines that outline groups of adjacent raster cells having the same value.
Finds rasters in an ArcGIS workspace and converts them to polygons that encompass groups of adjacent raster cells having the same value.
Finds and copies rasters in an ArcGIS workspace.
Finds rasters within an ArcGIS workspace and creates a table that lists them.
Finds rasters within an ArcGIS workspace and creates a table that lists them.
Finds and deletes rasters in an ArcGIS workspace.
Finds rasters in an ArcGIS workspace and extracts the cells that correspond to the areas defined by a mask.
Finds rasters within an ArcGIS workspace and inserts a row for each one into an existing table.
Finds and moves rasters in an ArcGIS workspace.
Finds rasters in an ArcGIS workspace and projects, clips, and/or performs map algebra on them.
Finds rasters in an ArcGIS workspace and projects them to the coordinate system, cell size, and extent of a template raster.
Creates an ArcGIS raster from a numpy array.
Moves an ArcGIS raster.
Moves the ArcGIS rasters listed in a table.
Moves a list of ArcGIS rasters.
Moves an ArcGIS raster and logs a debug message rather than an informational message.
Moves the ArcGIS rasters listed in a table.
Projects, clips, and/or performs map algebra on an ArcGIS raster.
Projects, clips, and/or performs map algebra on the ArcGIS rasters listed in a table.
Projects, clips, and/or performs map algebra on the ArcGIS rasters in a list.
Projects, clips, and/or performs map algebra on the ArcGIS rasters listed in a table.
Projects a raster to the coordinate system, cell size, and extent of a template raster.
Projects a table of rasters to the coordinate system, cell size, and extent of a template raster.
Projects a list of rasters to the coordinate system, cell size, and extent of a template raster.
Projects a table of rasters to the coordinate system, cell size, and extent of a template raster.
Converts an ArcGIS raster to a feature class of lines that connect adjacent foreground raster cells.
Converts the ArcGIS rasters listed in a table to lines that outline groups of adjacent raster cells having the same value.
Converts a list of ArcGIS rasters to lines that outline groups of adjacent raster cells having the same value.
Converts the ArcGIS rasters listed in a table to lines that outline groups of adjacent raster cells having the same value.
Reads an ArcGIS raster or raster layer into a numpy array.
Converts an ArcGIS raster to a feature class of points that occur at the centers of the raster cells.
Converts the ArcGIS rasters listed in a table to points that occur at the centers of the raster cells.
Converts a list of ArcGIS rasters to points that occur at the centers of the raster cells.
Converts the ArcGIS rasters listed in a table to points that occur at the centers of the raster cells.
Converts an ArcGIS raster to lines that outline groups of adjacent raster cells having the same value.
Converts the ArcGIS rasters listed in a table to lines that outline groups of adjacent raster cells having the same value.
Converts a list of ArcGIS rasters to lines that outline groups of adjacent raster cells having the same value.
Converts the ArcGIS rasters listed in a table to lines that outline groups of adjacent raster cells having the same value.
Converts an ArcGIS raster to polygons that encompass groups of adjacent raster cells having the same value.
Converts the ArcGIS rasters listed in a table to polygons that encompass groups of adjacent raster cells having the same value.
Converts a list of ArcGIS rasters to polygons that encompass groups of adjacent raster cells having the same value.
Converts the ArcGIS rasters listed in a table to polygons that encompass groups of adjacent raster cells having the same value.