Select to view content in your preferred language

Customized page summary in map series

218
1
12-19-2024 06:51 AM
Status: Open
Labels (1)
Miralem_Zeljo
Frequent Contributor

It would be very helpful to have this capability to generate customized table that shows what is on the map with python scripting so that users can decide how data is displayed in the table while limited to map series frame.

We would like to only display info for the objects shown on the map in a table format. Some items are going to be counts while others will be sum of shape length. So having abitlity to customize it with python expressions would be a great plus.

1 Comment
JoshuaRichter

Problem

  • Current layout creation tools often lack dynamic or customizable summary options, such as generating counts and sums for features in a map series.
  • Users like myself need to manually calculate or extract these values, which is inefficient and prone to error.

Proposed Solution

A tool or widget, similar to the "Legend" tool, that:

  1. Automatically calculates feature counts, sums, or other statistics (e.g., averages, medians) for selected attributes.
  2. Updates dynamically based on the current map extent or map series page.
  3. Allows easy integration into map layouts, such as tables or infographics.

Key Features

  1. Dynamic Data Aggregation:

    • Select one or more attribute fields to calculate statistics (count, sum, mean, etc.).
    • Update these statistics automatically for each map extent or map series page.
  2. Customizable Appearance:

    • Provide design options to display the results (e.g., tables, charts, or simple text annotations).
    • Allow customization of font, size, and placement on the layout.
  3. Integration with Map Series:

    • Automatically adapt calculations to each map series page (e.g., individual counties, regions, or plots).
    • Allow filters to ensure only relevant features (e.g., visible in the current map extent) are included.
  4. Exportable Results:

    • Save the counts/sums in the layout or as standalone tables (e.g., CSV, Excel).
    • Option to export as part of the map series PDF or print.

Use Cases

  • Parcel Analysis: Display counts or total acreage for parcels visible on each map series page.
  • Utility Mapping: Summarize the number of utility poles, splice points, or fiber cable lengths.
  • Environmental Studies: Show dynamic statistics like tree counts, water body areas, or habitat zones.