Skip to content

Instituto Misionero de Biodiversidad's Django web system to manage biodiversity data.

Notifications You must be signed in to change notification settings

FelipeSBarros/SysIMiBio_old

Repository files navigation

SysIMiBio: IMiBio's Biodiversity Management System

Repository for the Biodiversity Management System held by Instituto Misionero de Biodiversidad

Installing and setting up environment

venv

python3 -m venv .sysimibio
source .sysimibio/bin/activate
pip install -r requirements.txt
pip install numpy
sudo apt-get install libgdal-dev

System overview

Importing initial data (GBIF and SNDB)

First of all, make sure you:

  • have PostgreSQL installed with GIS extention;
  • have made the migrations and created superuser; Any doubt, take a look on CreationProcess.md

to PostGreSQL [with pandas]

see ImportData.py

python ImportData.py

Tutorials

GeoDjango models

GeoDjango models
Django geom organization
automatic-spatial-transformations

About

Instituto Misionero de Biodiversidad's Django web system to manage biodiversity data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published