This Project is now in a frozen state. It is maintained for posterity. Activity has moved to https://github.com/metarelate/metarelate https://github.com/metarelate/metOcean
metOcean mapping is a knowledge base providing information on translating meteorological and oceanographic metadata.
This project provides software to manage the knowledge base and the knowledge base content. The knowledge is stored as RDF Turtle datasets in StaticData.
To contribute to the project, the static data should be used to populate a local triple store which the management software may access.
- Apache Jena - http://jena.apache.org/
- Fuseki - http://jena.apache.org/documentation/serving_data/
- Python - http://python.org/
- Django - https://www.djangoproject.com/
- Apache Jena - http://jena.apache.org/
- Download the 'apache-jena' release from http://www.apache.org/dist/jena/binaries/
- Unpack the archive
- Fuseki - http://jena.apache.org/documentation/serving_data/
- Download the 'jena-fuseki' release from http://www.apache.org/dist/jena/binaries/
- Unpack the archive
- Python - http://python.org/
- install Python = 2.7
- Django - https://www.djangoproject.com/
- install Django >= 1.3
- Configure the metarelate metocean software
- lib/metocean/etc/metocean.config provides paths to libraries and static data
- see lib/metocean/etc/README.md
Local configuration files are required to set up the metOcean environment:
- ./lib/metocean/etc/site.cfg
- see ./lib/metocean/etc/sample.site.cfg
- lib/editor/settings_local.py
- see lib/editor/sample_settings_local.py
- Run the application:
- ./lib/editor/run.sh