Skip to content

ferdinandlaine/geotensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoTensions

Data visualization application for ACLED (Armed Conflict Location & Event Data).

Explore conflicts through an interactive map, time brush and filters.

Quick Start

make dev # Start development environment

Commands

Command Description
make dev Start development environment
make api Build and start API service
make ingest Ingest CSV files (one-shot)
make create-user Usage: make create-user u=admin p=secret
make clean Remove database volume, dependencies and cache

ACLED Data & Methodology

Data Ingestion

  1. Export data with all output options unchecked

  2. Upload a CSV file

    curl -u admin:secret -F "file=@acled_data.csv" http://localhost:5050/

    Credentials are set in scripts/ingest/.env

    Or batch-process files from data/ with make ingest

Important notes

  • Event ID: API uses ACLED's official identifier (e.g. "FRA37186"), not the database primary key

License

This project is licensed under the Apache License 2.0.

About

Explore ACLED conflict events across time and space.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors