awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
geoserver avatar

geoserver/geoserver

0
View on GitHub↗
4,378 stars·2,303 forks·Java·18 viewsgeoserver.org↗

Geoserver

GeoServer is an open-source geospatial data manager and publisher that shares, edits, and processes geographic information using open standards. It operates as an OGC geospatial server and web map service provider, delivering spatial data and calculated measurements to client applications via standardized web protocols.

The platform enables the publishing of geospatial datasets from various file formats to web services and supports the modification and management of spatial datasets through a central server. It provides capabilities for remote spatial processing and the creation of searchable directories for available spatial datasets using discovery services.

Features

  • Geospatial Web Services - Provides a server that delivers processed geospatial data and calculated measurements to client applications via standardized web protocols.
  • OGC Geospatial Standards - Implements OGC-standard interfaces to provide a consistent API for diverse mapping clients and data sources.
  • Java Geospatial Servers - Operates as a Java-based geospatial server for sharing and editing maps using WMS, WFS, and WPS standards.
  • Geospatial - Provides a platform for publishing geospatial datasets from various file formats to standardized web services.
  • Data Abstraction Layers - Provides a data-store abstraction layer that decouples service interfaces from various underlying storage engines.
  • Geospatial Data & Services - Publishes geographic information through standardized web services for consumption by mapping clients.
  • Geographic Information Systems - Acts as a central server for modifying and managing spatial datasets to ensure geographic information remains current.
  • Geometry Engines - Uses the GeoTools library as a comprehensive geometry engine for coordinate systems and spatial calculations.
  • Geospatial Feature Editing - Allows for the modification and management of geospatial features and datasets directly through the server.
  • Geospatial Data Management Systems - Serves as a system for computing spatial operations and modifying geographic datasets on a remote server.
  • Spatial Data Processing - Performs complex geospatial operations and calculations on a remote server to deliver processed results.
  • Geospatial - Supports publishing geospatial information from a wide variety of file formats to ensure cross-standard accessibility.
  • Spatial Indexing - Indexes geographic shapes and coordinates to create searchable directories of available spatial datasets.
  • Geospatial Indexers - Creates searchable directories of spatial datasets using standardized discovery services.
  • Interoperable Map Serving - Publishes geospatial information from various formats to ensure accessibility across different software standards.
  • Geospatial Data Aggregators - Implements a cascading WFS proxy to aggregate data from remote servers into a single local source.
  • Plugin-Based Extensibility - Provides a plugin-based extension system for adding new data formats and service protocols via modular JAR files.

Star history

Star history chart for geoserver/geoserverStar history chart for geoserver/geoserver

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Geoserver

These projects share indexed features with Geoserver. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • qgis/qgisqgis avatar

    qgis/QGIS

    13,284View on GitHub↗

    QGIS is a professional, open-source desktop geographic information system designed for the creation, editing, visualization, and analysis of complex spatial data. It functions as a comprehensive environment for managing vector, raster, and point cloud datasets, providing the tools necessary to perform coordinate transformations, georeferencing, and geographic calculations. The platform distinguishes itself through a modular architecture that supports deep system integration via third-party plugins and a hybrid runtime that combines high-performance compiled code with an interpreted scripting

    C++
    View on GitHub↗13,284
  • mapbox/mapbox-gl-nativemapbox avatar

    mapbox/mapbox-gl-native

    4,452View on GitHub↗

    This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides a shared geospatial core that allows for the embedding of interactive maps into Android, iOS, macOS, Node.js, and Qt applications. The system focuses on high-performance vector tile rendering using OpenGL and GPU primitives to display interactive 3D landscapes and complex geospatial datasets. It transforms compressed protocol buffers into customizable visuals through a style-driven layer pipeline. The capability surface extends to comprehensive location services, including g

    C++
    View on GitHub↗4,452
  • amitshekhariitbhu/go-backend-clean-architectureamitshekhariitbhu avatar

    amitshekhariitbhu/go-backend-clean-architecture

    6,059View on GitHub↗

    This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers with strict dependency inversion. It provides a foundation for building maintainable and testable REST APIs by separating business logic from transport and data access concerns. The project implements JWT-based authentication, issuing access and refresh tokens for user signup, login, and protected endpoint access. It uses the Gin HTTP framework to build a Docker-packaged REST API with public and private route groups, request validation, and middleware-based authentication. Depen

    Goapiarchitecturebackend
    View on GitHub↗6,059
  • andersao/l5-repositoryandersao avatar

    andersao/l5-repository

    4,205View on GitHub↗

    This project is a database abstraction layer for Laravel that implements the repository pattern to decouple business logic from Eloquent database queries. It provides a standardized interface for data retrieval, pagination, and filtering. The system includes a query criteria mechanism for applying reusable search conditions based on request parameters and a caching wrapper that automatically clears stored results during record creation, updates, or deletions. It also features a presentation layer to transform raw database model attributes into formatted output for user interfaces. Additional

    PHP
    View on GitHub↗4,205
Compare all 30 related projects→

Frequently asked questions

What does geoserver/geoserver do?

GeoServer is an open-source geospatial data manager and publisher that shares, edits, and processes geographic information using open standards. It operates as an OGC geospatial server and web map service provider, delivering spatial data and calculated measurements to client applications via standardized web protocols.

What are the main features of geoserver/geoserver?

The main features of geoserver/geoserver are: Geospatial Web Services, OGC Geospatial Standards, Java Geospatial Servers, Geospatial, Data Abstraction Layers, Geospatial Data & Services, Geographic Information Systems, Geometry Engines.

Which projects share features with geoserver/geoserver?

Projects with overlapping indexed features include: qgis/qgis — QGIS is a professional, open-source desktop geographic information system designed for the creation, editing,… mapbox/mapbox-gl-native — This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides… amitshekhariitbhu/go-backend-clean-architecture — This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers… doctrine/persistence — This project is an object persistence library and data mapper abstraction layer. It provides a set of shared… arthurbrussee/brush — Brush is a tool for creating high-fidelity three-dimensional scene reconstructions from posed images using Gaussian… andersao/l5-repository — This project is a database abstraction layer for Laravel that implements the repository pattern to decouple business…