-
The `rtree` package is exposed publically, making it part of the module interface contract. This reduces the amount of flexibility with changing the interface and implementation of that package. We ca…
-
```
studyArea
-
Hi,
first of all, thank you for your efforts to bring the functionality of the sf package to Julia!
## Describe the bug
While diving into the package, I ran into an error regarding SpatiaLit…
-
-
Hello again,
now I ran into an issue regarding st_transform.
# Describe the bug
I do not know how to use the function, since I don't know what the parameter 'crs::GFT.GeoFormat' should be. I …
-
### Description
When the outer-most view is a `IfLetStore` or `SwitchStore`, the case doesn't update when run in previews.
### Checklist
- [X] If possible, I've reproduced the issue using the `ma…
-
I was wondering if the WKB parser is stricter or if it was coming from my data?
Same data stored in Spatialite
```sql
select global_id , ST_AsText(GEOM) as geom, hex(ST_AsBinary(GEOM)) as bin …
-
**Current implementation**
- Using a mutable struct called SimpleFeature to store data frame and other info (crs and geomtype)
**Desired implementation**
- Use just a data frame with metadata (ht…
-
@JuliaRegistrator register
Release notes:
- Added GEOS functionality
- Added more functions to allow SimpleFeature objects to function as DataFrames
- Updated docs with more examples and bette…
-
One possible memory layout (cfr https://github.com/geopandas/geo-arrow-spec/issues/3) is an array of "nested lists", which is natively supported in Apache Arrow.
It is the format that [`spatialpanda…