OceanParcels / plasticparcels

Repository for PlasticParcels tool
MIT License
3 stars 1 forks source link

Release datasets with missing country information #4

Closed michaeldenes closed 4 months ago

michaeldenes commented 5 months ago

A number of entries in the fishing release dataset have missing country information. Likely due to the left-join with the Natural Earth dataset on flag id. Fix for completeness

michaeldenes commented 4 months ago

This is now fixed in 446932dcf2cb8dde3ba0418208e5e2fe7454d3b6 the issue was the some countries ISO_A3 data in Natural Earth vector dataset is missing (and set to '-99'). The fix is to join on the SU_A3 column instead.