• ВНИМАНИЕ! ПРОСЬБА ВОЗДЕРЖАТЬСЯ ОТ ОБСУЖДЕНИЯ НА ФОРУМЕ ЛЮБЫХ ПОЛИТИЧЕСКИХ СОБЫТИЙ! СПАСИБО!

Карты для GPS (Просматривают: 7)

  • Начавший тему АВЛ
  • Дата начала
С нами с
13.03.2014
Сообщения
2 925
Репутация
1 689
Откуда
Иркутск
Карты для GPS
Все нормальные карты делаются в контейнере img.
Есть подписка на БирдВью с космо снимками.
Собираются в МРС, Саспланета, сжпсмаппер и др. приблудах.
Все зависит от типа карты.
Если вы хотите сделать карту (3D рельеф дна и суши + космо или растр + вектор) для картплоттера в формате BlueChart g2 Vision то без МРС не обойтись.
Частные случаи можно и в другом сделать. Вектор в цжпсмаппере, космо/растр в Саспланет.
 
С нами с
08.07.2015
Сообщения
109
Репутация
113
Откуда
Казань
Карты для GPS
Если вы хотите сделать карту (3D рельеф дна и суши + космо или растр + вектор) для картплоттера в формате BlueChart g2 Vision то без МРС не обойтись.
И какая настройка в МРС делает разделение 3Д на дно и сушу?!!:coolio:
 
С нами с
13.03.2014
Сообщения
2 925
Репутация
1 689
Откуда
Иркутск
Карты для GPS
И какая настройка в МРС делает разделение 3Д на дно и сушу?!!:coolio:
Читайте мануал.
Карту для тестов давал ссылку , качайте , тестируйте.
Только правильно прибор настройте перед тестом...
 
С нами с
13.03.2014
Сообщения
2 925
Репутация
1 689
Откуда
Иркутск
Карты для GPS
Ключевое слово для поиска в мануале DEM.
По нему и ищите.

---------- Сообщение добавлено в 18:53 ---------- Предыдущее сообщение размещено в 18:45 ----------

Причем 3D в Гармине работает совместно с растром/космо по 9 квадратам (по тестам).
И эта фишка не зависит от уровня водоема, все пересчитывается автоматом.
 
С нами с
30.09.2014
Сообщения
1 509
Репутация
514
Откуда
Пермь
Карты для GPS
Все нормальные карты делаются в контейнере img.
Нормальные это какие?
Интересующий меня участок на космоснимке всего 500х500 м. Тут достаточно простого kmz. Вчера прошелся по этому месту по ямкам. В конце зимы, когда уровень падает на 7 м, эти ямки прекрасно видны из со спутника.
 

Вложения

  • 592.JPG
    43.7 КБ · Просмотры: 93
    592.JPG
  • 621.JPG
    41.7 КБ · Просмотры: 95
    621.JPG
  • 725.JPG
    30.4 КБ · Просмотры: 87
    725.JPG
С нами с
08.07.2015
Сообщения
109
Репутация
113
Откуда
Казань
Карты для GPS
GARMIN BIL DEM Specification
MPC products have the ability to compile embedded Digital Elevation Models (DEMs) into products. DEMs can be used to enable vertical profile and terrain shading as well as other elevation related application. Currently the way in which elevation rasters are provided to MPC is through the BIL file format raster. This file format is a common format for specifying elevation layers which consists of a raster file (<file name>.bil), a projection file (<file name>.prj), a header file (<file name>.hdr), and world file (<file name>.blw).

The raster file (<file name>.bil) is a binary file that contains the byte aligned grid in row major format with the data for row 0 appearing first in the file. Each height sample consists of either a signed 16 bit or 8 bit integer depending on what is specified in the header file (<file name>.hdr).

There are two special pixel values to indicate that the elevation at the pixel is unknown. -9999 indicates that the elevation is unknown and that the pixel should not be shaded. -10000 also indicates that the elevation is unknown, but that the pixel should be shaded as if it had a value of 0 (sea level); this helps to get consistent shading along ocean and shoreline boundaries.

The header file (<file name>.hdr ) is a text file that specifies all the image metrics for the raster. It also can optionally specify geographic tie points for the upper left pixel ( pixel 0 of row 0 ) in which case the world file <file name>.blw becomes unnecessary. The format of the header file is to have one attribute tag followed by attribute data per line. The following attribute tags are recognized:

BYTEORDER

This specifies the byte order of the the raster file (<file name>.bil) and can have value of either 'I' meaning little or Intel byte endian or 'M' meaning big or Motorola byte endian. If not present 'I' is assumed.

LAYOUT

This specifies the layout and if present must have the value of 'BIL'.

NROWS

The data for this required item will be an integer that indicates the number of rows in the raster file.

NCOLS

The data for this required item will be an integer that indicates the number of columns in the raster file.

NBANDS

If present this must specify '1' for only one band.

NBITS

