[GH-2559] Add CITATION.cff file for proper software citation #2602
+41
−0
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.
Add CITATION.cff file to enable GitHub's 'Cite this repository' feature with proper software metadata and preferred citation to the Geoinformatica 2019 paper.
Fixes #2559
Did you read the Contributor Guide?
Is this PR related to a ticket?
[GH-XXX] my subject. Closes We can add a CITATION file to the repository to help users correctly cite the Sedona software #2559What changes were proposed in this PR?
Added CITATION.cff file with:
This enables GitHub's automatic citation feature and provides standardized citation formats.
How was this patch tested?
Validated against CFF v1.2.0 specification and verified metadata accuracy from pom.xml, R/DESCRIPTION, and docs/community/publication.md.
Did this PR include necessary documentation updates?