-
## Problem
When using Dask GeoPandas to write a GeoDataFrame to Parquet format, the spatial partitions appear not to be persisted correctly. This issue is observed when storing GeoPandas data with sp…
-
Given API with type parameter bound to something:
```
interface Geo {
val geometry: Geometry
}
internal class GeoDataFrame(val df: DataFrame) {
fun update(f: DataFrame.() -> DataFrame): Da…
-
**Is your feature request related to a problem? Please describe.**
Currently users can export shapefile representations of the model grid and package or variable objects. But the current export parad…
aleaf updated
2 months ago
-
It works for 2 point lines only:
```
df = gpd.GeoDataFrame({'mission': ['A','B']}, geometry=[
shapely.geometry.LineString([(0,0), (1,0)]),
shapely.geometry.LineString([(0,0), (1,…
-
Should a 0-element Vector simply be skipped when Rasterizing or is there good reason to return an error?
```
ERROR: BoundsError: attempt to access 0-element Vector{ArchGDAL.IGeometry{ArchGDAL.wkbMul…
-
Following the support for geopandas (#3870) I'd like to request the support of geopolars. I know geopolars is quite early in it's development, but it would be great to be able to explore them in t…
-
I am wondering whether we can directly use GeoDataFrames for storing all geo-referenced content of the ThermalNetwork.components.
Then, we do not need to care about coordinate reference system of l…
-
Whenever I try to visualize the data, it appears to look correct, but as if it was mirrored and then rotated CW 90 degrees. I am very new to coding and have no idea what is causing this transformation…
-
Mirroring `gpd.GeoDataFrame.set_crs()`
-
**Is your feature request related to a problem? Please describe.**
I tried out the solaris instance_mask function and found that it took about 19 minutes to turn a geodataframe of about ~10,000 label…