GeoServer
Sign in to saveIn computing, GeoServer is an open-source server written in Java that allows users to share, process and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. GeoServer has evolved to become an easy method of connecting existing information to virtual globes such as Google Earth and NASA World Wind as well as to web-based maps such as OpenLayers, Leaflet, Google Maps and Bing Maps. GeoServer functions as the reference implementation of the Open Geospatial Consortium Web Feature Service standard, and also implements the W
Key facts
- Software.name
- GeoServer
- Software.developer
- Boundless Spatial, GeoSolutions, Refractions Research
- Software.operating_system
- Linux, MS-Windows, macOS, POSIX compliant systems
- Software.genre
- Geographic information system
- Software.license
- GPL
- Software.programming language
- Java
- Software.website
- http://geoserver.org
via Wikipedia infobox
Source code
GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. Being a community-driven project, GeoServer is developed, tested, and supported by a diverse group of individuals and organizations from around the world. GeoServer forms a core component of the Geospatial Web with full support of geospatial standards. GeoServer is the reference implementation of the Open Geospatial Consortium (OGC) Web Feature Service (WFS) and Web Coverage Service (WCS) standards, as well as a high performance certified compliant Web Map Service (WMS). GeoServer implements additional standards including OGC API - Features, Catalog Service for the Web (CSW), and implementing Web Processing Service (WPS). These services supports a wide range of data formats, with GeoServer actings as the reference implementation for GeoPackage and GeoTIFF formats, and implementing support for GML and de facto formats like Shapefile. Please refer to the user guide for information on how to install and use GeoServer. GeoServer uses Apache Maven for a build system. To build the application run maven from the directory. GeoServer uses Material for MkDocs for documentation written in Markdown. Use mkdocs to run the docs locally for feedback while editing: The Community support page on the GeoServer web site provides access to the various channels of communication, as well as some indication of the code of conduct when posting to the groups. Please read the contribution guidelines before contributing pull requests to the GeoServer project.
Excerpt from the source-code README · 3,432 chars · not written by Vinony
Wikidata facts
- Instance of
- free software
- Platform
- Java virtual machine
- Official website
- geoserver.org
- Image
- GeoServer screenshot.png
Show 9 more facts
- official blog URL
- geoserver.org/blog
- web feed URL
- geoserver.org/feed.xml
- programmed in
- Java
- copyright license
- GNU General Public License, version 2.0
- source code repository URL
- github.com/geoserver/geoserver
- software quality assurance
- continuous integration
- software version identifier
- 2.28.2
- user manual URL
- docs.geoserver.org
- Stack Exchange tag
- stackoverflow.com/tags/geoserver
via Wikidata · CC0
~4 min read
Encyclopedic overview
7 sectionsContents
- Goals
- Features
- Usage
- Architecture
- See also
- References
- External links
In computing, GeoServer is an open-source server written in Java that allows users to share, process and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. GeoServer has evolved to become an easy method of connecting existing information to virtual globes such as Google Earth and NASA World Wind as well as to web-based maps such as OpenLayers, Leaflet, Google Maps and Bing Maps. GeoServer functions as the reference implementation of the Open Geospatial Consortium Web Feature Service standard, and also implements the Web Map Service, Web Coverage Service and Web Processing Service specifications.
== Goals == GeoServer aims to operate as a node within a free and open Spatial Data Infrastructure. Just as the Apache HTTP Server has offered a free and open web server to publish HTML, GeoServer aims to do the same for geospatial data.
Excerpted from Wikipedia’s “GeoServer” article, available under the CC BY-SA 4.0 licence.