项目作者: d-wasserman

项目描述 :
This is a simple set of functions to calculate standard statistics within CityEngine's CGA programming language using string lists.
高级语言:
项目地址: git://github.com/d-wasserman/cga-stats.git
创建时间: 2017-04-08T18:04:48Z
项目社区:https://github.com/d-wasserman/cga-stats

开源协议:Apache License 2.0

下载


cga_stats

This is a simple set of functions to calculate standard statistics within CityEngine’s CGA programming language using string lists. While it is clear that using string lists and recursion to derive these statistics is a little strange, it does provide some useful applications within a CGA rule such as basing splits on string lists values (totals/sums) or finding various applications for calculating statistics from custom input data strings from GIS data. I have found a few applications for these functions and felt it might be worth sharing.

Demo