datapartnership / acled_conflict_analysis

Python package to extract analyze and map ACLED data
Mozilla Public License 2.0
0 stars 0 forks source link

ADM regions with most fatalities/conflict events #9

Open dmatekenya opened 1 week ago

dmatekenya commented 1 week ago

Although an interactive map is very good, for users who don't have the time to interact with interactive maps, its still good to two static outputs to show spatial distribution of conflicts as follows:

  1. Table. Top n regions with conflicts/fatalities
  2. Map at ADM region n. This shows distribution of fatalities/conflict events by regions
SahitiSarva commented 1 week ago

Thank you, @dmatekenya . There is currently a function that allows you to get this data called get_acled_by_adminand the same plots can be used to map it. I'll add a specific admin-region map and a table to the sample notebook in the next release.