<div dir="ltr">I'm often presented with piles of geodata from a range of sources and then must characterize, categorize, prioritize, and otherwise process them into a coherent body of data. Is anyone aware of a plugin or script that could use something like ogrinfo/gdal to point at drive/directory tree and create a delimited file/table describing major file types of spatial data structured like the following? <div><br></div><div>"ID", -- incrementing number<br>"Feature Name", -- xyz.shp, or abc.tif<br>"Driver name", -- Shapefile, FileGDB, Geopackage<br>"Full Path", -- full path to file, including inside feature dataset<br>"Geometry", -- point, line, poly, raster, etc.<br>"Feature Count", -- number of vector features<br>"Geographic Coordinate System Name",<br>"Projected Coordinate System Name",<br>"Horizontal Units",<br>"North Bounding Coordinate",<br>"East Bounding Coordinate",<br>"South Bounding Coordinate",<br>"West Bounding Coordinate",<br>"Created Date", -- from file system?<br>"Modified Date", --  OGRinfo seems to report something for the DBF in Shapefiles?<br></div></div>