Toblerity / Fiona

Fiona reads and writes geographic data files
https://fiona.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 202 forks source link

Add name keyword argument to fiona.open() and Collection constructor #1351

Closed sgillies closed 5 months ago

sgillies commented 6 months ago

And pass it through to GDALDatasetCreateLayer().

See also https://github.com/Toblerity/Fiona/discussions/1348.

sgillies commented 6 months ago

Now that I think about it more, name is reserved for the filename/URI given to the constructor. The layer keyword, which already exists, is the thing to rely on.

nk9 commented 6 months ago

Yes, layer is certainly what I initially expected to work! Thanks for opening this, looking foward to being able to use it.