Metadata-Version: 2.4
Name: geovisio
Version: 2.14.0
Summary: GeoVisio API - Main
Author-email: Adrien PAVIE <panieravide@riseup.net>, Antoine Desbordes <antoine.desbordes@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: Flask ~= 3.1.3
Requires-Dist: psycopg[pool] ~= 3.3
Requires-Dist: flasgger ~= 0.9.7
Requires-Dist: Pillow ~= 12.2.0
Requires-Dist: Flask-Cors ~= 6.0
Requires-Dist: flask-compress == 1.24
Requires-Dist: requests ~= 2.33.1
Requires-Dist: yoyo-migrations ~= 9.0
Requires-Dist: psycopg-binary ~= 3.3
Requires-Dist: python-dotenv ~= 1.2
Requires-Dist: authlib ~= 1.6
Requires-Dist: Flask-Executor ~= 1.0
Requires-Dist: geopic-tag-reader[write-exif] ~= 1.9.0
Requires-Dist: rfeed ~= 1.1.1
Requires-Dist: sentry-sdk[flask] ~= 2.24
Requires-Dist: pygeofilter[backend-native] ~= 0.3.1
Requires-Dist: python-dateutil ~= 2.9.0
Requires-Dist: tzdata ~= 2025.2
Requires-Dist: croniter ~= 6.2.1
Requires-Dist: pydantic ~= 2.13.1
Requires-Dist: pydantic-extra-types ~= 2.11.1
Requires-Dist: flask-babel ~= 4.0.0
Requires-Dist: geojson-pydantic ~= 2.1.1
Requires-Dist: email-validator ~= 2.3.0
Requires-Dist: multipart>=1.3.1
Requires-Dist: gunicorn ~= 25.3.0
Requires-Dist: opendal_panoramax_fork ~= 0.47.3
Project-URL: Home, https://gitlab.com/panoramax/server/api
Project-URL: Source Code, https://gitlab.com/panoramax/server/api

# ![Panoramax](https://gitlab.com/panoramax/gitlab-profile/-/raw/develop/images/panoramax_small.png) Panoramax

__Panoramax__ is a digital resource for sharing and using 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).


# 🌐 Panoramax API

This repository only contains __the backend and web API__ of a Panoramax instance.

## Features

* A __web API__ to search and upload pictures collections
  * Search pictures by ID, date, location
  * Compatible with [SpatioTemporal Asset Catalog](https://stacspec.org/) and [OGC WFS 3](https://github.com/opengeospatial/WFS_FES) specifications
  * Upload your pictures and sequences
* An easy-to-use __backend__
  * Generates automatically thumbnail, small and tiled versions of your pictures
  * Compatible with various filesystems (classic, S3, FTP...)
  * Authentication and blurring API can be plugged-in for production-ready use


## Install & run

Our [documentation](https://gitlab.com/panoramax/server/api/-/tree/develop/docs) will help you install, configure and run a Panoramax instance.

If at some point you're lost or need help, you can contact us through [issues](https://gitlab.com/panoramax/server/api/-/issues) or by [email](mailto:panieravide@riseup.net).


## Contributing

Pull requests are welcome. For major changes, please open an [issue](https://gitlab.com/panoramax/server/api/-/issues) first to discuss what you would like to change.

More information about developing is available in [documentation](https://gitlab.com/panoramax/server/api/-/tree/develop/docs).


## ⚖️ License

Copyright (c) Panoramax team 2022-2024, [released under MIT license](https://gitlab.com/panoramax/server/api/-/blob/develop/LICENSE).

