Project Filelist for Tools for QGIS or GeoPandas
File Release Notes and Changelog
Release Name: 0_1_2
Release Notes
Version 0.1.2 - rev. 5816 - 26 Feb. 2018
----------------------------------------------------
* Add AreaCircularityDefect 1st implementation
* Add SmallestEnclosingDisk 1st implementation
* Add ChrystalAlgorithm 1st implementation
* Add MAERStretching 1st implementation
* Add AreaRectangularityDefect 1st implementation
* Add MinimalPerimeterEnclosingRectangle 1st implementation
* Add MinimalAreaEnclosingRectangle 1st implementation
* Add RotatingCalipers 1st implementation
* Refactor and debug misc/STExplose implementation
* Debug STProjectPointsOnto impl.
* Add io/CSVReader 1st implementation
* Add misc/STAppend 1st implementation
* Add misc/STClip 1st implementation
* Add io/VTUWriter 1st implementation
* Add isovist/STZonalField2D 1st implementation
* Debug & enhance morph/STSkeletonizeTheVoid
* Debug graph/GraphAnalyzer (add sets in the __addPolyline(...) meth.)
* Debug & refactor graph/{STToRoadsSections, STToRoadsSectionsAngles, STToRoadsSectionsNodes} impl.
* Enhance & simplify morph/STMathematicsMoments (w. QgsLayerUtilities.getArrayOfFieldMaps(...))
* Enhance & simplify morph/STDerivative (w. QgsLayerUtilities.getArrayOfFieldMaps(...))
* Enhance & simplify morph/STDistanceToNearestEdge (w. QgsLayerUtilities.querySpatialIndex(...))
* Enhance morph/STSampleLineStrings (w. new output layer's attr. entitled 'gid')
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