Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a GeoJSON collection's name to be set in write mode #1352

Merged
merged 5 commits into from
Mar 11, 2024
Merged

Conversation

sgillies
Copy link
Member

Resolves #1351

@sgillies sgillies added the bug label Mar 11, 2024
@sgillies sgillies added this to the 1.10 milestone Mar 11, 2024
@sgillies sgillies self-assigned this Mar 11, 2024
driver="GeoJSON",
crs="EPSG:4326",
schema={"geometry": "Point", "properties": {"foo": "int"}},
layer="Darwin Núñez",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to be sure that we support Unicode layer names 😆 ⚽ 🇺🇾 🟥


@pytest.mark.skipif(
sys.platform == "win32",
reason="Windows test runners don't have full unicode support",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll figure this out later. Some lack of libiconv or configuration thereof, I bet.

@sgillies sgillies merged commit 3d48234 into main Mar 11, 2024
8 checks passed
@sgillies sgillies deleted the issue1351 branch March 11, 2024 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add name keyword argument to fiona.open() and Collection constructor
1 participant