Difference between revisions of "Geospatial Data Curation Toolkit"

From COPTR
Jump to navigation Jump to search
(Created page with '{{Infobox tool |purpose=The toolkit contains a collection of python scripts and ArcGIS tools to help prepare spatial data for archiving or sharing. |homepage=https://github.co...')
 
 
Line 5: Line 5:
 
|formats_in=ESRI Shapefile, ESRI Geodatabase
 
|formats_in=ESRI Shapefile, ESRI Geodatabase
 
|function=Appraisal, Discovery, Metadata Extraction
 
|function=Appraisal, Discovery, Metadata Extraction
 +
|content=Geospatial
 
}}
 
}}
 
== Description ==
 
== Description ==

Latest revision as of 13:51, 17 April 2026




The toolkit contains a collection of python scripts and ArcGIS tools to help prepare spatial data for archiving or sharing.
Homepage:https://github.com/mkernik/geodct
License:CC BY-NC 4.0
Input Formats:ESRI Shapefile, ESRI Geodatabase
Function:Appraisal,Discovery,Metadata Extraction
Content type:Geospatial

Description

The generalTools can batch unzip folders (i.e. extract zipped shapefiles). The shapefileTools create an inventory of a folder of shapefiles and their fields for a readme .txt file. And they check whether the shapefiles in a directory have the same projection and file extensions.

The geodatabasefileTools create an inventory of data layers/fields in geodatabases for a readme .txt file. They also check whether the layers in a geodatabase have functionality that would be lost or altered if converted into shapefiles.

User Experiences

Development Activity