Web-Gis: Unterschied zwischen den Versionen

Aus ahrensburg.city
Zur Navigation springen Zur Suche springen
// via Wikitext Extension for VSCode
 
// via Wikitext Extension for VSCode
Zeile 9: Zeile 9:
sudo apt update
sudo apt update
sudo apt install php8.1
sudo apt install php8.1
== Datenverteilung und -visualisierung ==
* Geoserver
* QGIS Server
* ArcGIS Online
== Kartenerstellung und -rendering ==
* MapServer
* ArcGIS Pro
== Web-GIS-Management ==
* Mapbender
== Datenvisualisierung ==
* Geomap
* Leaflet
* Google Maps API
== Web-GIS-Entwicklung ==
* GeoExt
* OpenLayers
== Web-GIS-Framework ==
* GeoMoose
== Datenvisualisierung und -analyse ==
* kwMap
* Mapbox
== Geocoding ==
* Nominatim (OpenStreetMap)
== Geodatenbank-Software ==
* PostgreSQL mit PostGIS
* Oracle Spatial
* Microsoft SQL Server mit Spatial Extensions
* SpatiaLite
* IBM Db2 mit Spatial Extender
=== Meta GIS Software ===
* GDAL (Geospatial Data Abstraction Library)
* PostGIS
* FME (Feature Manipulation Engine)

Version vom 21. August 2024, 16:46 Uhr

ubuntu 20.04

php 7.4 komplett entfernen sudo apt-get purge php7.4 php7.4-common

PhP 8.1 installation

sudo apt update sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install php8.1

Datenverteilung und -visualisierung

  • Geoserver
  • QGIS Server
  • ArcGIS Online

Kartenerstellung und -rendering

  • MapServer
  • ArcGIS Pro

Web-GIS-Management

  • Mapbender

Datenvisualisierung

  • Geomap
  • Leaflet
  • Google Maps API

Web-GIS-Entwicklung

  • GeoExt
  • OpenLayers

Web-GIS-Framework

  • GeoMoose

Datenvisualisierung und -analyse

  • kwMap
  • Mapbox

Geocoding

  • Nominatim (OpenStreetMap)

Geodatenbank-Software

  • PostgreSQL mit PostGIS
  • Oracle Spatial
  • Microsoft SQL Server mit Spatial Extensions
  • SpatiaLite
  • IBM Db2 mit Spatial Extender

Meta GIS Software

  • GDAL (Geospatial Data Abstraction Library)
  • PostGIS
  • FME (Feature Manipulation Engine)