Skip to content
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

Explore updating with latest version of upstream python-rasterstats #1

Open
wants to merge 152 commits into
base: master
Choose a base branch
from

Conversation

sgoodm
Copy link
Member

@sgoodm sgoodm commented Dec 7, 2023

No description provided.

perrygeo and others added 30 commits February 22, 2018 11:10
Cast all integer data to int64 if we're on a 64 bit platform
The existing code produced the following warning, this commit removes the warning.

```
FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
```
Remove use of deprecated functionality
Fix boxify_points to correctly use a negative buffer
Fix README markup and add twine check
fixing issue where fiona DriverError was unhandled for string_type fe…
Bug fix for io.read_features
@sgoodm
Copy link
Member Author

sgoodm commented Dec 7, 2023

Resolved the merge of this into "main" branch, but need to test to verify functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.