Skip to content

Commit

Permalink
Apply last comments and add new nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGacon committed Jan 13, 2025
1 parent b3bd25f commit 112d0b9
Show file tree
Hide file tree
Showing 45 changed files with 2,406 additions and 5 deletions.
12 changes: 12 additions & 0 deletions diagrams/gis/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ class Gdal(_Cli):
_icon = "gdal.png"


class Imposm(_Cli):
_icon = "imposm.png"


class Lastools(_Cli):
_icon = "lastools.png"


class Mdal(_Cli):
_icon = "mdal.png"


class Pdal(_Cli):
_icon = "pdal.png"


# Aliases
4 changes: 4 additions & 0 deletions diagrams/gis/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class BAN(_Data):
_icon = "ban.png"


class Here(_Data):
_icon = "here.png"


class IGN(_Data):
_icon = "ign.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/gis/desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Desktop(_GIS):
_icon_dir = "resources/gis/desktop"


class Maptunik(_Desktop):
_icon = "maptunik.png"


class QGIS(_Desktop):
_icon = "qgis.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/gis/geocoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ class Nominatim(_Geocoding):
_icon = "nominatim.png"


class Pelias(_Geocoding):
_icon = "pelias.png"


# Aliases
11 changes: 11 additions & 0 deletions diagrams/gis/georchestra.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions diagrams/gis/mobile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ class Qfield(_Mobile):
_icon = "qfield.png"


class Smash(_Mobile):
_icon = "smash.png"


# Aliases
4 changes: 2 additions & 2 deletions diagrams/gis/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Graphhopper(_Routing):
_icon = "graphhopper.png"


class Osmr(_Routing):
_icon = "osmr.png"
class Osrm(_Routing):
_icon = "osrm.png"


class Pgrouting(_Routing):
Expand Down
12 changes: 12 additions & 0 deletions diagrams/gis/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ class Geowebcache(_Server):
_icon = "geowebcache.png"


class Kepler(_Server):
_icon = "kepler.png"


class Mapproxy(_Server):
_icon = "mapproxy.png"

Expand All @@ -68,6 +72,14 @@ 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"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class CertManager(_Certificates):
_icon = "cert-manager.png"


class Certbot(_Certificates):
_icon = "certbot.png"


class LetsEncrypt(_Certificates):
_icon = "lets-encrypt.png"

Expand Down
39 changes: 36 additions & 3 deletions docs/nodes/gis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,26 @@ id: gis
title: GIS
---

Node classes list of gis provider.
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/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.cplusplus


Expand All @@ -26,6 +35,9 @@ Node classes list of gis provider.
<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**

Expand All @@ -41,6 +53,9 @@ Node classes list of gis provider.
## 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**

Expand All @@ -65,6 +80,12 @@ Node classes list of gis provider.
<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


Expand Down Expand Up @@ -107,6 +128,9 @@ Node classes list of gis provider.
<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


Expand Down Expand Up @@ -140,8 +164,8 @@ Node classes list of gis provider.
<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/osmr.png" alt="Osmr" style="float: left; padding-right: 5px;" >
**diagrams.gis.routing.Osmr**
<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**
Expand Down Expand Up @@ -188,6 +212,9 @@ Node classes list of gis provider.
<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**

Expand All @@ -197,6 +224,12 @@ Node classes list of gis provider.
<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**

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Node classes list of the onprem provider.
<img width="30" src="/img/resources/onprem/certificates/cert-manager.png" alt="CertManager" style="float: left; padding-right: 5px;" >
**diagrams.onprem.certificates.CertManager**

<img width="30" src="/img/resources/onprem/certificates/certbot.png" alt="Certbot" style="float: left; padding-right: 5px;" >
**diagrams.onprem.certificates.Certbot**

<img width="30" src="/img/resources/onprem/certificates/lets-encrypt.png" alt="LetsEncrypt" style="float: left; padding-right: 5px;" >
**diagrams.onprem.certificates.LetsEncrypt**

Expand Down
Binary file added resources/cas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gis/cli/mdal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gis/cli/pdal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gis/desktop/maptunik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gis/geocoding/pelias.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 112d0b9

Please sign in to comment.