Skip to content

Commit

Permalink
chore: edit CSV to make it UTF8 compliant rather than UTF8 with BOM w…
Browse files Browse the repository at this point in the history
…hich makes national stats fail
  • Loading branch information
WCMC-vblanque committed Nov 1, 2024
1 parent 425e7d3 commit ca8e840
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/data/seeds/country_statistics_2024-11-01.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iso3,pa_marine_area,pa_land_area,marine_area,land_area,percentage_pa_land_cover,percentage_pa_marine_cover,percentage_nr_land_cover,percentage_nr_marine_cover,nr_version,nr_report_url,oecms_pa_marine_area,oecms_pa_land_area,percentage_oecms_pa_land_cover,percentage_oecms_pa_marine_cover
iso3,pa_marine_area,pa_land_area,marine_area,land_area,percentage_pa_land_cover,percentage_pa_marine_cover,percentage_nr_land_cover,percentage_nr_marine_cover,nr_version,nr_report_url,oecms_pa_marine_area,oecms_pa_land_area,percentage_oecms_pa_land_cover,percentage_oecms_pa_marine_cover
ABNJ,3172934.69,48892.57,222490330.6,0,0,1.43,na,na,na,na,3172934.69,48892.57,0,1.43
ABW,0.26,35.38,29972.5,179.72,19.69,0,na,na,na,na,0.26,35.38,19.69,0
AFG,0,23336.37,0,641814.37,3.64,0,na,na,0,No information found in 5th National Report,0,23336.37,3.64,0
2 changes: 1 addition & 1 deletion lib/data/seeds/global_statistics_2024-11-01.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type,description,value
type,description,value
total_protected_areas,number of protected areas,303309
total_terrestrial_protected_areas,number of terrestrial and inland waters protected areas,286781
total_marine_protected_areas,number of marine protected areas,16528
2 changes: 1 addition & 1 deletion lib/data/seeds/pame_country_statistics_2024-11-01.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iso3,pame_pa_marine_area,pame_pa_land_area,pame_percentage_pa_marine_cover,pame_percentage_pa_land_cover
iso3,pame_pa_marine_area,pame_pa_land_area,pame_percentage_pa_marine_cover,pame_percentage_pa_land_cover
ABNJ,0,0,0,0
ABW,0,0,0,0
AFG,0,606.27,0,0.09
2 changes: 1 addition & 1 deletion lib/data/seeds/pame_data_2024-11-01.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
evaluation_id,wdpa_id,iso3,methodology,year,url,metadata_id,name,designation,source_data_title,source_resp_party,source_year,source_language,restricted,assessment_is_public,
evaluation_id,wdpa_id,iso3,methodology,year,url,metadata_id,name,designation,source_data_title,source_resp_party,source_year,source_language,restricted,assessment_is_public,
1,555622076,ARE,METT,2016,Not Reported,1,Al Aqqa,Protected Area,UAE Management Effectiveness Evaluation,Ministry of Climate Change and Environment,2018,Arabic,FALSE,FALSE,
2,555622075,ARE,METT,2016,Not Reported,1,Al Bidiya,Protected Area,UAE Management Effectiveness Evaluation,Ministry of Climate Change and Environment,2018,Arabic,FALSE,FALSE,
3,555622070,ARE,METT,2016,Not Reported,1,Al Ghaf of Nazwa,Protected Area,UAE Management Effectiveness Evaluation,Ministry of Climate Change and Environment,2018,Arabic,FALSE,FALSE,

0 comments on commit ca8e840

Please sign in to comment.