This repository was archived by the owner on Jul 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
infrastructure/aws/lambda Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 100100 "type" : " application/vnd.apache.parquet"
101101 }
102102 }
103+ },
104+ {
105+ "type" : " Collection" ,
106+ "stac_version" : " 1.1.0" ,
107+ "id" : " s2-slim" ,
108+ "description" : " Slim stac-geoparquet for sentinel 2" ,
109+ "license" : " other" ,
110+ "extent" : {
111+ "spatial" : {
112+ "bbox" : [
113+ [
114+ -175.358837351567 ,
115+ -79.643344 ,
116+ 177.537226999853 ,
117+ 69.891295
118+ ]
119+ ]
120+ },
121+ "temporal" : {
122+ "interval" : [
123+ [
124+ " 2015-07-04T00:00:00Z" ,
125+ " 2024-06-23T00:00:00Z"
126+ ]
127+ ]
128+ }
129+ },
130+ "links" : [],
131+ "assets" : {
132+ "data" : {
133+ "href" : " ./s2-slim.parquet" ,
134+ "type" : " application/vnd.apache.parquet"
135+ }
136+ }
103137 }
104138]
Original file line number Diff line number Diff line change 2020)
2121duckdb_client .execute ("CREATE SECRET (TYPE S3, PROVIDER CREDENTIAL_CHAIN)" )
2222duckdb_client .execute ("SET parquet_metadata_cache = true;" )
23- duckdb_client .execute ("SET force_download = true;" )
2423api = stac_fastapi .geoparquet .api .create (duckdb_client = duckdb_client )
2524handler = Mangum (api .app , lifespan = "on" )
You can’t perform that action at this time.
0 commit comments