Skip to content

Commit

Permalink
Merge branch 'release-2.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacug committed Sep 2, 2019
2 parents 0e3ebbf + a7cdbed commit fec5973
Show file tree
Hide file tree
Showing 12 changed files with 28,996 additions and 28,558 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.6.1

* Add country, pame_country and marine stats (WDPA September 2019 release).

### 2.6.0

* Add National Report stats to countries
Expand Down
2 changes: 1 addition & 1 deletion lib/data/seeds/countries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Liechtenstein,LI,LIE,german,Europe,"POLYGON((9.47588627100012 47.0524004120001,9
Lithuania,LT,LTU,,Europe,"POLYGON((20.9245687005624 53.8868411260001,20.9245687005624 56.4426024370001,26.8007202560001 56.4426024370001,26.8007202560001 53.8868411260001,20.9245687005624 53.8868411260001))"
Luxembourg,LU,LUX,french,Europe,"POLYGON((5.71492720500004 49.441324362,5.71492720500004 50.1749746710001,6.50257938700014 50.1749746710001,6.50257938700014 49.441324362,5.71492720500004 49.441324362))"
Macau,MO,MAC,,Asia & Pacific,"POLYGON((113.519867384 22.1053734400001,113.519867384 22.220770575,113.587494337 22.220770575,113.587494337 22.1053734400001,113.519867384 22.1053734400001))"
The former Yugoslav Republic of Macedonia,MK,MKD,,Europe,"POLYGON((20.4441573490001 40.8493940230001,20.4441573490001 42.3703347790001,23.0095821530001 42.3703347790001,23.0095821530001 40.8493940230001,20.4441573490001 40.8493940230001))"
The Republic of North Macedonia,MK,MKD,,Europe,"POLYGON((20.4441573490001 40.8493940230001,20.4441573490001 42.3703347790001,23.0095821530001 42.3703347790001,23.0095821530001 40.8493940230001,20.4441573490001 40.8493940230001))"
Madagascar,MG,MDG,,Africa,"POLYGON((43.2229110040001 -25.5985653629998,43.2229110040001 -11.9436174459998,50.5039168630001 -11.9436174459998,50.5039168630001 -25.5985653629998,43.2229110040001 -25.5985653629998))"
Malawi,MW,MWI,,Africa,"POLYGON((32.6633081470002 -17.1353353879999,32.6633081470002 -9.38123504699981,35.9042989500001 -9.38123504699981,35.9042989500001 -17.1353353879999,32.6633081470002 -17.1353353879999))"
Malaysia,MY,MYS,,Asia & Pacific,"POLYGON((99.6452280600001 0.851370341000077,99.6452280600001 7.35578034100014,119.278086785 7.35578034100014,119.278086785 0.851370341000077,99.6452280600001 0.851370341000077))"
Expand Down
494 changes: 246 additions & 248 deletions lib/data/seeds/country_statistics.csv

Large diffs are not rendered by default.

493 changes: 248 additions & 245 deletions lib/data/seeds/country_statistics_old.csv

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions lib/data/seeds/marine_statistics.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"type","value"
"total_marine_protected_areas","15059"
"total_ocean_pa_coverage_percentage","7.68"
"total_ocean_area_protected","27841368"
"national_waters_pa_coverage_percentage","17.86"
"national_waters_pa_coverage_area","25223215"
"high_seas_pa_coverage_percentage","1.18"
"total_marine_protected_areas","16927"
"total_ocean_pa_coverage_percentage",8
"total_ocean_area_protected","28189691"
"national_waters_pa_coverage_percentage",18
"national_waters_pa_coverage_area","25571538"
"high_seas_pa_coverage_percentage",1
"high_seas_pa_coverage_area","2618153"
"national_waters_percentage","39"
"global_ocean_percentage","61"
"national_waters_percentage",39
"global_ocean_percentage",61
Loading

0 comments on commit fec5973

Please sign in to comment.