https://github.com/civicdatalab/ids-drr-data-management

Intelligent Data Solution - Disaster Risk Reduction(IDS-DRR) is a system to assist flood management through data-driven ways. The repository contains the code for the data management layer which serves as a bridge between data sources and client applications.

https://github.com/civicdatalab/ids-drr-data-management

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.5%) to scientific vocabulary

Keywords

django graphql postgis python3 strawberry-graphql
Last synced: 5 months ago · JSON representation

Repository

Intelligent Data Solution - Disaster Risk Reduction(IDS-DRR) is a system to assist flood management through data-driven ways. The repository contains the code for the data management layer which serves as a bridge between data sources and client applications.

Basic Info
  • Host: GitHub
  • Owner: CivicDataLab
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 45.9 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • Open Issues: 14
  • Releases: 1
Topics
django graphql postgis python3 strawberry-graphql
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

IDS-DRR Data Management

Intelligent Data Solution - Disaster Risk Reduction(IDS-DRR) is a system to assist flood management through data-driven ways. The repository contains the code for the data management layer which serves as a bridge between data sources and client applications.

Import Data

Make migration for layers app: python manage.py makemigrations Run migrations: python manage.py migrate Import data: python manage.py migrate_data Import data for specific state: python manage.py migrate_data --state assam|HP Import data for specific district from a state: python manage.py migrate_data --state assam --district 201

License:

All content in this repository is licensed under GNU-AGPL

If you want to contribute, please contact us at info@civicdatalab.in

Owner

  • Name: CivicDataLab
  • Login: CivicDataLab
  • Kind: organization
  • Email: info@civicdatalab.in
  • Location: India

Harnessing Data, Tech, Design and Social Science to strengthen the course of Civic Engagements in India.

GitHub Events

Total
  • Push event: 18
  • Public event: 1
  • Create event: 1
Last Year
  • Push event: 18
  • Public event: 1
  • Create event: 1

Dependencies

Dockerfile docker
  • python 3.12 build
docker-compose.yml docker
  • postgis/postgis 14-3.5
requirements.txt pypi
  • anyio ==4.8.0
  • asgiref ==3.7.2
  • certifi ==2025.1.31
  • chardet ==5.2.0
  • charset-normalizer ==3.4.1
  • click ==8.1.8
  • django ==4.2.3
  • django-cors-headers ==4.3.0
  • faker ==36.1.1
  • geojson ==3.1.0
  • graphql-core ==3.2.3
  • h11 ==0.14.0
  • httpcore ==1.0.7
  • httpx ==0.28.1
  • idna ==3.10
  • numpy ==2.0.2
  • pandas ==2.2.2
  • pillow ==11.1.0
  • psycopg2-binary ==2.9.7
  • python-dateutil ==2.8.2
  • pytz ==2025.1
  • reportlab ==4.2.5
  • requests ==2.32.3
  • six ==1.16.0
  • sniffio ==1.3.1
  • sqlparse ==0.5.0
  • strawberry-graphql ==0.204.0
  • strawberry-graphql-django ==0.16.0
  • typing-extensions ==4.7.1
  • tzdata ==2025.1
  • urllib3 ==2.3.0
  • uvicorn ==0.30.6