File tree 3 files changed +71
-0
lines changed
ingestion-data/production
3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " hls-ndvi" ,
3
+ "type" : " Collection" ,
4
+ "title" : " Normalized difference vegetation index from HLS" ,
5
+ "links" : [],
6
+ "description" : " NDVI calculated from Harmonized Landsat and Sentinel-2 Data" ,
7
+ "extent" : {
8
+ "spatial" : {
9
+ "bbox" : [
10
+ [
11
+ -82.37631113903603 ,
12
+ 26.31173859507485 ,
13
+ -81.9037040761012 ,
14
+ 27.035837664631245
15
+ ]
16
+ ]
17
+ },
18
+ "temporal" : {
19
+ "interval" : [
20
+ [
21
+ " 2022-09-05T00:00:00Z" ,
22
+ " 2022-09-05T00:00:00Z"
23
+ ]
24
+ ]
25
+ }
26
+ },
27
+ "license" : " CC0-1.0" ,
28
+ "stac_extensions" : [
29
+ " https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
30
+ ],
31
+ "item_assets" : {
32
+ "cog_default" : {
33
+ "type" : " image/tiff; application=geotiff; profile=cloud-optimized" ,
34
+ "roles" : [
35
+ " data" ,
36
+ " layer"
37
+ ],
38
+ "title" : " Default COG Layer" ,
39
+ "description" : " Cloud optimized default layer to display on map"
40
+ }
41
+ },
42
+ "dashboard:is_periodic" : false ,
43
+ "dashboard:time_density" : " day" ,
44
+ "stac_version" : " 1.0.0" ,
45
+ "providers" : [
46
+ {
47
+ "name" : " NASA VEDA" ,
48
+ "url" : " https://www.earthdata.nasa.gov/dashboard/" ,
49
+ "roles" : [
50
+ " host"
51
+ ]
52
+ }
53
+ ]
54
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "collection" : " hls-ndvi" ,
3
+ "bucket" : " veda-data-store" ,
4
+ "prefix" :" hls-ndvi" ,
5
+ "filename_regex" :" ^(.*)ndvi_cog_2022-09-[0-9]{2}_day.tif$" ,
6
+ "discovery" : " s3" ,
7
+ "upload" : false
8
+ }
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "origin_bucket" : " veda-data-store-staging" ,
4
+ "origin_prefix" : " hls-ndvi" ,
5
+ "target_bucket" : " veda-data-store" ,
6
+ "collection" : " hls-ndvi" ,
7
+ "filename_regex" : " ^(.*)ndvi_cog_2022-09-[0-9]{2}_day.tif$"
8
+ }
9
+ ]
You can’t perform that action at this time.
0 commit comments