geoos
geoos copied to clipboard
A library provides spatial data and geometric algorithms
1. When I used the method on polygon, the result is not what I want. 2. Remove the following code maybe more suitable or accurate? (reference postgis st_buffer and turf.js)...
Signed-off-by: Abirdcfly
This algorithm takes a vector layer and combines their features into new features. One or more attributes can be specified to dissolve features belonging to the same class (having the...
This algorithm takes a vector layer with single-part geometries and generates a new one in which all geometries are multipart. Input features which are already multipart features will remain unchanged....
Specifically, it is to judge whether two multilateral types are adjacent and disjoint. Forgive me, my English is poor.
I encountered point repetition of multilateral array when processing data using GeoOS, but I did not find the relevant method. Thank you very much.