From 1bc64476fe8e2cb381b2c009697bf8e4f44fb519 Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Wed, 5 Aug 2020 12:11:56 +0100 Subject: [PATCH] made gdal version more flexible --- lib/modules/stats/global.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/modules/stats/global.rb b/lib/modules/stats/global.rb index c97f31498..aab9a267a 100644 --- a/lib/modules/stats/global.rb +++ b/lib/modules/stats/global.rb @@ -1,9 +1,6 @@ class Stats::Global IUCN_CATEGORIES = "'Ia', 'Ib', 'II', 'II', 'IV', 'V', 'VI'" - - - def self.percentage_pa_cover RegionalStatistic.joins(:region) .where('regions.iso' => 'GLOBAL')