https://github.com/camptocamp/c2cgeoportal
c2cgeoportal application
https://github.com/camptocamp/c2cgeoportal
geomapfish gis ogc python webgis-framework
Last synced: 2 days ago
JSON representation
c2cgeoportal application
- Host: GitHub
- URL: https://github.com/camptocamp/c2cgeoportal
- Owner: camptocamp
- License: other
- Created: 2011-12-07T13:42:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T09:26:48.000Z (6 months ago)
- Last Synced: 2024-11-06T10:44:25.833Z (6 months ago)
- Topics: geomapfish, gis, ogc, python, webgis-framework
- Language: Python
- Homepage: http://geomapfish.org
- Size: 368 MB
- Stars: 64
- Watchers: 26
- Forks: 46
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - camptocamp/c2cgeoportal - c2cgeoportal application (python)
README
# c2cgeoportal application
c2cgeoportal is the server part of [GeoMapFish](https://geomapfish.org/),
the client part is [ngeo](https://github.com/camptocamp/ngeo/).Read the [Documentation](https://camptocamp.github.io/c2cgeoportal/master/).
Docker images:
[To build the project and more tools](https://hub.docker.com/r/camptocamp/geomapfish-tools),
[To config base image](https://hub.docker.com/r/camptocamp/geomapfish-config),
[Base image to run the project](https://hub.docker.com/r/camptocamp/geomapfishapp-geoportal),
[Default image to run the project](https://hub.docker.com/r/camptocamp/geomapfish),
[QGIS server with access control plugin](https://hub.docker.com/r/camptocamp/geomapfish-qgisserver).Python packages:
[commons](https://pypi.org/project/c2cgeoportal-commons/),
[geoportal](https://pypi.org/project/c2cgeoportal-geoportal/),
[admin](https://pypi.org/project/c2cgeoportal-admin/).[NPM package](https://www.npmjs.com/package/ngeo).
The [changelog](./CHANGELOG.md).
Resources managed by the user group community:
- [Geomapfish user-group website](https://geomapfish.org/)
- [Issue tracker (e.g. to ask for new feature)](https://github.com/camptocamp/GeoMapFish/issues)
- [Getting Started (quickly start a GeoMapFish)](https://github.com/geomapfish/getting_started)## Contributing
Install the pre-commit hooks:
```bash
pip install pre-commit
pre-commit install --allow-missing-config
```