Page 1 of 1

Polygon object

Posted: June 4th, 2019, 4:36 pm
by htuser
Dear CSPro Developer Team,

As you know, i'm always reading new adding and help at: https://github.com/CSProDevelopment
So, i'm asking myself if we can have a polygon object : https://courses.cs.washington.edu/cours ... lygon.html

or this : https://stackoverflow.com/questions/304 ... t-vertices, from shapely.
or planar: https://pythonhosted.org/planar/polygon.html

also in CSPro Logic?
Why?

a) This will solve a very requested feature : draw polygon (agricultural parcels, by example) in the future mapping module;

b) Ensure enumerator in assigned EA. I already discuss and find a solution. Thanks to Josh (please see: http://csprousers.org/forum/viewtopic.php?f=1&t=3374). However, after multiples reading, i dont see how to have a visual and dynamic polygon vector on the mapping module, who, until now, doesn't support vector (KML/KMZ) layers.
If vector is supported, i will use existing CSPro logic librairies such as this: http://csprousers.org/forum/viewtopic.p ... ping#p9329 posted by Aaron to transform points (geographic coordinates: X and Y) stored in external dict or array to polygon and show it to the CSPro module mapping.

Sorry For anticipation,since the 7.3 Alpha or Beta isn't yet officially released...

Best Regards