Страница 1 из 1

Global Forest Change

Добавлено: 15 ноя 2013, 14:04
DBD

Re: Global Forest Change

Добавлено: 15 ноя 2013, 14:22
gimran
По "loss" (потерям) нашел ошибку, по крайней мере у себя в городе, причем в подложке 2000 и 2012 явно разница видна.
То есть данные на 2012 верны, а вот потери с 2000 - нет.

[ Сообщение с мобильного устройства ]

Re: Global Forest Change

Добавлено: 15 ноя 2013, 15:18
gimran
Ну еще последствия урагана 2007 года в Поволжье и на Урале, который у нас в регионе повалил в трех крупных лесничествах лес КВАРТАЛАМИ не отражены как убыль леса.

[ Сообщение с мобильного устройства ]

Re: Global Forest Change

Добавлено: 17 ноя 2013, 16:26
DBD

Детальная карта изменений лесного покрова

Добавлено: 19 ноя 2013, 00:01
Чулан
Описание на русском языке: http://www.transparentworld.ru/ru/news/143.html.

Re: Global Forest Change

Добавлено: 19 ноя 2013, 09:41
Slinger
zmp для sas.planet

распаковать и папку (с папками с именем .zmp) закинуть в plus.maps. Пока без легенды, надеюсь позже допилю.

Соответственно в менюшках "Карты" и "Слои" появится раздел Global Forest.

Re: Global Forest Change

Добавлено: 12 янв 2014, 19:37
Slinger
Обновил zmp. Теперь с легендой и в более читабельной последовательности (как в оригинале). Поскольку легенда является составляющей частью информацию о карте/слое, то загрузите соответствующую карту/слой, затем ПКМ на рабочем пространстве sas.planet и выбрать соответственно "информация о карте" или "информация о слое" (слоях).

Если вдруг порядок карт в разделе Global Forest не поменялся после обновления новыми файлами, то удалите файл maps.ini, который в папке Maps лежит. И перезагрузите sas.planet. При открытии файл обновится с нуля и всё станет нормально.

Для подключения к DVC (плагин для MapInfo) используйте следующий код (вносить в plugins.config)
Спойлер
<Layer title="Global Forest">
<Layer id="Forest_LEG" title="Forest Loss/Extent/Gain" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_loss_year" title="Forest Loss Year" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_loss_year_alpha" title="Forest Loss Year (Transparent)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" transparent="true" />
<Layer id="Forest_cover_loss" title="Forest Cover Loss 2000-2012" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_loss_alpha" title="Forest Cover Loss 2000-2012 (Transparent)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" transparent="true" />
<Layer id="Forest_loss_gray" title="Forest Cover Loss 2000-2012 (Grayscale)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_cover_gain" title="Forest Cover Gain 2000-2012" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_gain_alpha" title="Forest Cover Gain 2000-2012 (Transparent)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" transparent="true" />
<Layer id="Forest_gain_gray" title="Forest Cover Gain 2000-2012 (Grayscale)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_percent_cover" title="2000 Percent Tree Cover" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_percent_cover_alpha" title="2000 Percent Tree Cover (Transparent)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" transparent="true" />
<Layer id="Forest_percent_cover_gray" title="2000 Percent Tree Cover (Grayscale)" href="http://earthengine.google.org/static/ha ... x}/{y}.png" prj="EPSG:3857" increase="true" />
<Layer id="Forest_bg_first_b543" title="Year 2000 bands 5/4/3 (background)" href="http://earthengine.google.org/static/ha ... x}/{y}.jpg" prj="EPSG:3857" increase="true" />
<Layer id="Forest_bg_last_b543" title="Year 2012 bands 5/4/3 (background)" href="http://earthengine.google.org/static/ha ... x}/{y}.jpg" prj="EPSG:3857" increase="true" />
<Layer id="Forest_bg_first_b457" title="Year 2000 bands 4/5/7 (background)" href="http://earthengine.google.org/static/ha ... x}/{y}.jpg" prj="EPSG:3857" increase="true" />
<Layer id="Forest_bg_last_b457" title="Year 2012 bands 4/5/7 (background)" href="http://earthengine.google.org/static/ha ... x}/{y}.jpg" prj="EPSG:3857" increase="true" />
</Layer>

Re: Global Forest Change

Добавлено: 13 янв 2014, 12:09
gimran
выкачал, перевел в геотифф, спасибо!