https://github.com/geonetwork/core-geonetwork
GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
https://github.com/geonetwork/core-geonetwork
api catalog csw dcat geospatial inspire iso19110 iso19115 iso19119 iso19139 metadata metadata-management ogc ogcapi open-data opendata opensearch
Last synced: 6 months ago
JSON representation
GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
- Host: GitHub
- URL: https://github.com/geonetwork/core-geonetwork
- Owner: geonetwork
- License: gpl-2.0
- Created: 2012-06-14T09:59:55.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T23:43:59.000Z (7 months ago)
- Last Synced: 2025-04-10T00:19:46.991Z (7 months ago)
- Topics: api, catalog, csw, dcat, geospatial, inspire, iso19110, iso19115, iso19119, iso19139, metadata, metadata-management, ogc, ogcapi, open-data, opendata, opensearch
- Language: Java
- Homepage: http://geonetwork-opensource.org/
- Size: 638 MB
- Stars: 452
- Watchers: 63
- Forks: 494
- Open Issues: 578
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - geonetwork/core-geonetwork - GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used (open-data)
README
# GeoNetwork opensource
[](https://github.com/geonetwork/core-geonetwork/actions/workflows/linux.yml?query=branch%3Amain) [](https://www.bestpractices.dev/projects/8626) [](https://cla-assistant.io/geonetwork/geonetwork)
## 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 1911x and DCAT-AP metadata profiles, OAI-PMH, SRU protocols
* Fine-grained access control with group and user management
* Multi-lingual user interface
## Documentation
The GeoNetwork Manual and Online Help are included in the `docs/manual` folder. This content is compiled into html pages during a release for a publishing on docs.geonetwork-opensource.org website.
* [docs.geonetwork-opensource.org](https://docs.geonetwork-opensource.org)
The online help is compiled into html pages during a release and is included in the `war` web archive.
## Developer Documentation
Developer documentation located in ``README.md`` files in the code-base:
* General documentation for the project as a whole is in this [README.md](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