# raster-types **Repository Path**: geoscene_gz/raster-types ## Basic Information - **Project Name**: raster-types - **Description**: A set of Raster Types for ArcGIS developed using the Python language. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Raster Types in Python This repository houses ArcGIS Raster Types implemented in Python. This repository also contains developer-centric documentation on how to implement a custom raster type that ArcGIS can understand using Python. ## Getting Started Python Raster type framework was introduced in ArcGIS 10.5.1. To get started, install [ArcGIS Desktop 10.5.1](http://desktop.arcgis.com/en/#apps) or later or [ArcGIS Enterprise 10.5.1](http://server.arcgis.com/en/) or later. ## Resources - Fundamentals - [ArcGIS Desktop Help](http://desktop.arcgis.com/en/documentation/) - [ArcGIS Enterprise Help](http://server.arcgis.com/en/documentation/) - [What is Python](http://desktop.arcgis.com/en/desktop/latest/analyze/python/what-is-python-.htm) - Raster Types in ArcGIS - [What is a Raster Type](http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/what-is-a-raster-type.htm) - [Raster Type properties](http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/raster-type-properties.htm) - [What is a Raster Product](http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/what-is-a-raster-product.htm) ## Issues Find a bug or want to request a new feature? Please let us know by [submitting an issue](https://github.com/amitjain27/raster-types/issues). ## Contributing Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing). ## Licensing Copyright 2017 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. A copy of the license is available in the repository's License.txt file.