-
## Expected behavior and actual behavior.
the `intersects` method should return a `boolean`, but sometimes raises `GEOSException`
exception message example
```
shapely.errors.GEOSException: To…
-
Continuing work of #1248
-
All 19 datasets in the [opendata weekly pull](https://github.com/NYCPlanning/data-engineering/blob/main/.github/workflows/ingest_open_data.yml) should be migrated. This includes
- [ ] dcp_edesignatio…
-
In the PR https://github.com/geomet/geomet/pull/32 that added support for eWKT/eWKB, the comment was:
> Adding the crs object maintains some consistency with previous work; however, the meta.srid wil…
-
https://shapely.readthedocs.io/en/stable/manual.html#well-known-formats describes loads and dumps for binary/text but not the also existing load and dump functions for directly reading/writing files.
…
-
```
Use internal field from WKB approximation as an input for the iterative
solver. Should be effective for index-matching particles.
```
Original issue reported on code.google.com by `yurkin` on 24…
-
```
Use internal field from WKB approximation as an input for the iterative
solver. Should be effective for index-matching particles.
```
Original issue reported on code.google.com by `yurkin` on 24…
-
```
Use internal field from WKB approximation as an input for the iterative
solver. Should be effective for index-matching particles.
```
Original issue reported on code.google.com by `yurkin` on 24…
-
Hi rvalavi,
I can't understand what's going on... I am still adapting my previous script using the previous version of BlockCV, which was working correctly.
Now, last week it run the new version…
-
```julia
import GeoFormatTypes as GFT, WellKnownGeometry as WKG, GeoInterface as GI
tups = tuple.(rand(300_000), rand(300_000))
geoms_as_points = GFT.val.(WKG.getwkb.(GI.Point.(tups)))
geoms_as_…