Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoParquet #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,33 @@ <h4>Description</h4>
candidate for replacing Shapefiles in an enviroment centered on ArcGIS.
</p>
</div>


<div class="alert" role="alert">
<a name="GeoParquet"></a>
<h3>GeoParquet</h3>
<img class="format-logo img-thumbnail" src="https://geoparquet.org/_astro/parquet.060eee14.svg"/>
<p class="lead">
<a href="https://geoparquet.org/">GeoParquet</a> is a new and powerful format.
It is designed for large scale data analysis using distributed cloud computing.
</p>
<h4>Features</h4>
<ul>
<li>Apache Parquet</li>
<li>Column-oriented data format</li>
<li>Single or multiple files</li>
<li>Blazingly fast i/o</li>
<li>Compact files</li>
<li>Supports alternative coordiate reference systems</li>
<li>Extensible</li>
</ul>
<h4>Description</h4>
<p>
The format's specification v1.0.0 was released September 2023.
GDAL has supported <a href="https://gdal.org/drivers/vector/parquet.html">(Geo)Parquet</a> since v3.5.
(Geo)Parquet is extensible, by default the encoding is WKB, but some drivers support alternative encodings like WKT, FlatGeobuf, and
<a href="https://geoarrow.org/">GeoArrow</a>.
</p>
</div>

<hr>

Expand Down