Skip to content

Commit c5859e4

Browse files
committed
.geoparquet -> .parquet
1 parent 97fed79 commit c5859e4

File tree

15 files changed

+14
-14
lines changed

15 files changed

+14
-14
lines changed

.github/workflows/geoparquet.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
stac geoparquet-items create disasters/ disasters/stac-items.geoparquet --collection disasters/collection.json
2-
stac geoparquet-items create education/bloom/ education/bloom/stac-items.geoparquet --collection education/bloom/collection.json
3-
stac geoparquet-items create fusion/14N/29E-188N/ fusion/14N/29E-188N/stac-items.geoparquet --collection fusion/14N/29E-188N/collection.json
4-
stac geoparquet-items create open-skysat-data/ open-skysat-data/stac-items.geoparquet --collection open-skysat-data/collection.json
5-
stac geoparquet-items create spacenet7/sn7_test_source/ spacenet7/sn7_test_source/stac-items.geoparquet --collection spacenet7/sn7_test_source/collection.json
6-
stac geoparquet-items create spacenet7/sn7_train_labels/ spacenet7/sn7_train_labels/stac-items.geoparquet --collection spacenet7/sn7_train_labels/collection.json
7-
stac geoparquet-items create spacenet7/sn7_train_source/ spacenet7/sn7_train_source/stac-items.geoparquet --collection spacenet7/sn7_train_source/collection.json
1+
stac geoparquet-items create disasters/ disasters/stac-items.parquet --collection disasters/collection.json
2+
stac geoparquet-items create education/bloom/ education/bloom/stac-items.parquet --collection education/bloom/collection.json
3+
stac geoparquet-items create fusion/14N/29E-188N/ fusion/14N/29E-188N/stac-items.parquet --collection fusion/14N/29E-188N/collection.json
4+
stac geoparquet-items create open-skysat-data/ open-skysat-data/stac-items.parquet --collection open-skysat-data/collection.json
5+
stac geoparquet-items create spacenet7/sn7_test_source/ spacenet7/sn7_test_source/stac-items.parquet --collection spacenet7/sn7_test_source/collection.json
6+
stac geoparquet-items create spacenet7/sn7_train_labels/ spacenet7/sn7_train_labels/stac-items.parquet --collection spacenet7/sn7_train_labels/collection.json
7+
stac geoparquet-items create spacenet7/sn7_train_source/ spacenet7/sn7_train_source/stac-items.parquet --collection spacenet7/sn7_train_source/collection.json

stac/disasters/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
],
108108
"assets": {
109109
"geoparquet-items": {
110-
"href": "stac-items.geoparquet",
110+
"href": "stac-items.parquet",
111111
"type": "application/x-parquet",
112112
"roles": [
113113
"stac-items"

stac/education/bloom/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"license": "CC-BY-SA-4.0",
5353
"assets": {
5454
"geoparquet-items": {
55-
"href": "stac-items.geoparquet",
55+
"href": "stac-items.parquet",
5656
"type": "application/x-parquet",
5757
"roles": [
5858
"stac-items"

stac/fusion/14N/29E-188N/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@
18971897
],
18981898
"assets": {
18991899
"geoparquet-items": {
1900-
"href": "stac-items.geoparquet",
1900+
"href": "stac-items.parquet",
19011901
"type": "application/x-parquet",
19021902
"roles": [
19031903
"stac-items"

stac/open-skysat-data/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
],
106106
"assets": {
107107
"geoparquet-items": {
108-
"href": "stac-items.geoparquet",
108+
"href": "stac-items.parquet",
109109
"type": "application/x-parquet",
110110
"roles": [
111111
"stac-items"

stac/spacenet7/sn7_test_source/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,7 @@
23852385
],
23862386
"assets": {
23872387
"geoparquet-items": {
2388-
"href": "stac-items.geoparquet",
2388+
"href": "stac-items.parquet",
23892389
"type": "application/x-parquet",
23902390
"roles": [
23912391
"stac-items"

0 commit comments

Comments
 (0)