Andrew
Andrew
Hello, I am getting the following deprecation warning: "PendingDeprecationWarning: HMAC() without an explicit digestmod argument is deprecated." Just wanted to let you know this is happening with the latest release....
I updated the specification to support beyond just crs as WKT.
I mentioned this in a PR, but I want it listed here. The metadata column information should allow for WKT and WKID crs values.
Fixes issue where data that is not projected in 4326 is handled properly.
- changed Multipoint to MultiPoint to ensure the geojson type is correct.
Can multiple people manage coveralls? I want given the coveralls add-in to my account, but we have a team of people who manage our repos, how do I let multiple...
There is an issue with Geomet and converting GeoJSON MultiPolygon to Esri Polygon. This PR fixes the issue where the values should be flattened a bit. The issue was caused...
### Context What are you trying to do? Requests has a clear was to create new authentication handlers. I would like to do the same with urllib3, but as a...
The documentation just states that the geometry_type can be list or a single string. Does this mean we can pass the geometry_type as [Point, MultiPoint] or does it have to...
### What went wrong? Can we please get more clarify/example on how to use the gssapi.Credentials? `creds` is GSSAPI credentials (gssapi.Credentials) to use for negotiation. Thank you