-
Notifications
You must be signed in to change notification settings - Fork 36
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
Initial tests #2
base: master
Are you sure you want to change the base?
Conversation
* Some refactoring at coordinatesystems.py, coordinate systems are objects now instead of dicts
This looks really great thanks you. I made some notes on lines with some small issues, the only major one is the conversion module which needs to be able to take a topojson dict, dict of topojson dicts, topojson file path or object and if it's a path grab the name of the topojson file, we can clean up the topology function to only accept a dict of topojson dicts so it wouldn't need a out_name parameter. |
you should try if possible to do a bunch of little thing instead of one big thing, this also helps us trouble shoot |
I will do that, thanks. |
Hey @scardine, I am going to setup CircleCI or Travis Integration soon, then will start adding your tests, step by step |
Just a draft.