{ "@context": { "@vocab": "https://schema.org/" }, "@type": "Dataset", "@id": "urn:neon4cast-stac:745c0ba93c", "name": "climatology", "description": "All summaries for the Daily_Green_chromatic_coordinate variable for the climatology model. Information for the model is provided as follows: Historical DOY mean and sd. Assumes normal distribution.\n The model predicts this variable at the following sites: ABBY, BART, BLAN, CLBJ, CPER, DCFS, DELA, DSNY, GRSM, GUAN, HARV, JERC, JORN, KONA, KONZ, LAJA, LENO, MLBS, MOAB, NIWO, NOGP, OAES, ONAQ, ORNL, OSBS, PUUM, RMNP, SCBI, SERC, SJER, SOAP, SRER, STEI, STER, TALL, TEAK, TREE, UKFS, UNDE, WOOD, WREF, YELL, BONA, DEJU, HEAL, BARR, TOOL.\n Summaries are the forecasts statistics of the raw forecasts (i.e., mean, median, confidence intervals)", "datePublished": "2023-11-15", "keywords": [ "Summaries", "neon4cast", "Phenology", "climatology", "Green_chromatic_coordinate", "gcc_90", "Daily", "P1D", "ABBY", "BART", "BLAN", "CLBJ", "CPER", "DCFS", "DELA", "DSNY", "GRSM", "GUAN", "HARV", "JERC", "JORN", "KONA", "KONZ", "LAJA", "LENO", "MLBS", "MOAB", "NIWO", "NOGP", "OAES", "ONAQ", "ORNL", "OSBS", "PUUM", "RMNP", "SCBI", "SERC", "SJER", "SOAP", "SRER", "STEI", "STER", "TALL", "TEAK", "TREE", "UKFS", "UNDE", "WOOD", "WREF", "YELL", "BONA", "DEJU", "HEAL", "BARR", "TOOL" ], "citation": { "@type": "CreativeWork", "@id": "https://doi.org/10.1002/ecs2.4686", "url": "https://esajournals.onlinelibrary.wiley.com/doi/full/10.1002/ecs2.4686", "name": "A community convention for ecological forecasting: Output files and metadata version 1.0", "description": "This paper summarizes the open community conventions developed by the Ecological Forecasting Initiative (EFI) for the common formatting and archiving of ecological forecasts and the metadata associated with these forecasts. ", "identifier": { "@type": "PropertyValue", "propertyID": "https://registry.identifiers.org/registry/doi", "value": "doi:10.1002/ecs2.4686", "url": "https://doi.org/10.1002/ecs2.4686" } }, "variableMeasured": [ { "@type": "PropertyValue", "name": "reference_datetime", "description": "datetime that the forecast was initiated (horizon = 0)" }, { "@type": "PropertyValue", "name": "site_id", "description": "For forecasts that are not on a spatial grid, use of a site dimension that maps to a more detailed geometry (points, polygons, etc.) is allowable. In general this would be documented in the external metadata (e.g., alook-up table that provides lon and lat)" }, { "@type": "PropertyValue", "name": "datetime", "description": "datetime of the forecasted value (ISO 8601)" }, { "@type": "PropertyValue", "name": "family", "description": "For ensembles: \u201censemble.\u201d Default value if unspecified for probability distributions: Name of the statistical distribution associated with the reported statistics. The \u201csample\u201d distribution is synonymous with \u201censemble.\u201dFor summary statistics: \u201csummary.\u201d" }, { "@type": "PropertyValue", "name": "pub_datetime", "description": "datetime that forecast was submitted" }, { "@type": "PropertyValue", "name": "mean", "description": "mean forecast prediction" }, { "@type": "PropertyValue", "name": "median", "description": "median forecast prediction" }, { "@type": "PropertyValue", "name": "sd", "description": "standard deviation forecasts" }, { "@type": "PropertyValue", "name": "quantile97.5", "description": "upper 97.5 percentile value of forecast" }, { "@type": "PropertyValue", "name": "quantile02.5", "description": "upper 2.5 percentile value of forecast" }, { "@type": "PropertyValue", "name": "quantile90", "description": "upper 90 percentile value of forecast" }, { "@type": "PropertyValue", "name": "quantile10", "description": "upper 10 percentile value of forecast" }, { "@type": "PropertyValue", "name": "project_id", "description": "unique identifier for the forecast project" }, { "@type": "PropertyValue", "name": "duration", "description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention" }, { "@type": "PropertyValue", "name": "variable", "description": "name of forecasted variable" }, { "@type": "PropertyValue", "name": "model_id", "description": "unique model identifier" } ], "distribution": [ { "@type": "DataDownload", "contentUrl": "https://sdsc.osn.xsede.org/bio230014-bucket01/challenges/metadata/model_id/climatology.json", "encodingFormat": "application/json", "description": "Use `jsonlite::fromJSON()` to download the model metadata JSON file. This R code will return metadata provided during the model registration.\n \n\n### R\n\n```{r}\n# Use code below\n\nmodel_metadata <- jsonlite::fromJSON(\"https://sdsc.osn.xsede.org/bio230014-bucket01/challenges/metadata/model_id/climatology.json\")\n\n", "name": "Model Metadata" }, { "@type": "DataDownload", "contentUrl": "https://github.com/eco4cast/neon4cast-ci/blob/main/baseline_models/models/aquatics_persistenceRW.R", "encodingFormat": "text/html", "description": "The link to the model code provided by the model submission team", "name": "Link for Model Code" }, { "@type": "DataDownload", "contentUrl": "s3://anonymous@/project_id=neon4cast/duration=P1D/variable=gcc_90/model_id=climatology?endpoint_override=sdsc.osn.xsede.org", "encodingFormat": "application/x-parquet", "description": "Use `R` or `Python` code for remote access to the database. This code will return results for this variable and model combination.\n\n### R\n\n```{r}\n# Use code below\n\nall_results <- arrow::open_dataset(\"s3://anonymous@/project_id=neon4cast/duration=P1D/variable=gcc_90/model_id=climatology?endpoint_override=sdsc.osn.xsede.org\")\ndf <- all_results |> dplyr::collect()\n\n```\n \n\nYou can use dplyr operations before calling `dplyr::collect()` to `summarise`, `select` columns, and/or `filter` rows prior to pulling the data into a local `data.frame`. Reducing the data that is pulled locally will speed up the data download speed and reduce your memory usage.\n\n\n### Python\n\n```# Use code below\n\n\nimport ibis\n\n con = ibis.duckdbf.connect()\n\n\n con.raw_sql(f'''\n\n CREATE OR REPLACE SECRET secret (\n\n TYPE S3,\n\n ENDPOINT 'sdsc.osn.xsede.org',\n\n URL_STYLE 'path'\n\n\n );/n\n '''\n\n\n path = \"s3:///project_id=neon4cast/duration=P1D/variable=gcc_90/model_id=climatology\"\ncon.read_parquet(path + \"/**\")", "name": "Database Access for Daily Green_chromatic_coordinate" } ], "spatialCoverage": { "@type": "Place", "geo": [ { "@type": "GeoShape", "box": "17.9696,-156.6194 71.2824,-66.8687" }, { "@type": "GeoCoordinates", "latitude": 45.7624, "longitude": -122.3303 }, { "@type": "GeoCoordinates", "latitude": 44.0639, "longitude": -71.2874 }, { "@type": "GeoCoordinates", "latitude": 39.0337, "longitude": -78.0418 }, { "@type": "GeoCoordinates", "latitude": 33.4012, "longitude": -97.57 }, { "@type": "GeoCoordinates", "latitude": 40.8155, "longitude": -104.7456 }, { "@type": "GeoCoordinates", "latitude": 47.1617, "longitude": -99.1066 }, { "@type": "GeoCoordinates", "latitude": 32.5417, "longitude": -87.8039 }, { "@type": "GeoCoordinates", "latitude": 28.1251, "longitude": -81.4362 }, { "@type": "GeoCoordinates", "latitude": 35.689, "longitude": -83.5019 }, { "@type": "GeoCoordinates", "latitude": 17.9696, "longitude": -66.8687 }, { "@type": "GeoCoordinates", "latitude": 42.5369, "longitude": -72.1727 }, { "@type": "GeoCoordinates", "latitude": 31.1948, "longitude": -84.4686 }, { "@type": "GeoCoordinates", "latitude": 32.5907, "longitude": -106.8425 }, { "@type": "GeoCoordinates", "latitude": 39.1104, "longitude": -96.6129 }, { "@type": "GeoCoordinates", "latitude": 39.1008, "longitude": -96.5631 }, { "@type": "GeoCoordinates", "latitude": 18.0213, "longitude": -67.0769 }, { "@type": "GeoCoordinates", "latitude": 31.8539, "longitude": -88.1612 }, { "@type": "GeoCoordinates", "latitude": 37.3783, "longitude": -80.5248 }, { "@type": "GeoCoordinates", "latitude": 38.2483, "longitude": -109.3883 }, { "@type": "GeoCoordinates", "latitude": 40.0543, "longitude": -105.5824 }, { "@type": "GeoCoordinates", "latitude": 46.7697, "longitude": -100.9154 }, { "@type": "GeoCoordinates", "latitude": 35.4106, "longitude": -99.0588 }, { "@type": "GeoCoordinates", "latitude": 40.1776, "longitude": -112.4524 }, { "@type": "GeoCoordinates", "latitude": 35.9641, "longitude": -84.2826 }, { "@type": "GeoCoordinates", "latitude": 29.6893, "longitude": -81.9934 }, { "@type": "GeoCoordinates", "latitude": 19.5531, "longitude": -155.3173 }, { "@type": "GeoCoordinates", "latitude": 40.2759, "longitude": -105.546 }, { "@type": "GeoCoordinates", "latitude": 38.8929, "longitude": -78.1395 }, { "@type": "GeoCoordinates", "latitude": 38.8901, "longitude": -76.56 }, { "@type": "GeoCoordinates", "latitude": 37.1088, "longitude": -119.7323 }, { "@type": "GeoCoordinates", "latitude": 37.0334, "longitude": -119.2622 }, { "@type": "GeoCoordinates", "latitude": 31.9107, "longitude": -110.8355 }, { "@type": "GeoCoordinates", "latitude": 45.5089, "longitude": -89.5864 }, { "@type": "GeoCoordinates", "latitude": 40.4619, "longitude": -103.0293 }, { "@type": "GeoCoordinates", "latitude": 32.9505, "longitude": -87.3933 }, { "@type": "GeoCoordinates", "latitude": 37.0058, "longitude": -119.006 }, { "@type": "GeoCoordinates", "latitude": 45.4937, "longitude": -89.5857 }, { "@type": "GeoCoordinates", "latitude": 39.0404, "longitude": -95.1921 }, { "@type": "GeoCoordinates", "latitude": 46.2339, "longitude": -89.5373 }, { "@type": "GeoCoordinates", "latitude": 47.1282, "longitude": -99.2413 }, { "@type": "GeoCoordinates", "latitude": 45.8205, "longitude": -121.9519 }, { "@type": "GeoCoordinates", "latitude": 44.9535, "longitude": -110.5391 }, { "@type": "GeoCoordinates", "latitude": 65.154, "longitude": -147.5026 }, { "@type": "GeoCoordinates", "latitude": 63.8811, "longitude": -145.7514 }, { "@type": "GeoCoordinates", "latitude": 63.8758, "longitude": -149.2133 }, { "@type": "GeoCoordinates", "latitude": 71.2824, "longitude": -156.6194 }, { "@type": "GeoCoordinates", "latitude": 68.6611, "longitude": -149.3705 } ], "additionalProperty": [ { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291041754864156672 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291043953887412224 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291044503643226112 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291045878032760832 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291047252422295552 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291047802178109440 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291051650468806656 }, { "@type": [ "PropertyValue", "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" ], "additionalType": { "@id": "https://stko-kwg.geog.ucsb.edu/lod/ontology#S2Cell" }, "name": "s2Level13", "description": "S2 cell at level 13", "value": 9291052200224620544 } ] } }