Skip to content

Commit 1b40782

Browse files
readme corrections
1 parent ae0ca64 commit 1b40782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Output is in the Apache Parquet format, a directory with one file per partition.
111111
For a quick view of your output, you can read Apache Parquet with pandas, and then use h3-pandas and geopandas to convert this into a GeoPackage for visualisation in a desktop GIS, such as QGIS. The Apache Parquet output is indexed by the DGGS column, so it should be ready for association with other data prepared in the same DGGS.
112112

113113
<details>
114-
<summary>For rHEALPix DGGS output...</summary>
114+
<summary>For H3 output...</summary>
115115

116116
```python
117117
>>> import pandas as pd
@@ -138,7 +138,7 @@ h3_09
138138
</details>
139139

140140
<details>
141-
<summary>For rHEALPix DGGS output...</summary>
141+
<summary>For rHEALPix output...</summary>
142142

143143
For rHEALPix DGGS output, you can use [`rHP-Pandas`](https://github.com/manaakiwhenua/rHP-Pandas):
144144

0 commit comments

Comments
 (0)