flywire

Город: Australia
На ХТ с: 2015 года
Сообщений: 28

Профессия:
Интересы: Magellan GPS, eX10, Triton
ICQ:
WWW:
Репутация: 0
Профиль: на форуме
На сайте был 20/06/2017
Отправить личное сообщение
Найти сообщения пользователя
Найти темы пользователя

Зафрендить / Заигнорить
no report, no news, no articles, no funny...but we have a last posts :)
A .rmp file is an archive with a file (eg .a00) that contains tiles of .jpg files. Tile files can be unpacked with https://github.com/bazuchan/geotiff2rmp/blob/master/debug/unpacka00.py. Original image can be reassembled with two commands in ImageMagick.

1) Assemble the column - eg for 40 tiles in column,
ImageMagick>montage -mode concatenate -tile 1x40 *.jpg result.jpg

2) Join the column - eg,
ImageMagick>montage -mode concatenate -tile 10 result-?.jpg final.jpg

Notes:
- If image is too big for computer memory it will generate a memory error.
- jpg is a compressed format. Quality is lost each time the file is made.
Д. Засядько писал(а):
...
А для растровых карт - chunk.ics, bmp4bit.ics

Also for raster map - bmp2bit.ics, bmp4bit.ics - see Mobac.
Д. Засядько писал(а):
1.9.16 - стабильная
2.0.0 альфа 4 - разрабатываемая


Development ceased.
Local Scale Factor Calculation for Google Maps
Code:
Latitude   LSF   
0°   1.00   equator
14°   1.03   Bangkok
34°   1.20   
48°   1.49   
66°   2.45   
85°   11.44   

excel
C4=Latitude
LSF=SQRT((1-(0.00669437999014*SIN(RADIANS(C4))^2)))/COS(RADIANS(C4))

The MGM changes by the LSF (Local Scale Factor): http://lists.osgeo.org/pipermail/metacrs/2009-April/000253.html Part B)

Друзья: