From 4ceb4e9fbecbdffd4727cab0ad858fa3472cc82c Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Thu, 23 Sep 2021 11:34:21 -0600 Subject: [PATCH 1/9] BLD: Add Esri 2020 Land Cover Map --- digitalpublicgoods/esri-2020-land-cover-map | 55 +++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 digitalpublicgoods/esri-2020-land-cover-map diff --git a/digitalpublicgoods/esri-2020-land-cover-map b/digitalpublicgoods/esri-2020-land-cover-map new file mode 100644 index 000000000..1fb33b020 --- /dev/null +++ b/digitalpublicgoods/esri-2020-land-cover-map @@ -0,0 +1,55 @@ +{ + "name": "Esri 2020 Land Cover Map", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://tiledimageservices.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Esri_2020_Land_Cover_V2/ImageServer" + ] + }, + "NonPII": { + "collectsNonPII": "No" + }, + "privacy": { + "isPrivacyCompliant": "Yes", + "privacyComplianceList": [ + "Does not collect any user data" + ], + "adherenceSteps": [ + "Terms of Service listed at bottom of main webpage: https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac " + ] + }, + "standards": { + "supportStandards": "Yes", + "implementBestPractices": "No", + "standardsList": [ + "The map supports geospatial standards (GeoTIFF - https://www.ogc.org/standards/geotiff)" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes" + }, + "dataPrivacySecurity": { + "collectsPII": "No" + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "Yes" + }, + "protectionFromHarassment": { + "userInteraction": "No" + } + }, + "locations": { + "developmentCountries": [ + "United States of America" + ], + "deploymentCountries": [] + } +} From b2a25d85161fc799f8f4d168698a8b74aa7f9f1f Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 16 Nov 2021 16:32:54 +0300 Subject: [PATCH 2/9] Update JSON structure fields --- digitalpublicgoods/esri-2020-land-cover-map | 54 +++++++++++++++++---- 1 file changed, 45 insertions(+), 9 deletions(-) diff --git a/digitalpublicgoods/esri-2020-land-cover-map b/digitalpublicgoods/esri-2020-land-cover-map index 1fb33b020..c2a019e73 100644 --- a/digitalpublicgoods/esri-2020-land-cover-map +++ b/digitalpublicgoods/esri-2020-land-cover-map @@ -5,16 +5,21 @@ "copyrightURL": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" }, "platformIndependence": { - "mandatoryDepsCreateMoreRestrictions": "No" + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" }, "documentation": { "isDocumentationAvailable": "Yes", "documentationURL": [ + "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac", "https://tiledimageservices.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Esri_2020_Land_Cover_V2/ImageServer" ] }, "NonPII": { - "collectsNonPII": "No" + "collectsNonPII": "No", + "checkNonPIIAccessMechanism": "", + "nonPIIAccessMechanism": "" }, "privacy": { "isPrivacyCompliant": "Yes", @@ -27,29 +32,60 @@ }, "standards": { "supportStandards": "Yes", - "implementBestPractices": "No", "standardsList": [ - "The map supports geospatial standards (GeoTIFF - https://www.ogc.org/standards/geotiff)" + "The map supports geospatial standards (GeoTIFF)" + ], + "evidenceStandardSupport": [ + "https://www.ogc.org/standards/geotiff" + ], + "implementBestPractices": "No", + "bestPracticesList": [ + "" ] }, "doNoHarm": { "preventHarm": { - "stepsToPreventHarm": "Yes" + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "" }, "dataPrivacySecurity": { - "collectsPII": "No" + "collectsPII": "No", + "typesOfDataCollected": [ + "" + ], + "thirdPartyDataSharing": "No", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "" }, "inappropriateIllegalContent": { - "collectStoreDistribute": "Yes" + "collectStoreDistribute": "No", + "type": "", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "", + "illegalContentDetectionMechanism": "" }, "protectionFromHarassment": { - "userInteraction": "No" + "userInteraction": "No", + "addressSafetySecurityUnderageUsers": "", + "stepsAddressRiskPreventSafetyUnderageUsers": [ + "" + ], + "griefAbuseHarassmentProtection": "", + "harassmentProtectionSteps": [ + "" + ] } }, "locations": { "developmentCountries": [ "United States of America" ], - "deploymentCountries": [] + "deploymentCountries": [ + "" + ] } } From e9f35ee8682c0c5a2754cd3eedf7df014a9dce81 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 16 Dec 2021 18:47:08 +0300 Subject: [PATCH 3/9] Updated name field --- ...0-land-cover-map => esri-2020-land-cover.json} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename digitalpublicgoods/{esri-2020-land-cover-map => esri-2020-land-cover.json} (68%) diff --git a/digitalpublicgoods/esri-2020-land-cover-map b/digitalpublicgoods/esri-2020-land-cover.json similarity index 68% rename from digitalpublicgoods/esri-2020-land-cover-map rename to digitalpublicgoods/esri-2020-land-cover.json index c2a019e73..7e9d5ffde 100644 --- a/digitalpublicgoods/esri-2020-land-cover-map +++ b/digitalpublicgoods/esri-2020-land-cover.json @@ -1,5 +1,5 @@ { - "name": "Esri 2020 Land Cover Map", + "name": "Esri 2020 Land Cover", "clearOwnership": { "isOwnershipExplicit": "Yes", "copyrightURL": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" @@ -22,9 +22,9 @@ "nonPIIAccessMechanism": "" }, "privacy": { - "isPrivacyCompliant": "Yes", + "isPrivacyCompliant": "No", "privacyComplianceList": [ - "Does not collect any user data" + "This map does not collect or use any personal information that would require compliance with laws such as the EU's General Data Protection Regulation (GDPR) or the California Consumer Privacy Act of 2018 (CCPA)" ], "adherenceSteps": [ "Terms of Service listed at bottom of main webpage: https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac " @@ -38,15 +38,16 @@ "evidenceStandardSupport": [ "https://www.ogc.org/standards/geotiff" ], - "implementBestPractices": "No", + "implementBestPractices": "Yes", "bestPracticesList": [ - "" + "SpatioTemporal Asset Catalogs (STAC), as described here: https://stacspec.org/", + "Cloud Optimized GeoTiff (COG), as described here: https://www.cogeo.org/" ] }, "doNoHarm": { "preventHarm": { "stepsToPreventHarm": "Yes", - "additionalInfoMechanismProcessesPolicies": "" + "additionalInfoMechanismProcessesPolicies": "Our validation processes used to estimate the accuracy of our map include a representative set of ecosystems and geographies from around the world to minimize any regional bias in the data." }, "dataPrivacySecurity": { "collectsPII": "No", @@ -58,7 +59,7 @@ "" ], "ensurePrivacySecurity": "Yes", - "privacySecurityDescription": "" + "privacySecurityDescription": "No data is collected. No user data or personal information related to individuals is stored or distributed by the map. No data of any kind is stored or distributed beyond the actual data of the map, which is licensed under CC-BY-4.0 as open source." }, "inappropriateIllegalContent": { "collectStoreDistribute": "No", From e3ca11854791532adf500fc593b1a0038f4f5711 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 11 Aug 2022 13:27:40 +0300 Subject: [PATCH 4/9] Update applicable laws indicator --- digitalpublicgoods/esri-2020-land-cover.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/esri-2020-land-cover.json b/digitalpublicgoods/esri-2020-land-cover.json index 7e9d5ffde..b8a952cb0 100644 --- a/digitalpublicgoods/esri-2020-land-cover.json +++ b/digitalpublicgoods/esri-2020-land-cover.json @@ -22,7 +22,7 @@ "nonPIIAccessMechanism": "" }, "privacy": { - "isPrivacyCompliant": "No", + "isPrivacyCompliant": "Yes", "privacyComplianceList": [ "This map does not collect or use any personal information that would require compliance with laws such as the EU's General Data Protection Regulation (GDPR) or the California Consumer Privacy Act of 2018 (CCPA)" ], From 1bf2f97dbc41df7886ae79b14c0ab46c8f51a779 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Mon, 15 Aug 2022 01:07:42 +0300 Subject: [PATCH 5/9] Update repo --- nominees/esri-2020-land-cover.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nominees/esri-2020-land-cover.json b/nominees/esri-2020-land-cover.json index ba6ed4825..8c3950896 100644 --- a/nominees/esri-2020-land-cover.json +++ b/nominees/esri-2020-land-cover.json @@ -40,7 +40,7 @@ "repositories": [ { "name": "main", - "url": "" + "url": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" } ], "organizations": [ @@ -52,5 +52,5 @@ "contact_email": "katy@impactobservatory.com" } ], - "stage": "nominee" + "stage": "DPG" } From 89c26d06db4dd8cfed50e201f5ad419ed54b1c9c Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 16 Aug 2022 15:31:22 +0300 Subject: [PATCH 6/9] Update description field --- digitalpublicgoods/esri-2020-land-cover.json | 92 ------------------- ...me-series-of-the-world-from-2017-2021.json | 56 +++++++++++ 2 files changed, 56 insertions(+), 92 deletions(-) delete mode 100644 digitalpublicgoods/esri-2020-land-cover.json create mode 100644 nominees/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json diff --git a/digitalpublicgoods/esri-2020-land-cover.json b/digitalpublicgoods/esri-2020-land-cover.json deleted file mode 100644 index b8a952cb0..000000000 --- a/digitalpublicgoods/esri-2020-land-cover.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "Esri 2020 Land Cover", - "clearOwnership": { - "isOwnershipExplicit": "Yes", - "copyrightURL": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" - }, - "platformIndependence": { - "mandatoryDepsCreateMoreRestrictions": "No", - "isSoftwarePltIndependent": "", - "pltIndependenceDesc": "" - }, - "documentation": { - "isDocumentationAvailable": "Yes", - "documentationURL": [ - "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac", - "https://tiledimageservices.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Esri_2020_Land_Cover_V2/ImageServer" - ] - }, - "NonPII": { - "collectsNonPII": "No", - "checkNonPIIAccessMechanism": "", - "nonPIIAccessMechanism": "" - }, - "privacy": { - "isPrivacyCompliant": "Yes", - "privacyComplianceList": [ - "This map does not collect or use any personal information that would require compliance with laws such as the EU's General Data Protection Regulation (GDPR) or the California Consumer Privacy Act of 2018 (CCPA)" - ], - "adherenceSteps": [ - "Terms of Service listed at bottom of main webpage: https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac " - ] - }, - "standards": { - "supportStandards": "Yes", - "standardsList": [ - "The map supports geospatial standards (GeoTIFF)" - ], - "evidenceStandardSupport": [ - "https://www.ogc.org/standards/geotiff" - ], - "implementBestPractices": "Yes", - "bestPracticesList": [ - "SpatioTemporal Asset Catalogs (STAC), as described here: https://stacspec.org/", - "Cloud Optimized GeoTiff (COG), as described here: https://www.cogeo.org/" - ] - }, - "doNoHarm": { - "preventHarm": { - "stepsToPreventHarm": "Yes", - "additionalInfoMechanismProcessesPolicies": "Our validation processes used to estimate the accuracy of our map include a representative set of ecosystems and geographies from around the world to minimize any regional bias in the data." - }, - "dataPrivacySecurity": { - "collectsPII": "No", - "typesOfDataCollected": [ - "" - ], - "thirdPartyDataSharing": "No", - "dataSharingCircumstances": [ - "" - ], - "ensurePrivacySecurity": "Yes", - "privacySecurityDescription": "No data is collected. No user data or personal information related to individuals is stored or distributed by the map. No data of any kind is stored or distributed beyond the actual data of the map, which is licensed under CC-BY-4.0 as open source." - }, - "inappropriateIllegalContent": { - "collectStoreDistribute": "No", - "type": "", - "contentFilter": "", - "policyGuidelinesDocumentationLink": "", - "illegalContentDetection": "", - "illegalContentDetectionMechanism": "" - }, - "protectionFromHarassment": { - "userInteraction": "No", - "addressSafetySecurityUnderageUsers": "", - "stepsAddressRiskPreventSafetyUnderageUsers": [ - "" - ], - "griefAbuseHarassmentProtection": "", - "harassmentProtectionSteps": [ - "" - ] - } - }, - "locations": { - "developmentCountries": [ - "United States of America" - ], - "deploymentCountries": [ - "" - ] - } -} diff --git a/nominees/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json b/nominees/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json new file mode 100644 index 000000000..8a5d6da7d --- /dev/null +++ b/nominees/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json @@ -0,0 +1,56 @@ +{ + "name": "Sentinel-2 10m Land Cover Time Series of the World from 2017-2021", + "aliases": [ + "" + ], + "description": "Sentinel-2 10m Land Cover Time Series provides public access to global land use and land cover data of the world from 2017-2021 with 10 meter resolution.", + "website": "https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31", + "license": [ + { + "spdx": "CC-BY-4.0", + "licenseURL": "https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31" + } + ], + "SDGs": [ + { + "SDGNumber": 2, + "evidenceText": "Mapping global agricultural lands, and related land conversion, directly supports work to increase food security. Esri 2020 Land Cover 10m (IO) layer displays a global map of land use/land cover (LULC). The map is derived from ESA Sentinel-2 imagery at 10m resolution. It is a composite of LULC predictions for 10 classes throughout the year in order to generate a representative snapshot of 2020. It includes classifications for crops and flooded vegetation." + }, + { + "SDGNumber": 11, + "evidenceText": "Mapped urban areas and trends in urban development can be seen on the LULC map. At 10m scale we can also identify large green spaces in urban areas and agricultural peripheries. " + }, + { + "SDGNumber": 13, + "evidenceText": "Land cover conversion plays a major role in CO2 emissions (e.g. deforestation and conversion of other natural habitats) as well as climate resilience (mapping forests, mangroves, etc, for nature-based climate solutions). The LULC map, in combination with climate and carbon models, helps users identify important areas for natural carbon. " + }, + { + "SDGNumber": 15, + "evidenceText": "The LULC map is directly tied to how we live on land and can map land cover conversion over time." + } + ], + "sectors": [ + "Agriculture", + "Climate", + "Sustainable Cities" + ], + "type": [ + "data" + ], + "repositories": [ + { + "name": "main", + "url": "https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31" + } + ], + "organizations": [ + { + "name": "Impact Observatory", + "website": "https://www.impactobservatory.com/", + "org_type": "maintainer", + "contact_name": "Katy Densmore", + "contact_email": "katy@impactobservatory.com" + } + ], + "stage": "DPG" +} From 745cb184bd21630ae53c7e12735383e52a0ae4cb Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 16 Aug 2022 15:36:27 +0300 Subject: [PATCH 7/9] Remove old file for ESRI --- nominees/esri-2020-land-cover.json | 56 ------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 nominees/esri-2020-land-cover.json diff --git a/nominees/esri-2020-land-cover.json b/nominees/esri-2020-land-cover.json deleted file mode 100644 index 8c3950896..000000000 --- a/nominees/esri-2020-land-cover.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Esri 2020 Land Cover", - "aliases": [ - "" - ], - "description": "Esri 2020 Land Cover Map provides public access to global land use and land cover data with 10 meter resolution.", - "website": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac", - "license": [ - { - "spdx": "CC-BY-4.0", - "licenseURL": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" - } - ], - "SDGs": [ - { - "SDGNumber": 2, - "evidenceText": "Mapping global agricultural lands, and related land conversion, directly supports work to increase food security. Esri 2020 Land Cover 10m (IO) layer displays a global map of land use/land cover (LULC). The map is derived from ESA Sentinel-2 imagery at 10m resolution. It is a composite of LULC predictions for 10 classes throughout the year in order to generate a representative snapshot of 2020. It includes classifications for crops and flooded vegetation." - }, - { - "SDGNumber": 11, - "evidenceText": "Mapped urban areas and trends in urban development can be seen on the LULC map. At 10m scale we can also identify large green spaces in urban areas and agricultural peripheries. " - }, - { - "SDGNumber": 13, - "evidenceText": "Land cover conversion plays a major role in CO2 emissions (e.g. deforestation and conversion of other natural habitats) as well as climate resilience (mapping forests, mangroves, etc, for nature-based climate solutions). The LULC map, in combination with climate and carbon models, helps users identify important areas for natural carbon. " - }, - { - "SDGNumber": 15, - "evidenceText": "The LULC map is directly tied to how we live on land and can map land cover conversion over time." - } - ], - "sectors": [ - "Agriculture", - "Climate", - "Sustainable Cities" - ], - "type": [ - "data" - ], - "repositories": [ - { - "name": "main", - "url": "https://www.arcgis.com/home/item.html?id=d6642f8a4f6d4685a24ae2dc0c73d4ac" - } - ], - "organizations": [ - { - "name": "Impact Observatory", - "website": "https://www.impactobservatory.com/", - "org_type": "maintainer", - "contact_name": "Katy Densmore", - "contact_email": "katy@impactobservatory.com" - } - ], - "stage": "DPG" -} From d608e92f92bf10bd0116b6b52755a0a9aedb8ef2 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 16 Aug 2022 15:48:56 +0300 Subject: [PATCH 8/9] Update documentation links --- ...me-series-of-the-world-from-2017-2021.json | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json diff --git a/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json b/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json new file mode 100644 index 000000000..4dedec59c --- /dev/null +++ b/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json @@ -0,0 +1,92 @@ +{ + "name": "Sentinel-2 10m Land Cover Time Series of the World from 2017-2021", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31", + "Please note the format is GeoTIFF, hence you need to use a downloader to get individual tiles - https://env1.arcgis.com/arcgis/rest/services/Sentinel2_10m_LandCover/ImageServer" + ] + }, + "NonPII": { + "collectsNonPII": "No", + "checkNonPIIAccessMechanism": "", + "nonPIIAccessMechanism": "" + }, + "privacy": { + "isPrivacyCompliant": "Yes", + "privacyComplianceList": [ + "This map does not collect or use any personal information that would require compliance with laws such as the EU's General Data Protection Regulation (GDPR) or the California Consumer Privacy Act of 2018 (CCPA)" + ], + "adherenceSteps": [ + "Terms of Use listed at bottom of main webpage: https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31 " + ] + }, + "standards": { + "supportStandards": "Yes", + "standardsList": [ + "The map supports geospatial standards (GeoTIFF)" + ], + "evidenceStandardSupport": [ + "https://www.ogc.org/standards/geotiff" + ], + "implementBestPractices": "Yes", + "bestPracticesList": [ + "SpatioTemporal Asset Catalogs (STAC), as described here: https://stacspec.org/", + "Cloud Optimized GeoTiff (COG), as described here: https://www.cogeo.org/" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "Our validation processes used to estimate the accuracy of our map include a representative set of ecosystems and geographies from around the world to minimize any regional bias in the data." + }, + "dataPrivacySecurity": { + "collectsPII": "No", + "typesOfDataCollected": [ + "" + ], + "thirdPartyDataSharing": "No", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "No data is collected. No user data or personal information related to individuals is stored or distributed by the map. No data of any kind is stored or distributed beyond the actual data of the map, which is licensed under CC-BY-4.0 as open source." + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "No", + "type": "", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "No", + "addressSafetySecurityUnderageUsers": "", + "stepsAddressRiskPreventSafetyUnderageUsers": [ + "" + ], + "griefAbuseHarassmentProtection": "", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "United States of America" + ], + "deploymentCountries": [ + "" + ] + } +} From 9f23b53990b0bebee8681a59578072408dda3ccd Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 16 Aug 2022 15:57:22 +0300 Subject: [PATCH 9/9] Update platform independence indicator --- ...-land-cover-time-series-of-the-world-from-2017-2021.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json b/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json index 4dedec59c..93531ed1b 100644 --- a/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json +++ b/digitalpublicgoods/sentinel-2-10m-land-cover-time-series-of-the-world-from-2017-2021.json @@ -5,9 +5,9 @@ "copyrightURL": "https://www.arcgis.com/home/item.html?id=d3da5dd386d140cf93fc9ecbf8da5e31" }, "platformIndependence": { - "mandatoryDepsCreateMoreRestrictions": "No", - "isSoftwarePltIndependent": "", - "pltIndependenceDesc": "" + "mandatoryDepsCreateMoreRestrictions": "Yes", + "isSoftwarePltIndependent": "Yes", + "pltIndependenceDesc": "Please note the downloadable format is GeoTIFF, hence you need to use a downloader to get individual tiles from - https://env1.arcgis.com/arcgis/rest/services/Sentinel2_10m_LandCover/ImageServer" }, "documentation": { "isDocumentationAvailable": "Yes",