jcvdav / gfw_enso

0 stars 0 forks source link

Make raster of ff and regions match #7

Open jcvdav opened 5 years ago

jcvdav commented 5 years ago

I just realized that the raster of fishing effort and treated-controled areas do not match.

It's a pretty simple fix. I just need to stack the rasters and convert to DF, insted of merging them by lat/lon. I might also create unique indices for each lat/lon pair and use that unique_id to join them.

I should look into this tomorrow.