This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-testing.git
The following commit(s) were added to refs/heads/main by this push:
new fd6b997 Add GeoParquet test data from apache/sedona (#1)
fd6b997 is described below
commit fd6b9978bab9b68f8c88eab8798bc061dc9e7b1c
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Jun 5 22:28:49 2025 -0500
Add GeoParquet test data from apache/sedona (#1)
* add geoparquet examples
* refine GeoParquet examples
* description
* Update data/parquet/README.md
Co-authored-by: John Bampton <[email protected]>
* fix typos
* actually rename the file
---------
Co-authored-by: John Bampton <[email protected]>
---
data/parquet/README.md | 25 +++++++++++++++++++++++++
data/parquet/geoparquet-1.0.0.parquet | Bin 0 -> 27814 bytes
data/parquet/geoparquet-1.1.0.parquet | Bin 0 -> 29838 bytes
data/parquet/overture-bbox.parquet | Bin 0 -> 24496 bytes
data/parquet/plain.parquet | Bin 0 -> 2238 bytes
5 files changed, 25 insertions(+)
diff --git a/data/parquet/README.md b/data/parquet/README.md
new file mode 100644
index 0000000..1611149
--- /dev/null
+++ b/data/parquet/README.md
@@ -0,0 +1,25 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ -->
+
+# Parquet Example Files
+
+- `geoparquet-1.0.0.parquet`: A small subset of global country border
polygons/multipolygons with GeoParquet 1.0.0 metadata
+- `geoparquet-1.1.0.parquet`: A small subset of global country border
polygons/multipolygons with GeoParquet 1.1.0 metadata (including a bbox
covering)
+- `overture-bbox.parquet`: [Overture Maps
Foundation](https://overturemaps.org/) data with GeoParquet 1.1.0 metadata
(including a bbox covering)
+- `plain.parquet`: A Parquet file without GeoParquet metadata
diff --git a/data/parquet/geoparquet-1.0.0.parquet
b/data/parquet/geoparquet-1.0.0.parquet
new file mode 100644
index 0000000..f9efd0d
Binary files /dev/null and b/data/parquet/geoparquet-1.0.0.parquet differ
diff --git a/data/parquet/geoparquet-1.1.0.parquet
b/data/parquet/geoparquet-1.1.0.parquet
new file mode 100644
index 0000000..33e4cdc
Binary files /dev/null and b/data/parquet/geoparquet-1.1.0.parquet differ
diff --git a/data/parquet/overture-bbox.parquet
b/data/parquet/overture-bbox.parquet
new file mode 100644
index 0000000..b5393d3
Binary files /dev/null and b/data/parquet/overture-bbox.parquet differ
diff --git a/data/parquet/plain.parquet b/data/parquet/plain.parquet
new file mode 100644
index 0000000..188209e
Binary files /dev/null and b/data/parquet/plain.parquet differ