1

I'm trying to calculate solar power production of one region using ArcGIS Pro. I calculated each building's power and I have 31 feature classes that have "Usable_Sr_kWh" field (Total production of electricity in a day). But I want to calculate each building's electricity production in a month and I want to use "Usable_Sr_kWh" values. How can I sum all the fields from different feature classes and gain month information.

Here is how my attribute tables look:

enter image description here

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 3, 2024 at 15:26
1
  • 1
    @Hornbydd since you gave the solution you should perhaps convert it to an answers so "Hellowhel" to mark it as the chosen solution . Commented Aug 5, 2024 at 2:47

1 Answer 1

1

An approach is to use the Merge tool to combine all the feature classes into a single feature class, then run that through the summary statistics tool summing your kWh field and using the building ID as the case field.

answered Aug 5, 2024 at 10:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.