Skip to content

Commit

Permalink
Add stac_dist/global_pesticide_grids_qi/global_pesticide_grids_qi.jso…
Browse files Browse the repository at this point in the history
…n for pull request submission
  • Loading branch information
fairicube-data committed Jul 25, 2024
1 parent ffc176d commit b2bfcc8
Showing 1 changed file with 149 additions and 0 deletions.
149 changes: 149 additions & 0 deletions stac_dist/global_pesticide_grids_qi/global_pesticide_grids_qi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "global_pesticide_grids_qi",
"properties": {
"license": "CC-BY-1.0",
"description": "The Global Pesticide Grids (PEST-CHEMGRIDS), Version 1.01 contains 20 of the most-used pesticide active ingredients on 6 dominant crops and 4 aggregated crop classes at 5 arc-minute resolution (about 10 km at the equator), estimated in year 2015, and then projected to 2020 and 2025. To estimate the global application rates of specific active ingredients, spatial statistical methods were used to re-analyze the U.S. Geological Survey Pesticide National Synthesis Project (USGS/PNSP) and the Food and Agriculture Organization Corporate Statistical Database (FAOSTAT) pesticide databases, along with other public inventories including globally gridded data of soil physical properties, hydro-climatic variables, agricultural quantities, and socioeconomic indices.",
"providers": [],
"dataSource": "NASA SEDAC (socioeconomic data and applications center): https://sedac.ciesin.columbia.edu/data/set/ferman-v1-pest-chemgrids-v1-01",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
-178.91666666666666,
179.9166666666674
],
"reference_system": "4326",
"type": "spatial",
"unit": "degree",
"step": 0.0833333333333335
},
"y": {
"axis": "y",
"extent": [
-56.04249827067084,
84.04083506266277
],
"reference_system": "4326",
"type": "spatial",
"unit": "degree",
"step": -0.0833333333333335
},
"time": {
"extent": [],
"type": "temporal",
"values": [
"1900-01-01T00:00:00Z",
"2999-01-01T00:00:00Z"
],
"step": "P1Y",
"unit": "day"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"raster:bands": [
{
"band_name": "Alfalfa_2_4_db",
"unit": "1",
"data_type": "float32",
"nodata": -1,
"definition": "https://doi.org/10.1038/s41597-019-0169-4",
"description": "Quality index for application of 2,4-db to crops of Alfalfa"
}
],
"title": "Global Pesticide Grids (PEST-CHEMGRIDS) Quality Index",
"datasource_type": "grid",
"keywords": "agriculture, land use, health, sustainability, pesticides, environmental modeling, chemical contamination",
"area_cover": "global",
"documentation": "https://sedac.ciesin.columbia.edu/data/set/ferman-v1-pest-chemgrids-v1-01/docs",
"crs": "4326",
"start_datetime": "1900-01-01T00:00:00Z",
"end_datetime": "2999-01-01T00:00:00Z",
"personalData": "none",
"provenance_name": "https://sedac.ciesin.columbia.edu/data/set/ferman-v1-pest-chemgrids-v1-01",
"preprocessing": "To estimate the global application rates of specific active ingredients, spatial statistical methods were used to re-analyze the U.S. Geological Survey Pesticide National Synthesis Project (USGS/PNSP) and the Food and Agriculture Organization Corporate Statistical Database (FAOSTAT) pesticide databases, along with other public inventories including globally gridded data of soil physical properties, hydro-climatic variables, agricultural quantities, and socioeconomic indices.",
"source_data": "https://sedac.ciesin.columbia.edu/downloads/data/ferman-v1/ferman-v1-pest-chemgrids-v1-01/ferman-v1-pest-chemgrids-v1-01-geotiff.zip",
"data_quality": "",
"apis": "OGC WCS, WCPS, WMS, WMTS, OAPI-Coverages",
"use_case_NHM": "1",
"platform": "Rasdaman"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-178.91666666666666,
-56.04249827067084
],
[
-178.91666666666666,
84.04083506266277
],
[
179.9166666666674,
84.04083506266277
],
[
179.9166666666674,
-56.04249827067084
],
[
-178.91666666666666,
-56.04249827067084
]
]
]
},
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
},
{
"href": "https://catalog:[email protected]/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=global_pesticide_grids_qi&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the rasdaman coverage description in XML"
},
{
"href": "https://catalog:[email protected]/rasdaman-dashboard/?layers=global_pesticide_grids_qi",
"rel": "service",
"type": "text/html",
"title": "Link to the rasdaman web application to Access, process gridded data"
}
],
"assets": {
"thumbnail_rasdaman": {
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=global_pesticide_grids_qi&bbox=-56.04249827067084,-178.91666666666666,84.04083506266277,179.9166666666674&time=\"1900-01-01T00:00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"roles": [
"thumbnail"
]
}
},
"bbox": [
-178.91666666666666,
-56.04249827067084,
179.9166666666674,
84.04083506266277
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}

0 comments on commit b2bfcc8

Please sign in to comment.