Skip to content

Commit 69eec8f

Browse files
authored
Updates for 0.4.0 release (#105)
1 parent 2615675 commit 69eec8f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ A quick overview of what geoparquet supports (or at least plans to support).
4949
* **Great at read-heavy analytic workflows** - Columnar formats enable cheap reading of a subset of columns, and Parquet in particular enables efficient filtering
5050
of chunks based on column statistics, so the format will perform well in a variety of modern analytic workflows.
5151
* **Support for data partitioning** - Parquet has a nice ability to partition data into different files for efficiency, and we aim to enable geospatial partitions.
52-
* **Enable spatial indices** - To enable top performance a spatial index is essential. This will be the focus of the
53-
[0.4](https://github.com/opengeospatial/geoparquet/milestone/5) release.
52+
* **Enable spatial indices** - To enable top performance a spatial index is essential. This will be the focus of a future release.
5453

5554
It should be noted what GeoParquet is less good for. The biggest one is that it is not a good choice for write-heavy interactions. A row-based format
5655
will work much better if it is backing a system that is constantly updating the data and adding new data.
@@ -61,8 +60,7 @@ Our aim is to get to a 1.0.0 within 'months', not years. The rough plan is:
6160

6261
* 0.1 - Get the basics established, provide a target for implementations to start building against.
6362
* 0.2 / 0.3 - Feedback from implementations, 3D coordinates support, geometry types, crs optional.
64-
* 0.4 - Feedback from implementations, add spatial index.
65-
* 0.x - Several iterations based on feedback from implementations.
63+
* 0.x - Several iterations based on feedback from implementations, spatial index best practices.
6664
* 1.0.0-RC.1 - Aim for this when there are at least 6 implementations that all work interoperably and all feel good about the spec.
6765
* 1.0.0 - Once there are 12(?) implementations in diverse languages we will lock in for 1.0
6866

format-specs/geoparquet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ should be stored in parquet format, including the representation of geometries a
77

88
## Version
99

10-
This is version 0.3.0 of the geoparquet specification.
10+
This is version 0.4.0 of the geoparquet specification.
1111

1212
## Geometry columns
1313

@@ -44,7 +44,7 @@ but have a default geometry used for geospatial operations.
4444

4545
#### version
4646

47-
Version of the geoparquet spec used, currently 0.3.0
47+
Version of the geoparquet spec used, currently 0.4.0
4848

4949
### Column metadata
5050

0 commit comments

Comments
 (0)