Skip to content

lyralemos/django-odm2

Repository files navigation

django-odm2

Django-odm2 maps the ODM2 model to django ORM

About ODM2

ODM2 is an information model for spatially discrete, feature-based earth observations that is integrative and extensible and aimed at data interoperability.

For more information see.

Attention

This app is designed only for storage of data modeled by the ODM2 specification. The code is based on ODM2DataSharingPortal and does not provide any views or admin integration. It is up to you to create your own implementations.

Quickstart

django-odm2 is available on PyPI and can be installed with pip.

$ pip install django-odm2

After installing django-odm2 add it to your INSTALLED_APPS list:

INSTALLED_APPS = [
    ...
    'django_odm2'
]

Then run migrate command to create the database tables:

$ python manage.py migrate

The API Reference provides API-level documentation.

About

Django-odm2 maps the ODM2 model to django ORM

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
License
Unknown
License.odm2

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors