-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deriving mangrove cover from Hamilton 2016 global data-sets #34
Comments
I don't have a good sense of how accurate the Hamilton data are, so I can't be of much assistance on that account. Based on the papers, it seems like they did a fairly good job of checking the data, but that doesn't mean every region is accurate. For the analysis, we converted the 30m rasters to 500m to make them easier to deal with at the global scale. We then summed the values in the raster cells within each region to get an estimate of total mangrove area (km2). At the scale you are working, it would be better to use the 30 m rasters. But, it might be easier to explore the data at the 500m scale. These data, and more information, are available here: I've also attached a snippet of Hamilton data describing km2 mangrove for each country. You can see whether your values are aligning. It also provides some generalized trend data for the entire country. |
@Melsteroni @jules32 @mishal089 |
Hi @jmbugua I agree that using the GFW data is best for evaluating extent. I don't quite understand this: "The assumption here will be that any loss/gain below the 2010 layer /mask is mangrove. We will then deduct the amount of forest cover loss from the 2010 layer to find cover for the subsequent year." How will you determine loss/gain below the 2010 layers/mask? What exactly are you comparing? (I poked around on the Global Forest Watch Dashboard but it wasn't clear how to get "below" the 2010 layer/mask) And, what is the ultimate goal of finding the cover for the subsequent year? Are you aiming to use this info. to calculate trend? Or, are you trying to get a more current estimate of extent? If the 2nd, I think the 2010 data is probably adequate for extent (unless you know of events that have had large effects on mangrove between 2010 and now). |
Hi @Melsteroni In addition to this, I did ask Julia to comment on some question that I think you are in a better position to handle. This is an issue with using the crop function versus the mask function in R to delineate ROI. i.e. while cropping a raster layer using a coastal buffer of width e.g. 25 miles, the crop function clips the data by extent and not to the exact polygon. This technique has been used in OHI raster extraction analysis. The mask function seems to clip data to the exact shape and was wondering wchich among the two methods you would consider accurate. Please advise on this as well. |
Question from OHI+ Kenya @jmbugua:
We downloaded the tiff files for the year 2008-2012 and derived the mangrove cover in m2 (see datasets in github) and summed up the values for each region. However, we have noticed the following:
From these observations, could you please comment on the Hamilton data-set and also comment on our method of deriving the cell values. Note that I have used an alternative method or ArcGIS and still get similar results.
From your analysis you, indicate that you did modify the global data-set from Hamilton and also indicate that summing the raster cell in a region provides km sq of mangrove forest.
My question is,
Looking forward to hear from you.
The text was updated successfully, but these errors were encountered: