Splitter un pdf en n *.png pdftoppm input.pdf outputname -png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from qgis.core import QgsVectorLayer, QgsField, QgsSymbol, QgsSimpleFillSymbolLayer, QgsRendererCategory, QgsCategorizedSymbolRenderer | |
| def QgisV3LayerRandomColor(layer, fieldName): | |
| """ | |
| QGIS3 : Automatic pyqgis categorized renderer classification on 'fieldname' field from 'layer' attribute table | |
| copyright : (C) 2019 by Sylvain T., CNRS FR 3020 | |
| Licence : Creative Commons CC-BY-SA V4+ | |
| Sources : https://gis.stackexchange.com/questions/226642/automatic-pyqgis-categorized-renderer-classification | |
| :param layer: QgsVectorLayer |
Shellscript to download geolite files from maxmind.com https://dev.maxmind.com/geoip/legacy/geolite/ Will not work anymore by january 2019
- Modify if needed
LOCALPATH="./"variable ; - Launch the script (maxmind server sometimes not answer all the wget queries so you may launch it several times)
Sylvain T., Paris, septembre 2018.