No description
Find a file
phil c4dba88ed6
All checks were successful
/ test (push) Successful in 31s
/ build (push) Successful in 7s
Update doc
2024-12-27 19:11:15 +01:00
.forgejo/workflows CI: add build 2024-12-17 19:19:06 +01:00
.vscode Update vscode settings 2024-02-27 05:06:22 +05:30
deployment Update doc 2024-12-27 19:11:15 +01:00
doc Reorganize doc/packaging to deployment 2024-12-18 13:56:47 +01:00
src/gisaf Deployment: bump version; cosmetic 2024-12-25 18:26:18 +01:00
tests Add basic test 2024-12-14 17:34:48 +01:00
.containerignore Container: add .containerignore 2024-12-17 18:58:25 +01:00
.gitignore Initial commit 2023-11-06 17:04:17 +05:30
.python-version Bump minimal Python version to 3.12 due to aiopath dependency 2024-12-14 19:23:02 +01:00
Containerfile Container: add containerfiles 2024-12-16 19:41:16 +01:00
Containerfile.ci Add containerfiles for ci and database 2024-12-15 02:06:20 +01:00
Containerfile.database Initdb: create database schemas, admin role, initial background map 2024-12-20 11:45:44 +01:00
Containerfile.deps Container: add containerfiles 2024-12-16 19:41:16 +01:00
pyproject.toml Fix map basestyle with static_ul 2024-12-22 02:41:56 +01:00
README.md Update doc 2024-12-27 19:11:15 +01:00
uv.lock Fix map basestyle with static_ul 2024-12-22 02:41:56 +01:00

Gisaf

Gisaf is a web based GIS (Geographical Information System) initially developed for the CSR Goematics unit in Auroville, India.

Its main audiences are local administrations which need a platform to develop and maintain a geographical, topological and environmental data, allow teams of surveyors to upload data and update the GIS in near real time, and collect data from a wide range of sources.

Although it just works out of the box, it is primarily intended to be customized and extended with the data, uses, needs.

Features

  • Layers defined with Python plugins or ANSI-standard categories
  • Open source industry standard interfaces (PostGIS database, OGCAPI)
  • Support of different geographical projections
  • Integrated administration interface
  • Export of data from standard formats (Geopackage, Shapefile)
  • Import and update of data managed in a well defined workflow with "baskets"
  • Acquisition of different kinds of surveyors' equipments, accuracies
  • Robust mechanisms of identification of the data sources, survey times
  • Geographical feature statuses (eg. Existing, Deprecated, Future)
  • Role-based access to data
  • Support temporal and other data for different features
  • Easy integration with IoT sensors, eg. using the MQTT protocol
  • Detailed information for all features
  • Tagging of features
  • Customizable, user triggered actions
  • Background map
  • Customizable base maps (domain specific set of layers)
  • Plugin architecture: add functions with Python packages
  • Free and open source

Software stack

  • Python: the Swiss Army knife language
  • Pydantic: the power of typing
  • FastAPI: web wizzard
  • SQLModel: SQL (ORM)
  • Postgis: geographical extension for the PostGresql database
  • Pandas and Geopandas: the data jugglers

Installation / deployment

See the documentation in the deployment directory.

Configuration

Documentation is being rewritten. Please contact us.

Demo

A very basic demo without any data, basically to give a feel of the user interface, is available here.