<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Dear OSGeoLive members,</p>
    <p>we would like to propose adding the OSGeo Community Project
      "GeoStyler" to the next release of OSGeoLive.</p>
    <p>Please find below the answers to the questions listed on <a
        href="https://trac.osgeo.org/osgeolive/wiki/Projects/How_to_apply">https://trac.osgeo.org/osgeolive/wiki/Projects/How_to_apply</a></p>
    <p>Kind regards<br>
      Jan<br>
    </p>
    <p><br>
    </p>
    <br>
    <p>> What is its name?</p>
    <p> <b>GeoStyler</b></p>
    <p>> What is the home page URL? <br>
    </p>
    <p><b>geostyler.org</b></p>
    <p> > Which<span> </span><a class="ext-link"
        href="http://opensource.org/licenses" style="text-decoration:
        none; color: rgb(187, 0, 0); border-bottom: 1px dotted rgb(187,
        187, 187);"><span class="icon" style="background:
          url("../extlink.gif") left center no-repeat;
          padding-left: 15px;">​</span>OSI approved Open Source Licence</a><span> </span>is
      used? <br>
    </p>
    <p><b>BSD-2-Clause License</b></p>
    <p> > What does the application do and how does it add value to
      the<span> GeoSpatial</span><span> </span>stack of software?</p>
    <p> <b>GeoStyler is a JavaScript library that allows users to style
        geographic data via a graphical user interface. Through its
        plugin-mechanisms, it is independent from any specific styling
        formats and can therefore be used for a variety of different
        styling formats, e.g. SLD, OpenLayers styles, MapBox Styles,
        QML, etc. Additional translator libraries also provide
        functionality for converting between different styling formats
        (e.g. OpenLayers style to SLD). Even though GeoStyler is
        primarily a React.js library, we also provide builds that enable
        using GeoStyler in any JavaScript-based environment. As there is
        currently no major JavaScript library that provides a reusable
        UI for styling geographic data in the web, we try to fill that
        gap. For the OSGeoLive, we intend to install the libraries
        "geostyler", "geostyler-sld-parser",
        "geostyler-openlayers-parser" as well as a beginner tutorial.</b></p>
    <p>> Does the application make use of OGC standards? Which
      versions of the standards? Client or server? You may wish to add
      comments about how standards are used. <b><br>
      </b></p>
    <p><b>We support reading and writing SLD 1.1.0 through the dedicated
        geostyler-sld-parser. We also support the import of data via WFS
        1.0.0, 1.1.0, 1.1.3, 2.0, 2.0.2.<br>
      </b></p>
    <p>> What language is it written in? <b><br>
      </b></p>
    <p><b>TypeScript</b></p>
    <p> > Which version of the application should be included in the
      next OSGeo-Live release?</p>
    <p><b><a class="moz-txt-link-abbreviated"
          href="mailto:geostyler@4.5.0">geostyler@4.5.0</a>, <a
          class="moz-txt-link-abbreviated"
          href="mailto:geostyler-sld-parser@2.0.1">geostyler-sld-parser@2.0.1</a>,
        <a class="moz-txt-link-abbreviated"
          href="mailto:geostyler-openlayers-parser@2.1.0">geostyler-openlayers-parser@2.1.0</a></b></p>
    <p>> If risk adverse organisations have deployed your application
      into production, it would imply that these organisations have
      verified the stability of your software. Has the application been
      rolled out to production into risk (ideally risk adverse)
      organisations? Please mention some of these organisations? <b><br>
      </b></p>
    <p><b>GeoStyler has been deployed into production for a variety of
        applications. E.g. <br>
      </b></p>
    <p><b>- Federal Office For Radiation Protection Germany (BfS):
        OpenBfS IMIS3 gis-client (</b><b><a
          href="https://github.com/OpenBfS/gis-client">https://github.com/OpenBfS/gis-client</a></b><b>)</b></p>
    <p><b>- Federal Office For Agriculture And Food Germany (BLE) and
        Uni Bonn (IGG, INRES): cropwatch (</b><b><a
          href="https://github.com/terrestris/cropwatch">https://github.com/terrestris/cropwatch</a></b><b>)</b><br>
    </p>
    <p><span>> OpenHub </span>provides metrics to help assess the
      health of a project. Eg:<span> </span><a class="ext-link"
        href="http://adhoc.osgeo.osuosl.org/livedvd/docs/en/metrics.html"
        style="text-decoration: none; color: rgb(187, 0, 0);
        border-bottom: 1px dotted rgb(187, 187, 187);"><span
          class="icon" style="background:
          url("../extlink.gif") left center no-repeat;
          padding-left: 15px;">​</span>http://adhoc.osgeo.osuosl.org/livedvd/docs/en/metrics.html</a><span> </span>Could
      you please ensure that your project is registered with Open HUB,
      and Open HUB has been updated to reference the correct code
      repository(s) for your project. What is the Open HUB URL for your
      project? <br>
    </p>
    <p><b>GeoStyler uses CI/CD mechanisms including code coverages for
        unit tests to provide indicates for the health of a project.
        These indicators are listed in the Readme of our GitHub
        repository </b><b><a
          href="https://github.com/geostyler/geostyler">https://github.com/geostyler/geostyler</a><br>
      </b></p>
    <p>> What is the size of the user community? You can often answer
      this by mentioning downloads, or describing a healthy, busy email
      list? <br>
    </p>
    <p><b>We currently have around 15 active code contributors in our
        main repository and several other contributors in our other
        repositories. There is also a growing community participating in
        discussions and bug reports.</b></p>
    <p>> What is the size of your developer community? <b><br>
      </b></p>
    <p><b>About 15 active code contributors</b></p>
    <p>> Do you have a bug free, stable release?</p>
    <p> <b>We do have stable releases. Are they completely bug free?
        Probably not. But the code is robust enough to be used for
        production environments.</b></p>
    <p>> Please discuss the level of testing that your project has
      gone through. <br>
    </p>
    <p><b>We provide automated unit tests via CI. Currently our code
        coverage is about 70%. We only merge contributions that pass
        automated tests and builds.</b></p>
    <p>> How long has the project has had mature code.</p>
    <b>About 2 years</b>
    <pre class="moz-signature" cols="72">-- 

  M.Sc. Geoinformatik Jan Suleiman
  - Anwendungsentwickler -

  terrestris GmbH & Co. KG
  Kölnstraße 99
  53111 Bonn

  Tel: +49 (0)228 / 96 28 99 -51
  Fax: +49 (0)228 / 96 28 99 -57

  Email: <a class="moz-txt-link-abbreviated" href="mailto:suleiman@terrestris.de">suleiman@terrestris.de</a>
  Web: <a class="moz-txt-link-freetext" href="http://www.terrestris.de">http://www.terrestris.de</a>

  Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: 
  Torsten Brassat, Marc Jansen

  Informationen über Ihre gespeicherten Daten finden Sie auf
  unserer Homepage unter folgendem Link:
  <a class="moz-txt-link-freetext" href="https://www.terrestris.de/datenschutzerklaerung/">https://www.terrestris.de/datenschutzerklaerung/</a>
</pre>
  </body>
</html>