IGS Site Log Manager
Reason this release was yanked:
version mismatch
Project description
Site Log Manager (SLM)
The Site Log Manager (SLM) is a web platform that aims to provide:
- GNSS Site meta data (site log) management with a moderation workflow.
- Support for multiple organizations and networks to be managed in an access controlled way.
- Full legacy site log format support (both import and export).
- Full GeodesyML support (both import and export).
- JSON renderings of meta data.
- Point-and-click graphical editing of site log data.
- Public RESTful api for searching site log data.
- Authenticated RESTful api for updating site log data.
- Full access to the historical record.
- Visualizations of networks and site information.
- Configurable data validation that goes above and beyond schema validation.
- Image and file attachments to sites.
- A no-fork extensible architecture that allows organizations to modify out-of-the box behavior with plugins.
This code base has reached beta-maturity but is still undergoing rapid development. Check back soon for new documentation and updates.
Table of Contents
Design
SLM is built in Python using the Django website development framework. Django is well documented. A basic understanding of how it works is helpful to understand how SLM is put together. In addition to the good intro tutorials, it's helpful to understand how reusable Django apps work, how settings files work and how management commands work.
Stack
Django can be served behind many http servers. A common production environment uses Apache managing Django as a WSGI daemon, but another common setup involves proxying a gunicorn instance behind nginx. In addition to Django, other critical components of the software stack are listed in the table below. Not all Python dependencies are listed because many are incidental.
Dependency | Description |
---|---|
PostgreSQL | Relation database management system |
Django | Website development framework |
jQuery | Javascript DOM navigation library |
DataTables | Javascript tables library |
Bootstrap | CSS framework |
djangorestframework | RESTful API framework for Django |
django-split-settings | Composite settings files for Django |
django_compressor | Static file compression and management |
memcached | Memory object caching system |
django-render-static | Static file rendering, javascript urls |
django-debug-toolbar | Debugging components for Django sites (test only) |
Organization
Environment & Setup
-
pyenv is not strictly required, but it is highly recommended to help manage multiple local Python installations and keep environments clean. Python 3.8+ is required.
-
Poetry is used for dependency and package management.
-
SLM requires PostgresSQL along with the PostGIS extension that enables geographic queries to be run directly by the database.
RDBMS Minimum Version Management Utilities PostgreSQL 12 PgAdmin
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file igs_slm-0.1.0b0.tar.gz
.
File metadata
- Download URL: igs_slm-0.1.0b0.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d7810ddb7c5178b43d7b7efd6b852c999cef68510bb059ed1fa975ee1721e35 |
|
MD5 | c3ffa86a78b21c2027fb62eecb93dbbf |
|
BLAKE2b-256 | 894781d3d9e3d3f871f70b2acbd8b69f960250ba2037690ceb07aae3c514ba4e |
Provenance
File details
Details for the file igs_slm-0.1.0b0-py3-none-any.whl
.
File metadata
- Download URL: igs_slm-0.1.0b0-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bbe8589cc96a893f65d52ee2644b986ea5541d0c93e9ff66e5d80cf4f4f2e00 |
|
MD5 | 40c0a8934e9543ebed0ec4c71e567103 |
|
BLAKE2b-256 | 8cc0a65d71d68d7cea16d0360055ea65a07c72a81eb30cd36585e0e2c8d196d6 |