1

I have a shapefile layer with locations of dead birds, their total number is about 180, the locations where they were found are about 70. The shapefile contains the Latin name of each of the birds, as well as the order to which the bird belongs, as well as the X and Y coordinates of the location each of the birds is found. I want to create a pie chart for each of the locations showing the number and order to which the found birds belong.

I am attaching an image of the result I want to achieve: enter image description here

as well as a sample of the data I have:

enter image description here

I tried the charts in QGIS, but as far as I understand it only works with numeric values. With the "Statistic by Categories" tool, I was able to retrieve the total number of victims for each of the locations, but I can't seem to get a handle on the order they belong to. I don't know if I'm even on the right way with "Statistic by Categories".

asked Feb 16, 2024 at 17:08

1 Answer 1

1

Reformatting the attribute table by merging with the similar location field and creating different fields for each numeric feature that you want to show on pie chart should help.

With this data structure, it can be easily represented as pie chart through Layer Properties >Diagrams > Pie Chart.

answered Feb 17, 2024 at 1:15
1
  • That's exactly what I did. I made a new table with each row representing each individual location and columns for the respective bird orders. For each location I scored 0 or 1 for the presence or absence of a find. In the end, I got the result I expected. Thanks. Commented Feb 17, 2024 at 8:38

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.