From 3c0dd3ad50e27be5d5573bbded16fd58116611e5 Mon Sep 17 00:00:00 2001 From: Simon Ilyushchenko Date: Wed, 29 Nov 2023 15:36:56 -0800 Subject: [PATCH] Add WDPA and GAUL to the list of non-commercial dataset prefixes PiperOrigin-RevId: 586473137 --- non_commercial_datasets.jsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_commercial_datasets.jsonnet b/non_commercial_datasets.jsonnet index 8c2ca920f..2c2ca8c58 100644 --- a/non_commercial_datasets.jsonnet +++ b/non_commercial_datasets.jsonnet @@ -38,6 +38,7 @@ 'CSP/ERGo/1_0/US/physiography', 'CSP/ERGo/1_0/US/topoDiversity', 'CSP/HM/GlobalHumanModification', + 'FAO/GAUL', 'GLOBAL_FLOOD_DB/MODIS_EVENTS/V1', 'Oxford/MAP/EVI_5km_Monthly', 'Oxford/MAP/IGBP_Fractional_Landcover_5km_Annual', @@ -45,4 +46,5 @@ 'Oxford/MAP/LST_Night_5km_Monthly', 'Oxford/MAP/TCB_5km_Monthly', 'Oxford/MAP/TCW_5km_Monthly', + 'WCMC/WDPA' ]