Skip to content

Commit 84f1381

Browse files
authored
Merge pull request #6 from geoarrow/news-0-2
NEWS for 0.2 release
2 parents b340399 + 5546a86 commit 84f1381

File tree

7 files changed

+466
-5
lines changed

7 files changed

+466
-5
lines changed

.github/workflows/quarto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: |
2020
./sync-external.sh
2121
env:
22-
GEOARROW_REF: "a7cc2392d3fb46e663d914d931f33d022dc45e91"
23-
GEOARROW_DATA_REF: "6416e472f18669bb7b7248714ecf3545d6a099cb"
22+
GEOARROW_REF: "005d02de3dd5895cba5fe5e7e862814a62a9b7e5"
23+
GEOARROW_DATA_REF: "e8eaa04487d982398f07713cde527c5c5edeee1e"
2424

2525
- name: Publish to GitHub Pages (and render)
2626
uses: quarto-dev/quarto-actions/publish@v2

_quarto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ website:
1111
navbar:
1212
logo: geoarrow_logo.png
1313
left:
14-
- href: index.qmd
15-
text: Home
1614
- format.qmd
1715
- extension-types.qmd
1816
- data.qmd
@@ -28,6 +26,7 @@ website:
2826
text: "R"
2927
- href: https://github.com/geoarrow/geoarrow-rs/blob/main/js/README.md
3028
text: "WebAssembly"
29+
- news/index.qmd
3130
- resources.qmd
3231
right:
3332
- icon: github

data.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ title: "Data"
66

77
{{< include geoarrow-data/microsoft-buildings/README.md >}}
88

9+
{{< include geoarrow-data/natural-earth/README.md >}}
10+
11+
{{< include geoarrow-data/quadrangles/README.md >}}
12+
13+
{{< include geoarrow-data/example-crs/README.md >}}
14+
915
{{< include geoarrow-data/example/README.md >}}

news/index.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "News"
3+
listing: default
4+
---

news/release-0-2-lonboard.png

317 KB
Loading

news/release-0-2.qmd

Lines changed: 452 additions & 0 deletions
Large diffs are not rendered by default.

sync-external.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ popd
3939

4040
pushd geoarrow-data
4141

42-
for f in example/README.md ns-water/README.md microsoft-buildings/README.md; do
42+
for f in ./*/README.md; do
4343
sed -i.bak 's/^#/##/' $f
4444
rm $f.bak
4545
done

0 commit comments

Comments
 (0)