Add new provider GIS (#847)
* Addition of new GIS provider * Add information on how to add new provider * generated elements update * add new nodes in provider GIS * update gis provider content * add new elements * New nodes * add imposm * add here data provider * Apply last comments and add new nodes * Fix geonetwork image size * Cleaning, resizing icons * Add icon for gis provider * Move mapnik node * Move mapnik node * Try fixing precommit hook messagespull/1104/head
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
GIS provides a set of services for Geographic Information Systems provider.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _GIS(Node):
|
||||||
|
_provider = "gis"
|
||||||
|
_icon_dir = "resources/gis"
|
||||||
|
|
||||||
|
fontcolor = "#2d3436"
|
@ -0,0 +1,35 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Cli(_GIS):
|
||||||
|
_type = "cli"
|
||||||
|
_icon_dir = "resources/gis/cli"
|
||||||
|
|
||||||
|
|
||||||
|
class Gdal(_Cli):
|
||||||
|
_icon = "gdal.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Imposm(_Cli):
|
||||||
|
_icon = "imposm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Lastools(_Cli):
|
||||||
|
_icon = "lastools.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mapnik(_Cli):
|
||||||
|
_icon = "mapnik.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mdal(_Cli):
|
||||||
|
_icon = "mdal.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pdal(_Cli):
|
||||||
|
_icon = "pdal.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Cplusplus(_GIS):
|
||||||
|
_type = "cplusplus"
|
||||||
|
_icon_dir = "resources/gis/cplusplus"
|
||||||
|
|
||||||
|
|
||||||
|
class Mapnik(_Cplusplus):
|
||||||
|
_icon = "mapnik.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Data(_GIS):
|
||||||
|
_type = "data"
|
||||||
|
_icon_dir = "resources/gis/data"
|
||||||
|
|
||||||
|
|
||||||
|
class BAN(_Data):
|
||||||
|
_icon = "ban.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Here(_Data):
|
||||||
|
_icon = "here.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IGN(_Data):
|
||||||
|
_icon = "ign.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Openstreetmap(_Data):
|
||||||
|
_icon = "openstreetmap.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Database(_GIS):
|
||||||
|
_type = "database"
|
||||||
|
_icon_dir = "resources/gis/database"
|
||||||
|
|
||||||
|
|
||||||
|
class Postgis(_Database):
|
||||||
|
_icon = "postgis.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Desktop(_GIS):
|
||||||
|
_type = "desktop"
|
||||||
|
_icon_dir = "resources/gis/desktop"
|
||||||
|
|
||||||
|
|
||||||
|
class Maptunik(_Desktop):
|
||||||
|
_icon = "maptunik.png"
|
||||||
|
|
||||||
|
|
||||||
|
class QGIS(_Desktop):
|
||||||
|
_icon = "qgis.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Format(_GIS):
|
||||||
|
_type = "format"
|
||||||
|
_icon_dir = "resources/gis/format"
|
||||||
|
|
||||||
|
|
||||||
|
class Geopackage(_Format):
|
||||||
|
_icon = "geopackage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geoparquet(_Format):
|
||||||
|
_icon = "geoparquet.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Geocoding(_GIS):
|
||||||
|
_type = "geocoding"
|
||||||
|
_icon_dir = "resources/gis/geocoding"
|
||||||
|
|
||||||
|
|
||||||
|
class Addok(_Geocoding):
|
||||||
|
_icon = "addok.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Gisgraphy(_Geocoding):
|
||||||
|
_icon = "gisgraphy.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Nominatim(_Geocoding):
|
||||||
|
_icon = "nominatim.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pelias(_Geocoding):
|
||||||
|
_icon = "pelias.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,11 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Georchestra(_GIS):
|
||||||
|
_type = "georchestra"
|
||||||
|
_icon_dir = "resources/gis/georchestra"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Java(_GIS):
|
||||||
|
_type = "java"
|
||||||
|
_icon_dir = "resources/gis/java"
|
||||||
|
|
||||||
|
|
||||||
|
class Geotools(_Java):
|
||||||
|
_icon = "geotools.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,43 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Javascript(_GIS):
|
||||||
|
_type = "javascript"
|
||||||
|
_icon_dir = "resources/gis/javascript"
|
||||||
|
|
||||||
|
|
||||||
|
class Cesium(_Javascript):
|
||||||
|
_icon = "cesium.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geostyler(_Javascript):
|
||||||
|
_icon = "geostyler.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Keplerjs(_Javascript):
|
||||||
|
_icon = "keplerjs.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Leaflet(_Javascript):
|
||||||
|
_icon = "leaflet.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Maplibre(_Javascript):
|
||||||
|
_icon = "maplibre.png"
|
||||||
|
|
||||||
|
|
||||||
|
class OlExt(_Javascript):
|
||||||
|
_icon = "ol-ext.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Openlayers(_Javascript):
|
||||||
|
_icon = "openlayers.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Turfjs(_Javascript):
|
||||||
|
_icon = "turfjs.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,23 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Mobile(_GIS):
|
||||||
|
_type = "mobile"
|
||||||
|
_icon_dir = "resources/gis/mobile"
|
||||||
|
|
||||||
|
|
||||||
|
class Mergin(_Mobile):
|
||||||
|
_icon = "mergin.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Qfield(_Mobile):
|
||||||
|
_icon = "qfield.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Smash(_Mobile):
|
||||||
|
_icon = "smash.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,23 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _OGC(_GIS):
|
||||||
|
_type = "ogc"
|
||||||
|
_icon_dir = "resources/gis/ogc"
|
||||||
|
|
||||||
|
|
||||||
|
class OGC(_OGC):
|
||||||
|
_icon = "ogc.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WFS(_OGC):
|
||||||
|
_icon = "wfs.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WMS(_OGC):
|
||||||
|
_icon = "wms.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Organization(_GIS):
|
||||||
|
_type = "organization"
|
||||||
|
_icon_dir = "resources/gis/organization"
|
||||||
|
|
||||||
|
|
||||||
|
class Osgeo(_Organization):
|
||||||
|
_icon = "osgeo.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Python(_GIS):
|
||||||
|
_type = "python"
|
||||||
|
_icon_dir = "resources/gis/python"
|
||||||
|
|
||||||
|
|
||||||
|
class Geopandas(_Python):
|
||||||
|
_icon = "geopandas.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pysal(_Python):
|
||||||
|
_icon = "pysal.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Routing(_GIS):
|
||||||
|
_type = "routing"
|
||||||
|
_icon_dir = "resources/gis/routing"
|
||||||
|
|
||||||
|
|
||||||
|
class Graphhopper(_Routing):
|
||||||
|
_icon = "graphhopper.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Osrm(_Routing):
|
||||||
|
_icon = "osrm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pgrouting(_Routing):
|
||||||
|
_icon = "pgrouting.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Valhalla(_Routing):
|
||||||
|
_icon = "valhalla.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,99 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Server(_GIS):
|
||||||
|
_type = "server"
|
||||||
|
_icon_dir = "resources/gis/server"
|
||||||
|
|
||||||
|
|
||||||
|
class Actinia(_Server):
|
||||||
|
_icon = "actinia.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Baremaps(_Server):
|
||||||
|
_icon = "baremaps.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Deegree(_Server):
|
||||||
|
_icon = "deegree.png"
|
||||||
|
|
||||||
|
|
||||||
|
class G3WSuite(_Server):
|
||||||
|
_icon = "g3w-suite.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geohealthcheck(_Server):
|
||||||
|
_icon = "geohealthcheck.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geomapfish(_Server):
|
||||||
|
_icon = "geomapfish.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geomesa(_Server):
|
||||||
|
_icon = "geomesa.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geonetwork(_Server):
|
||||||
|
_icon = "geonetwork.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geonode(_Server):
|
||||||
|
_icon = "geonode.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Georchestra(_Server):
|
||||||
|
_icon = "georchestra.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geoserver(_Server):
|
||||||
|
_icon = "geoserver.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Geowebcache(_Server):
|
||||||
|
_icon = "geowebcache.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Kepler(_Server):
|
||||||
|
_icon = "kepler.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mapproxy(_Server):
|
||||||
|
_icon = "mapproxy.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mapserver(_Server):
|
||||||
|
_icon = "mapserver.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mapstore(_Server):
|
||||||
|
_icon = "mapstore.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mviewer(_Server):
|
||||||
|
_icon = "mviewer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pg_Tileserv(_Server):
|
||||||
|
_icon = "pg_tileserv.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pycsw(_Server):
|
||||||
|
_icon = "pycsw.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Pygeoapi(_Server):
|
||||||
|
_icon = "pygeoapi.png"
|
||||||
|
|
||||||
|
|
||||||
|
class QGISServer(_Server):
|
||||||
|
_icon = "qgis-server.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Zooproject(_Server):
|
||||||
|
_icon = "zooproject.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,11 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GIS
|
||||||
|
|
||||||
|
|
||||||
|
class _Toolkit(_GIS):
|
||||||
|
_type = "toolkit"
|
||||||
|
_icon_dir = "resources/gis/toolkit"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,242 @@
|
|||||||
|
---
|
||||||
|
id: gis
|
||||||
|
title: GIS
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of the gis provider.
|
||||||
|
|
||||||
|
## gis.cli
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/cli/gdal.png" alt="Gdal" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.cli.Gdal**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/cli/imposm.png" alt="Imposm" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.cli.Imposm**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/cli/lastools.png" alt="Lastools" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.cli.Lastools**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/cli/mapnik.png" alt="Mapnik" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.cli.Mapnik**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/cli/mdal.png" alt="Mdal" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.cli.Mdal**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/cli/pdal.png" alt="Pdal" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.cli.Pdal**
|
||||||
|
|
||||||
|
## gis.data
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/data/ban.png" alt="BAN" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.data.BAN**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/data/here.png" alt="Here" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.data.Here**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/data/ign.png" alt="IGN" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.data.IGN**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/data/openstreetmap.png" alt="Openstreetmap" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.data.Openstreetmap**
|
||||||
|
|
||||||
|
## gis.database
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/database/postgis.png" alt="Postgis" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.database.Postgis**
|
||||||
|
|
||||||
|
## gis.desktop
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/desktop/maptunik.png" alt="Maptunik" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.desktop.Maptunik**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/desktop/qgis.png" alt="QGIS" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.desktop.QGIS**
|
||||||
|
|
||||||
|
## gis.format
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/format/geopackage.png" alt="Geopackage" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.format.Geopackage**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/format/geoparquet.png" alt="Geoparquet" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.format.Geoparquet**
|
||||||
|
|
||||||
|
## gis.geocoding
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/geocoding/addok.png" alt="Addok" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.geocoding.Addok**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/geocoding/gisgraphy.png" alt="Gisgraphy" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.geocoding.Gisgraphy**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/geocoding/nominatim.png" alt="Nominatim" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.geocoding.Nominatim**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/geocoding/pelias.png" alt="Pelias" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.geocoding.Pelias**
|
||||||
|
|
||||||
|
## gis.georchestra
|
||||||
|
|
||||||
|
|
||||||
|
## gis.java
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/java/geotools.png" alt="Geotools" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.java.Geotools**
|
||||||
|
|
||||||
|
## gis.javascript
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/cesium.png" alt="Cesium" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Cesium**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/geostyler.png" alt="Geostyler" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Geostyler**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/keplerjs.png" alt="Keplerjs" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Keplerjs**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/leaflet.png" alt="Leaflet" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Leaflet**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/maplibre.png" alt="Maplibre" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Maplibre**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/ol-ext.png" alt="OlExt" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.OlExt**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/openlayers.png" alt="Openlayers" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Openlayers**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/javascript/turfjs.png" alt="Turfjs" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.javascript.Turfjs**
|
||||||
|
|
||||||
|
## gis.mobile
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/mobile/mergin.png" alt="Mergin" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.mobile.Mergin**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/mobile/qfield.png" alt="Qfield" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.mobile.Qfield**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/mobile/smash.png" alt="Smash" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.mobile.Smash**
|
||||||
|
|
||||||
|
## gis.ogc
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/ogc/ogc.png" alt="OGC" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.ogc.OGC**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/ogc/wfs.png" alt="WFS" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.ogc.WFS**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/ogc/wms.png" alt="WMS" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.ogc.WMS**
|
||||||
|
|
||||||
|
## gis.organization
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/organization/osgeo.png" alt="Osgeo" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.organization.Osgeo**
|
||||||
|
|
||||||
|
## gis.python
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/python/geopandas.png" alt="Geopandas" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.python.Geopandas**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/python/pysal.png" alt="Pysal" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.python.Pysal**
|
||||||
|
|
||||||
|
## gis.routing
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/routing/graphhopper.png" alt="Graphhopper" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.routing.Graphhopper**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/routing/osrm.png" alt="Osrm" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.routing.Osrm**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/routing/pgrouting.png" alt="Pgrouting" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.routing.Pgrouting**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/routing/valhalla.png" alt="Valhalla" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.routing.Valhalla**
|
||||||
|
|
||||||
|
## gis.server
|
||||||
|
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/actinia.png" alt="Actinia" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Actinia**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/baremaps.png" alt="Baremaps" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Baremaps**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/deegree.png" alt="Deegree" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Deegree**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/g3w-suite.png" alt="G3WSuite" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.G3WSuite**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geohealthcheck.png" alt="Geohealthcheck" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geohealthcheck**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geomapfish.png" alt="Geomapfish" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geomapfish**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geomesa.png" alt="Geomesa" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geomesa**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geonetwork.png" alt="Geonetwork" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geonetwork**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geonode.png" alt="Geonode" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geonode**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/georchestra.png" alt="Georchestra" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Georchestra**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geoserver.png" alt="Geoserver" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geoserver**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/geowebcache.png" alt="Geowebcache" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Geowebcache**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/kepler.png" alt="Kepler" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Kepler**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/mapproxy.png" alt="Mapproxy" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Mapproxy**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/mapserver.png" alt="Mapserver" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Mapserver**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/mapstore.png" alt="Mapstore" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Mapstore**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/mviewer.png" alt="Mviewer" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Mviewer**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/pg_tileserv.png" alt="Pg_Tileserv" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Pg_Tileserv**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/pycsw.png" alt="Pycsw" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Pycsw**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/pygeoapi.png" alt="Pygeoapi" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Pygeoapi**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/qgis-server.png" alt="QGISServer" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.QGISServer**
|
||||||
|
|
||||||
|
<img width="30" src="/img/resources/gis/server/zooproject.png" alt="Zooproject" style="float: left; padding-right: 5px;" >
|
||||||
|
**diagrams.gis.server.Zooproject**
|
||||||
|
|
||||||
|
## gis.toolkit
|
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 77 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.3 KiB |