-
Notifications
You must be signed in to change notification settings - Fork 20
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
Lean Client for Single Provider #50
Conversation
Use shapely.geomtery.mapping to convert shapely geomtry objects to geojson dicts, dropping geopandas dependency.
@johnclary I'm not sure if you meant to submit this as a pull request, but I won't be able to accept this since it deletes the other parts of the library we are currently using in production. I'm happy to discuss refactoring the |
@thekaveman i understand.
Will look for activity on related issues and help where I can. |
Definitely helps the conversation, thanks! |
And apologies, I was too hasty in reading through your initial description and the code changes that I missed the line about this being more an exploration of an idea. |
This PR refactors
api
as a standalone package. It deviates from the original client in that it:auth.py
andprovider.py
dependencies in favor ofurl
,auth_type
,token
, andheaders
args.OAuth
I don't expect this to be merged, but hopefully it contributes to the conversation around #35