This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new f7aafc7210 [GH-2559] Add CITATION.cff file for proper software 
citation (#2602)
f7aafc7210 is described below

commit f7aafc721044645b1b4714d760988c48289e73ca
Author: Subham <[email protected]>
AuthorDate: Tue Feb 10 10:45:35 2026 +0530

    [GH-2559] Add CITATION.cff file for proper software citation (#2602)
    
    Co-authored-by: Jia Yu <[email protected]>
---
 CITATION.cff | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 0000000000..e360ef6e85
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,19 @@
+cff-version: 1.2.0
+message: "If you use this software, please cite it as below."
+type: software
+title: "Apache Sedona"
+version: 1.8.1
+url: "https://sedona.apache.org/";
+repository-code: "https://github.com/apache/sedona";
+license: Apache-2.0
+authors:
+  - name: "The Apache Software Foundation"
+abstract: "Apache Sedona is a cluster computing system for processing 
large-scale spatial data. It extends modern cluster computing systems such as 
Apache Spark and Apache Flink to support spatial data types, spatial indexes, 
and spatial data processing operations, enabling developers to easily analyze 
spatial data at scale using Spatial SQL, Spatial Python, or Spatial R."
+keywords:
+  - spatial-computing
+  - geospatial
+  - big-data
+  - apache-spark
+  - apache-flink
+  - gis
+  - spatial-analytics

Reply via email to