Project Filelist for Tools for QGIS or GeoPandas
File Release Notes and Changelog
Release Name: 0_1_1
Release Notes
Version 0.1.1 - rev. 5656 - 15 Jan. 2018
----------------------------------------------------
* add new isovist/STBGOpenness impl.
* add new morph/spatialAttributeFunctions/{Max,Mean,Min,ShannonEntropy,StdDev}RayLength classes
* add new commons/GeomUtilities.lineNoder(...) static meth.
* add graph/STExtractCrossroadCenter 1st impl.
* debug commons/GeomUtilities.getKernel(...) static meth.
* Enhance commons/QgsLayerUtilities (new querySpatialIndex(...) static meth.)
* Add misc/STProjectPointsOnto 1st implementation
* Refactor & enhance graph/STShortestPolygonalContours class
* Debug & enhance graph/GraphAnalyzer impl. (debug & split buildAllPolygonalContours(...) into buildAll{Shortest,Longest}PolygonalContours(...))
Version 0.1.0 - rev. 5628 - 14 Dec 2017
----------------------------------------------------
* connectedSpaces, buildingsExtRings, patios = STConnectedSpacesAndPatios(inputLayer, buffDist=0.0).execute()
* skeleton, nodes, voronoi = STSkeletonizeTheVoid(buildingsExtRings, samplingDist=10.0).execute()
=> la skeletonization ne crée plus que 3 couches, les retourne en sortie, et ne prend plus de smoothingDist puisqu'elle ne simplifie plus automatiquement les données d'entrée. Il faut explicitement invoquer STConnectedSpacesAndPatios préalablement à la skeletonization
* indic = STSpatialAttributeCommand([AreaConvexityDefect, GraveliusIndex, MillerIndex ], intersections, outputLayerName=None).execute()
* STKernel a disparu - elle est remplacée par STSpatialCommand(Kernel, ...)
No change log