-
Notifications
You must be signed in to change notification settings - Fork 13
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
remove pygplates.py? #307
Comments
I had originally thought about removing it entirely, but then @brmather reminded that some users might be using it. Having it as an empty file with just one line |
Also we should get rid of all uses of For example, there's a few places where And remove any uses of And this function could probably just get removed: Lines 275 to 292 in a1a6de2
...or replaced with something like: def _load_FeatureCollection(geometry):
features = pygplates.FeaturesFunctionArgument(geometry).get_features()
return pygplates.FeatureCollection(features) ...which can parse a bunch of things as covered here. |
Let me know if you want me to do this? I'm fine either way. |
It would be great if you would like to help with this. I will focus on documentation this week and will take the whole next week off. |
Sounds good 👍. Enjoy next week! |
@jcannon-gplates
Do you think we should remove the file pygplates.py from gplately? Or you want to keep it as an empty file with only one line "from pygplates import *"?
Either way or other ways are all fine with me.
The text was updated successfully, but these errors were encountered: