From f81e4cc3c8cdba5762d02d172730308c570d9416 Mon Sep 17 00:00:00 2001 From: Nicoleta Cristea Date: Mon, 24 Jun 2024 11:04:10 +0300 Subject: [PATCH 1/2] Update 02-use-cases.qmd with Earth Science example Update the use case descriptions with Earth Science examples --- sections/02-use-cases.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/02-use-cases.qmd b/sections/02-use-cases.qmd index b9ba429..e1213a4 100644 --- a/sections/02-use-cases.qmd +++ b/sections/02-use-cases.qmd @@ -47,7 +47,7 @@ data is shared (i.e., in a standards-compliant manner). ## Earth sciences -XXX +The need for geospatial data exchange between different systems began to be recognized in the 1970s and 1980s, but proprietary formats still dominated. Coordinated standardization efforts brought the Open Geospatial Consortium (OGC) establishment in the 1990s, a critical step towards open standards for geospatial data. The 1990s have also seen the development of key standards such as the Network Common Data Form (NetCDF) developed by the University Corporation for Atmospheric Research (UCAR) and the Hierarchical Data Format (HDF), a set of file formats (HDF4, HDF5) that are widely used, particularly in climate research. The GeoTIFF format, which originated at NASA in the late 1990s, is extensively used to share image data. In the 1990s, open web mapping also began with MapServer (https://mapserver.org) and continued later with other projects such as OpenStreetMap (www.openstreetmap.org). The following two decades, the 2000s-2020s, brought an expansion of open standards and integration with web technologies developed by OGC, as well as other standards such as the Keyhole Markup Language (KML) for displaying geographic data in Earth browsers. Formats suitable for cloud computing also emerged, such as the Cloud Optimized GeoTIFF (COG), followed by Zarr and Apache Parquet for array and tabular data, respectively. In 2006, the Open Source Geospatial Foundation (OSGeo, https://www.osgeo.org) was established, demonstrating the community's commitment to the development of open-source geospatial technologies. While some standards have been developed in the industry (e.g., Keyhole Markup Language (KML) by Keyhole Inc., which Google later acquired), they later became international standards of the OGC, which now encompasses more than 450 commercial, governmental, nonprofit, and research organizations working together on the development and implementation of open standards (https://www.ogc.org). ## Neuroscience From 5c2856f6f5c57b5bd5548712af3bf1d85f692340 Mon Sep 17 00:00:00 2001 From: Nicoleta Cristea Date: Mon, 24 Jun 2024 18:52:09 +0300 Subject: [PATCH 2/2] Update _metadata.yml added Cristea to _metadata.yml --- _metadata.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_metadata.yml b/_metadata.yml index 5f3a8e6..dbb37dc 100644 --- a/_metadata.yml +++ b/_metadata.yml @@ -11,5 +11,10 @@ authors: roles: writing corresponding: true orcid: 0000-0003-3592-9453 + - name: Nicoleta Cristea + affiliation: University of Washington + roles: writing + corresponding: true + orcid: 0000-0002-9091-0280 -bibliography: references.bib \ No newline at end of file +bibliography: references.bib