-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BPT-155] Spatial Data Refactor #104
Merged
Merged
Changes from 15 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
f0f5329
Update README.md
ckmah 7d3ec21
Merge pull request #103 from ckmah/download-badge
ckmah 1d582ac
Delete Non-refactored Files
dylanclam12 22e1141
SpatialData Modified Query Script
dylanclam12 a7ff251
SpatialData Formatting in _io.py and _geometry.py
dylanclam12 efda092
_shape_features.py Refactor
dylanclam12 f1912d5
_point_features.py Refactor
dylanclam12 7ff7f69
_lp.py Refactor Part 1
dylanclam12 ed6e1e9
_lp.py Refactor Part 2
dylanclam12 e47a265
_neighborhoods.py Addition
dylanclam12 f83ff83
_utils.py sync_points function and minor fixes
dylanclam12 e724986
_flux.py Refactor
dylanclam12 cb29d2d
Removed Dask Functionality
dylanclam12 55766cf
_flux_enrichment.py Refactor
dylanclam12 7068c43
_colocation.py, _decomposition.py, _composition.py Refactor
dylanclam12 0a33e1b
_plotting.py, _colors.py, _layers.py, _utils.py Refactor
dylanclam12 f17bf6e
_lp.py, _multidimensional.py Plotting Refactor
dylanclam12 31e2fc5
Addressing review comments on PR [BPT-155]
dylanclam12 10f1b33
Parse refactor for _utils.py, _geometry.py, and _io.py
dylanclam12 49f81f8
Parse refactor for _shape_features.py
dylanclam12 0585f38
Parse refactor for _points_features.py
dylanclam12 b28217a
Parse refactor for _flux.py and _flux_enrichment.py
dylanclam12 5e8cee9
_signatures.py Refactor
dylanclam12 f1a3980
_colocation.py minor fix
dylanclam12 8e82f13
Remove cell_boundaries_key parameters
dylanclam12 49512aa
cleanup typos, delete misc code, comments
ckmah 1562b8d
cleanup formatting, fix docstring return info
ckmah 0d5f7e7
shape sjoin index added to cell_boundaries df; use full shape names
ckmah dbdc570
cleanup format with ruff
ckmah ae5ef79
sjoins require key for cell shape
ckmah 2ad8165
use full cell shape key for prefixing shape feature keys
ckmah 35d07ae
sync sjoin data types, restrict points to 2D
ckmah 0e6a929
remove shape prefixing
ckmah f790681
remove import unused to_tensor fn
ckmah b48f167
use instance_key to track cell shape
ckmah ec9ce51
test_io seems to work, test_shape_features wip, commented out other t…
ckmah a24e171
cast index to str always
ckmah 26b1785
fixed point and shape sync (untested)
ckmah e90076a
save instance_key to proper points attr field
ckmah f9d3ccb
Merge remote-tracking branch 'origin/sjoin-index-type-fix' into spati…
dylanclam12 e13e73e
_geometry.py setters and getters
dylanclam12 d1a253d
test_io.py
dylanclam12 f234817
_shape_feature.py remove overwrite
dylanclam12 d7b7424
_shape_features.py remove overwrite
dylanclam12 c966c93
Merge remote-tracking branch 'origin/spatialdata_refactor' into spati…
dylanclam12 f9d5b7d
_shape_features.py Tests
dylanclam12 e73470b
_points_features.py: shape_names --> shape_keys
dylanclam12 06b615a
_points_features.py: instance_key
dylanclam12 abc9f51
_points_features.py: shape_key_index
dylanclam12 0470639
_point_features.py: analyze_points refactor
dylanclam12 495fdec
test_point_features.py
dylanclam12 cc2113e
simplifying test_point_features.py
dylanclam12 4eb7435
simplifying test_shape_features.py
dylanclam12 f0dfe93
Change PATTERN_FEATURES
dylanclam12 bf5f276
_lp.py: instance_key
dylanclam12 ebf3e36
_lp.py Tests
dylanclam12 9fa35a3
_geometry.py: set_metadata documentation
dylanclam12 79cb21e
_flux.py: instance_key
dylanclam12 f6e44af
_neighborhoods.py: feature_name
dylanclam12 0fbd7a0
_flux.py Tests
dylanclam12 cc18e88
_flux_enrichment.py: set_points_metadata
dylanclam12 a179937
_flux_enrichement.py: instance_key
dylanclam12 9034dd5
_flux_enrichment.py Tests
dylanclam12 dad41c4
remove import random test_flux.py and test_flux_enrichment.py
dylanclam12 285ee56
_colocation.py: colocation instance_key and feature_key
dylanclam12 48c8d62
_colocation.py: coloc_quotient keys
dylanclam12 411f62f
_colocation.py Tests
dylanclam12 30ecb71
_geometry.py Tests
dylanclam12 ee1f007
cleanup misc constants
ckmah 8fdfdf1
Merge branch 'v2.1' into spatialdata_refactor
ckmah fcb72ec
more merge conflicts
ckmah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should default value be set for
instance_key
?