Problems with ReadData.ConvertSiteOutlineToPolygon2d SpaceLayout package

Hi,

I’m trying to use the SpaceLayout package but the ReadData.ConvertSiteOutlineToPolygon2d is not working. If I open a blank document and run just this node without any input, it presents this error: “Warning: Dictionary.ValueAtKey expects argument type(s) (Dictionary, string), but was called with (Function, string).”
When I try to input the geometry list, then it presents another error:
“Warning: Internal error, please report: Dereferencing a non-pointer.
ReadData.ConvertSiteOutlineToPolygon2d operation failed.
Method not found: ‘Autodesk.DesignScript.Geometry.PolyCurve Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves(System.Collections.Generic.IEnumerable`1<Autodesk.DesignScript.Geometry.Curve>)’.”

This seems to be related to the issue that this node is currently an action node and in other versions it was a create node.

Does anyone knows what to do in this case?

I don’t think it’s easy to just use another method to build the boundary geometry for space planning, since this whole package is based on it’s own components (Polygon2d, point2d and etc.)

Any help will be highly appreciated

This may help: Package SpaceLayout, Dynamo 2.0.2 and Refinery - #2 by jacob.small