You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library is useful for generating the [SLD](https://www.ogc.org/standards/sld) file for raster as well as vector datasets. The package can generate the 4 types of styles,
7
7
@@ -10,7 +10,10 @@ The library is useful for generating the [SLD](https://www.ogc.org/standards/sld
10
10
3. Classified style
11
11
4. Raster style
12
12
13
-
The library is the small version of [QGIS symbology](https://docs.qgis.org/2.8/en/docs/training_manual/basic_map/symbology.html). This library is very useful for the visual appearance on the map.
13
+
The library is the small version of [QGIS symbology](https://docs.qgis.org/2.8/en/docs/training_manual/basic_map/symbology.html). This library is very useful for the visual appearance on the map. Below is the example of categorized style in qgis.
14
+
15
+

16
+
14
17
15
18
The package is available in official PyPI: https://pypi.org/project/pysld/
0 commit comments