-
## Expected behavior and actual behavior.
I'm using a buffer to reduce precision error before applying contains operation on my geometries. Geometry that is expected to contain another one gets sma…
-
Currently when ever this option is checked, when we save the ifc project/file, this doesn't get saved and we constantly have to go back to check the box. It would be nice if this option is also saved …
-
Need to support deferred acceptance algorithm. Can it be supported via my map-reduce based framework? Here is an [R implementation](https://www.r-bloggers.com/illustrating-the-deferred-acceptance-alg…
-
## Expected behavior and actual behavior.
File "/home/work/extoanaservice/app/analyzers/work_area.py", line 627, in init
mesh_link_gdf.to_csv(os.path.join(self.file_manager.storage_folder(), m…
-
Is there any interest in supporting SVG as an input and output format, like WKT? I know Shapely objects have a `.svg()` method (which isn't in the docs, btw). But that method is export only and seems …
-
## Expected behavior and actual behavior.
Actual behavior is same as expected ([according to the docs](https://shapely.readthedocs.io/en/stable/reference/shapely.from_geojson.html#shapely.from_geoj…
-
Right now, `Dataset.dggs.cell_centers` returns a `Dataset` containing the geographical coordinates. However, since we return a `Dataset` we have to use the lengthy `ds.pipe(lambda ds: ds.merge(ds.dggs…
-
Traceback (most recent call last):
File "./scripts/extract_features.py", line 40, in
polygons = process_features( polygons['features'], conf['polygons']) # extracted_polygons
File "D:\shar…
-
I want to find topological relations among `LineString`s in shapefile, but when I debug my code, it will cost plenty of time to run `shapely/predicates.py/has_z` method (although this is a conda envir…
-
The intersection of a geometrycollection with 4 polygons with a Polygon that overlaps with all four polygons in the collection results in one Polygon. Is this correct?
Issue created based on a slig…