Coder Social home page Coder Social logo

keytree's People

Contributors

dericke avatar fredhope2000 avatar rufuspollock avatar sgillies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keytree's Issues

1.1.0 release

A bug fix (#4) and warning about end of support for old Python versions (#7).

minor Python 3 syntax errors

This project has the following syntax errors that prevent it from running in Python3:

  • raise ValueError, "Invalid dimensions"
    ValueError, "Invalid dimensions" should be ValueError("Invalid dimensions")
  • from factory import feature, geometry
    from kml import element
    from factory and from kml should be from keytree.factory and from keytree.kml respectively

I have forked the repository and made the changes, and my fork seems to be running fine in Python 3--it was just these minor syntax errors. I'm happy to contribute the fixes back to the main project and delete my fork, I just don't have the write privileges to do so.

@sgillies

2.0.0 release

New feature and type hinting. Target date: 2020-06-15.

Feature request: support Google extension feature types

Some pro-bono work I'm doing has me converting features like gx:Track into LineStrings for geojson output. I'm already writing the code to do so and would be happy to make it into a PR for this project, but I wanted to check if the interest is there before I write and submit it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.