Sean Gillies

Results 508 comments of Sean Gillies
trafficstars

@snowman2 I have a draft solution for #982 here. I'm going to remove it from the fiona 1.9a2 milestone since there's still some discussion to be had about the design.

@culebron this is an interesting issue. The second call to `fiona.open('sample.gpkg', 'w', driver='GPKG', schema=schema)` should delete the layer created in the first. We're fortunate that this only results in a...

@culebron this remains a complicated issue. If Fiona datasets don't call GDALClose when they are deallocated, data will not be written to disk and/or memory will leak in some cases....

Okay, this PR is mostly still on track. TODO: - [ ] rename some methods: `create` -> `create_token`, `delete` -> `delete_token`, `get_token`. - [ ] resolve conflicts

@FlorianBurgevin yes, I think new `Marker` and `CustomMarker` classes would be an important addition to the SDK.

No to pydantic. Yes to typing, but that's something I'll take on after I make a roadmap for 2.0. I won't have any time to review PRs until after that...

#198 was merged, but not into master, so this remains open.

@rclark ok, test added.

Right, GIS data formats almost always require a single geometry type. Shapefile doesn't really distinguish between single and multi lines and polygons (which is smart!). GeoJSON is the outlier in...

@awa5114 that's a limitation of GDAL's GeoJSON driver. The format specification allows multiple geometry types.