Skip to content

Fix for Join Giotto Objects with Polygon information#338

Open
iqraAmin wants to merge 2 commits intodrieslab:devfrom
iqraAmin:dev
Open

Fix for Join Giotto Objects with Polygon information#338
iqraAmin wants to merge 2 commits intodrieslab:devfrom
iqraAmin:dev

Conversation

@iqraAmin
Copy link
Contributor

@iqraAmin iqraAmin commented Jan 9, 2026

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Jan 9, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f9d7e5f0-6cc7-4524-aa9c-43ab3f259705

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.

Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present.

spat_information_vector <- gpoly[]
spat_information_centroids <- centroids(gpoly)
spat_information_centroids <- tryCatch(
centroids(gpoly),

Check warning

Code scanning / lintr

no visible global function definition for 'centroids' Warning

no visible global function definition for 'centroids'
cx[][["list_ID"]] <- gname
if (spat_unit %in% core_units) {
if (nrow(cx[]) == 0) {
stop(sprintf("Core spat_unit '%s' has 0 rows, object is invalid.", spat_unit))

Check notice

Code scanning / lintr

Lines should not be more than 80 characters. This line is 102 characters. Note

Lines should not be more than 80 characters. This line is 102 characters.
}

cx[][["list_ID"]] <- rep(gname, nrow(cx[]))
#cx[][["list_ID"]] <- gname

Check notice

Code scanning / lintr

Remove commented code. Note

Remove commented code.
centroids(gpoly),
error = function(e) NULL
)
# spat_information_centroids <- centroids(gpoly)

Check notice

Code scanning / lintr

Remove commented code. Note

Remove commented code.
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.

1 participant