The LTO web application is designed to make it easier to transfer logbooks relating to data on pelagic species collected as part of the OB7 observatory. It includes functions for importing and check validity data.
Built with the tools and technologies:
The LTO web application is designed to facilitate the data transfert of logbooks related to pelagic species data collected as part of the OB7 observatory, to the Observe application. The sourcing files can be logbooks, observations files or ERS data.
For now, the app is developed for the purseiners' and longliners' logbooks.
- Data Import: Upload and manage logbooks from fishing campaigns.
- Check validity: Check the compatibility of the documents.
- Metier: Manage the french purseiners and seychellois longliners.
Before getting started with lto-webapp, ensure your runtime environment meets the following requirements:
- Programming Language: Python
- Package Manager: Pip
- Container Runtime: Docker
Install lto-webapp using one of the following methods:
Build from source:
- Clone the
lto-webapprepository:
❯ git clone https://github.com/OB7-IRD/lto-webapp- Navigate to the project directory:
❯ cd lto-webapp- Install the project dependencies:
❯ pip install -r requirements.txtRun lto-webapp using the following command:
❯ python manage.py runserverThen access the application in your browser at http://localhost:8000.
Project documentation is available online: https://ob7-ird.github.io/lto-webapp/
- 🐛 Report Issues: Submit bugs found or log feature requests for the
lto-webappproject.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/OB7-IRD/lto-webapp
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the EUPL-1.2 License. For more details, refer to the LICENSE file.
