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

1.0 release #40

Closed
sgillies opened this issue Apr 22, 2013 · 4 comments
Closed

1.0 release #40

sgillies opened this issue Apr 22, 2013 · 4 comments
Assignees
Milestone

Comments

@sgillies
Copy link
Member

This is an announcement that I'd like to ship Fiona 1.0 soon and a last call for feature requests. I've just added a dumpgj script which does a bit of both ogrinfo and ogr2ogr and serves as the canonical usage example. I'm going to tweak it a little more before 1.0, finalize some args and options, possibly add some JSON-LD context information, add CRS to the GeoJSON output.

Anything else?

@ghost ghost assigned sgillies Apr 22, 2013
@ldgeo
Copy link

ldgeo commented Apr 24, 2013

Python3 support ?

@sgillies
Copy link
Member Author

@ldgeo I'm planning to switch over to developing Fiona for Python 3.3. and then backporting to 2.6/7. I'm going to try it out this weekend and if it goes smoothly, will do that for 1.0; otherwise defer until after.

@ldgeo
Copy link

ldgeo commented May 6, 2013

Nice, thanks for the python3 support
I quickly tested on small shapefiles and it works fine.

Upgraded with pip, i got this error:

File "/usr/local/lib/python3.3/dist-packages/fiona/this_bis.py", line 10
        print s
              ^
    SyntaxError: invalid syntax

you forgot to convert the print statement in https://github.com/Toblerity/Fiona/blob/master/src/fiona/this_bis.py

@sgillies
Copy link
Member Author

sgillies commented May 7, 2013

Thanks, @ldgeo. I've used six.print_ instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants