Welcome to Application d’import des données LogBook’s documentation!#
Global introduction#
To briefly introduce the Django webapp : The aim is to automatically send different sourced files to the Observe database (add a better link there). The sourcing files can be logbooks, observations files or ERS data.
For now, the app is developed for the purseiners’ logbooks and in development for the purseiners’ observations files (or ERS - not sure what Adelphe is doing) and longliners’ logbooks.
The input data varies depending on the type of fishering we are studying (purseiners - ps/longliners - ll). The webapp project is then sliced into the ps and the ll.
Project layout#
Here we present the hierarchical structure of the webapp
(Still in construction)
OBSERVE-LOGBOOKS-READER-WEBAPP
api-traitement # Code for conecting, getting infos for the Observe api
media
palangre-syc # Code related to the Seychelles' longliners logbooks
webapps # Code for the common parts
website # Where the specificities of development are
media # temporary files - where the dropped logbooks are stocked before being send
...