Skip to content

ArcGIS python (arcpy) tool which creates a feature class representing the collective extent of input data sets.

License

Notifications You must be signed in to change notification settings

data-navigator/dataset-extent-to-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatasetExtentToFeatures

Geoprocessing tool that takes many geodataset as input, and creates a new polygon feature class of the extent of the input geodatasets. Taken from https://github.com/arcpy/sample-gp-tools

Parameters

Input datasets | Geodataset or Feature Layer | required input

  • The input geodataset. This can be a feature class, or raster.

Output Featureclass | Feature Class | required output

  • The output feature class. This feature class will contain one polygon for each of the input geodataset. The output will be in WGS 1984 Geographic coordinate system. This is to insure that datasets with disparate extents and coordinate systems can all be successfully stored in the output feature class.

DataSetExtentToFeatures Result Image

About

ArcGIS python (arcpy) tool which creates a feature class representing the collective extent of input data sets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •