← Back to homepage

Get Map Info

Export the structure of a map—layers, sources, extent, and metadata—to JSON so you can hand accurate context to AI tools or document your project.

This tool uses arcpy only; no AI calls occur. The JSON it produces is the same information the Generate Python Code tool shares with models.

Usage

  1. Add the .pyt toolbox to ArcGIS Pro.
  2. Open Get Map Info.
  3. Provide the parameters below.
  4. Run the tool to write a JSON file.

Parameters

NameTypeRequiredDescription
MapMapNoMap to capture. Defaults to the active map.
Output JSON PathString (Path)YesLocation for the JSON summary.

Tips