Skip to content

Commit

Permalink
.geoparquet -> .parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 26, 2023
1 parent 97fed79 commit 780f913
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/geoparquet.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stac geoparquet-items create disasters/ disasters/stac-items.geoparquet --collection disasters/collection.json
stac geoparquet-items create education/bloom/ education/bloom/stac-items.geoparquet --collection education/bloom/collection.json
stac geoparquet-items create fusion/14N/29E-188N/ fusion/14N/29E-188N/stac-items.geoparquet --collection fusion/14N/29E-188N/collection.json
stac geoparquet-items create open-skysat-data/ open-skysat-data/stac-items.geoparquet --collection open-skysat-data/collection.json
stac geoparquet-items create spacenet7/sn7_test_source/ spacenet7/sn7_test_source/stac-items.geoparquet --collection spacenet7/sn7_test_source/collection.json
stac geoparquet-items create spacenet7/sn7_train_labels/ spacenet7/sn7_train_labels/stac-items.geoparquet --collection spacenet7/sn7_train_labels/collection.json
stac geoparquet-items create spacenet7/sn7_train_source/ spacenet7/sn7_train_source/stac-items.geoparquet --collection spacenet7/sn7_train_source/collection.json
stac geoparquet-items create disasters/ disasters/stac-items.parquet --collection disasters/collection.json
stac geoparquet-items create education/bloom/ education/bloom/stac-items.parquet --collection education/bloom/collection.json
stac geoparquet-items create fusion/14N/29E-188N/ fusion/14N/29E-188N/stac-items.parquet --collection fusion/14N/29E-188N/collection.json
stac geoparquet-items create open-skysat-data/ open-skysat-data/stac-items.parquet --collection open-skysat-data/collection.json
stac geoparquet-items create spacenet7/sn7_test_source/ spacenet7/sn7_test_source/stac-items.parquet --collection spacenet7/sn7_test_source/collection.json
stac geoparquet-items create spacenet7/sn7_train_labels/ spacenet7/sn7_train_labels/stac-items.parquet --collection spacenet7/sn7_train_labels/collection.json
stac geoparquet-items create spacenet7/sn7_train_source/ spacenet7/sn7_train_source/stac-items.parquet --collection spacenet7/sn7_train_source/collection.json
2 changes: 1 addition & 1 deletion stac/disasters/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
],
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion stac/education/bloom/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"license": "CC-BY-SA-4.0",
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion stac/fusion/14N/29E-188N/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@
],
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stac/open-skysat-data/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
],
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion stac/spacenet7/sn7_test_source/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@
],
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down
2 changes: 1 addition & 1 deletion stac/spacenet7/sn7_train_labels/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7170,7 +7170,7 @@
],
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down
2 changes: 1 addition & 1 deletion stac/spacenet7/sn7_train_source/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7170,7 +7170,7 @@
],
"assets": {
"geoparquet-items": {
"href": "stac-items.geoparquet",
"href": "stac-items.parquet",
"type": "application/x-parquet",
"roles": [
"stac-items"
Expand Down

0 comments on commit 780f913

Please sign in to comment.