Hacker News new | ask | show | jobs
by imnotanerd 2129 days ago
Heads up:

[1] This is a project I've been working in about a year now and is an honorary successor to a similar project a friend started.

You can read in detail how it works at https://imnotanerd.herokuapp.com/3.

Basically it takes data from the API at globalforestwatch.org that uses satellite imagery to gather area of potential forest loss and paints it in a map to make it easy to imagine.

There is no consideration about forest regrowth. This bot does not track forestal area changes, it tracks deforestation.

[2] I'd like to get some community feedback. The bot has now been running for quite some time and it looks like now it works with consistency (The GFW API data is not reliable when recently published).

Mainly I'd like to see how this bot can be improved regarding the data treatment and the display of it, as I still think the maps, despite being accurate, are a little "underperformant" and could be improved.

[3] Yes. I posted this twice, I forgot to put "Show HN" in the title the first time and I realised too late. Now I can't edit nor remove the previous submission.

1 comments

I see a number of issues:

1. no deforestation before July 9th.

2. In 10 days between Aug4 and Aug14 2% of the area was deforested, signifying all forrest will be gone in about 1.5 years. However forrest area in 2015 was almost the same size as reported total. Can't be right. Are you mixing ha and km2 by any chance?

3. No tracking between what is part of Forest Management Act, what are is part of designated production forest, and what is illegal deforestation.

4. No data on loss due to natural causes such as wind, fire, and no data on reforestation numbers.

1. That's the date the bot started tracking. Actually, deforestation data starts in 2015 but I thought it'd be dishonest of the bot to count in deforestation that happened before the bot release. First drafts of the bot worked this way but that behavior was abandoned.

2. What do you mean by 2%? I guarantee I'm not mixing units, the remaining area shown is the remaining forestal area for the country in display, meaning that if the deforestation rhythm keeps that way, Suriname will be completely deforestated in 1.5 years.

3. The GLAD alerts dataset, which the bot takes as data source, don't make any distinction between forestal area of any type, they just track deforestation based on changes comparison in satellite imagery, Landsat 7 & 8 being the main imagery sources.

4. Then again, GLAD alerts does not provide any info on the causes of the deforestation.

I think globalforestswatch.org have an API based around industrial logging that let's you track industry-based deforestation only, but it's based on in-site reports and it's not as reliable as satellite-based GLAD alerts.

Thanks for the reply. For point 2, the source states that from 2001 to 2019 1.3% of the tree cover was lost [0]. However in the twitter feed the loss is 2% per 10 days.

[0] https://gfw.global/3gm1aRN

You are looking at the forest cover lost in Suriname only for that time period.

The bot gathers global forest cover loss for a given day and compares the aggregated of every country against the selected country from the list.

I thought I made it already pretty clear on the way the statuses are written, how would you write them to make it clear that its global area compared to that country rather as that country area only?

Point 4 might be irrelevant to the cause and more importantly part of a negative (hard to track) feedback loop. A patch of forest destroyed by human activity might be more susceptible to stronger winds or extreme weather in general.