-
Notifications
You must be signed in to change notification settings - Fork 26
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
428 bug attributeerror geodataframe object has no attribute data #429
Merged
SimonMolinsky
merged 16 commits into
dev
from
428-bug-attributeerror-geodataframe-object-has-no-attribute-data
Jun 28, 2024
Merged
428 bug attributeerror geodataframe object has no attribute data #429
SimonMolinsky
merged 16 commits into
dev
from
428-bug-attributeerror-geodataframe-object-has-no-attribute-data
Jun 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.5.1 update
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.2.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…-learn-1.5.0 Bump scikit-learn from 1.2.2 to 1.5.0 in /docs
geopandas sjoin change compatibility
Synchro with main
…1-pin 422 need for pylibtiff==051 pin
Github actions update
…1-pin 422 need for pylibtiff==051 pin
SimonMolinsky
deleted the
428-bug-attributeerror-geodataframe-object-has-no-attribute-data
branch
June 28, 2024 09:26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GeoDataFrame Attribute Error -
transform_blocks_to_numpy()
Package version (main branch)
version: 0.5.2
Description
Non-existing attribute was used.
Problem
Raised AttributeError
Solution
Removed wrong attribute.
Affected modules
pipelines
processing
Unit tests
test_smooth_areas.py
->test_blocks_as_geodataframe()
Package check
(Optional) Additional info
Is feature related to literature? Does change require new dependencies? Any other information...