This attribute specifies an integer that indicates the number of bits in one sample of the raster file. This must be either '8' or '16' currently. If not present '16' is assumed.

BANDROWBYTES

If present this will specify the number of bytes in one row of data and must be >= ( NBITS / 8 ) * NCOLS.

TOTALROWBYTES

If present this will also specify the number of bytes in one row of data and must be >= ( NBITS / 8 ) * NCOLS.

BANDGAPBYTES

If present this must be '0'.

ULXMAP

If present then this specifies the longitude of the center of pixel 0 on row 0 (upper left pixel of raster). If this is present then ULYMAP, XDIM, and YDIM should also be present and the world file (<filename>.blw) need not be given.

ULYMAP

If present then this specifies the latitude of the center of pixel 0 on row 0 (upper left pixel of raster). If this is present then ULXMAP, XDIM, and YDIM should also be present and the world file (<filename>.blw) need not be given.

XDIM

If present then this specifies the horizontal scale in decimal degrees of longitude of the raster file. If this is present then ULXMAP, ULYMAP, and YDIM should also be present and the world file (<filename>.blw) need not be given.

YDIM

If present then this specifies the vertical scale in decimal degrees of latitude of the raster file. If this is present then ULXMAP, ULYMAP, and XDIM should also be present and the world file (<filename>.blw) need not be given.


The projection file (<file name>.prj) is a text file that specifies the projection for the raster file. Currently only geographic, WGS84 files will be accepted for input by MPC. The projection file also specifies the vertical units in which the samples in the raster file are represented. The projection file format is similar to the header file format in that it has one data attribute tag and data value per line. The following attributes are recognized:

PROJECTION

This must be 'GEOGRAPHIC' if specified.

DATUM

This must be either 'WGS_84' or 'WGS84' or 'NAD83' (which is assumed to be similar enough to WGS84 for use).

ZUNITS

This must be either "METERS" or "FEET" if specified. If not provided then "METERS" is assumed.

UNITS

If provided this must be "DD" for decimal degrees.


The world file (<file name>.blw) is an text file that provides the geographic scale for the raster as well as geographic location of the center of the pixel 0 of row 0 (the upper left pixel). This file only need be specified in the information is not provided in the header file (ULXMAP, ULYMAP, XDIM, and YDIM attributes). If present the world file will have 6 lines each with a double precision number:

Line 1: This line will contain the horizontal geographic scale in decimal degrees of longitude of the pixel.
Line 2: This line holds the rotation for rows and must be zero
Line 3: This line holds the rotation for cols and must be zero.
Line 4: This line holds the vertical geographic scale in decimal degrees of latitude and will be negative (since the rows decrease in latitude in the raster).
Line 5: This line specifies the longitude of the center of the upper left pixel (pixel 0 of row 0).
Line 6: This line specifies the latitude of the center of the upper left pixel (pixel 0 of row 0).
Где, в каком месте!?
 
С нами с
13.03.2014
Сообщения
2 925
Репутация
1 689
Откуда
Иркутск
Карты для GPS
Вам , что на торелочке с коемочкой все выложить ?

---------- Сообщение добавлено в 19:07 ---------- Предыдущее сообщение размещено в 19:04 ----------

Этого не достаточно ?

GARMIN BIL DEM Specification
MPC products have the ability to compile embedded Digital Elevation Models (DEMs) into products. DEMs can be used to enable vertical profile and terrain shading as well as other elevation related application. Currently the way in which elevation rasters are provided to MPC is through the BIL file format raster. This file format is a common format for specifying elevation layers which consists of a raster file (<file name>.bil), a projection file (<file name>.prj), a header file (<file name>.hdr), and world file (<file name>.blw).
 
С нами с
08.07.2015
Сообщения
109
Репутация
113
Откуда
Казань
Карты для GPS
Вам , что на торелочке с коемочкой все выложить ?

---------- Сообщение добавлено в 19:07 ---------- Предыдущее сообщение размещено в 19:04 ----------

Этого не достаточно ?

Нет! Урез воды в любой реке выше 0 отметки уровня моря, например 63 метра. Как отделить в таком случае дно от суши?
 
С нами с
08.07.2015
Сообщения
109
Репутация
113
Откуда
Казань
Карты для GPS
"Фишка" то в чём?!! Как по растрам прога автоматически может определить уровень водоёма?
 
С нами с
21.06.2012
Сообщения
468
Репутация
432
Возраст
45
Откуда
Липецк
Карты для GPS
Друзья, подскажите, почему навигатор Gamin Etrex 30+ не видит карту?
BaseCamp видит.
скрин прилагаю
 

Вложения

  • 2018-11-27_21-32-33.jpg
    56.3 КБ · Просмотры: 57
    2018-11-27_21-32-33.jpg
С нами с
21.06.2012
Сообщения
468
Репутация
432
Возраст
45
Откуда
Липецк
Карты для GPS

Сейчас смотрят

Вверх