https://github.com/geoadmin/geocat
The geonetwork instance modified for swisstopo
https://github.com/geoadmin/geocat
Last synced: 12 months ago
JSON representation
The geonetwork instance modified for swisstopo
- Host: GitHub
- URL: https://github.com/geoadmin/geocat
- Owner: geoadmin
- License: gpl-2.0
- Created: 2012-06-22T11:50:45.000Z (almost 14 years ago)
- Default Branch: geocat_v4.2.3_report_custom_gracefull
- Last Pushed: 2025-03-04T11:27:35.000Z (over 1 year ago)
- Last Synced: 2025-05-01T10:39:44.218Z (about 1 year ago)
- Language: Java
- Size: 335 MB
- Stars: 14
- Watchers: 15
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# GeoNetwork Open-source
# Build Health
[](https://github.com/geonetwork/core-geonetwork/actions/workflows/linux.yml?query=branch%3Amain)
# Features
* Immediate search access to local and distributed geospatial catalogues
* Uploading and downloading of data, graphics, documents, pdf files and any other content type
* An interactive Web Map Viewer to combine Web Map Services from distributed servers around the world
* Online editing of metadata with a powerful template system
* Scheduled harvesting and synchronization of metadata between distributed catalogs
* Support for OGC-CSW 2.0.2 ISO Profile, OAI-PMH, SRU protocols
* Fine-grained access control with group and user management
* Multi-lingual user interface
# Documentation
User documentation is managed in the [geonetwork/doc](https://github.com/geonetwork/doc) repository covering all releases of GeoNetwork.
The `docs` folder includes [geonetwork/doc](https://github.com/geonetwork/doc) as a git submodule. This documentation is compiled into html pages during a release for publishing on the [geonetwork-opensource.org](http://geonetwork-opensource.org) website.
Developer documentation located in README.md files in the code-base:
* General documentation for the project as a whole is in this README.md
* [Software Development Documentation](/software_development/) provides instructions for setting up a development environment, building Geonetwork, compiling user documentation, and making a releases
* Module specific documentation can be found in each module (assuming there is module specific documentation required)