Is there a not-terribly-complicated way to script or modelbuild a tool that returns a report about feature datasets within a .gdb? I would like to get some key statistics and information about each dataset contained within a .gdb for QC purposes. I'm interested in things like:
number of rows in attribute table
assigned coordinate system
metadata author
Preferably this information should be written to a text file, but I'm flexible with the display of the results. I have both raster and vector data to query.