-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathparams.json
6 lines (6 loc) · 3.12 KB
/
params.json
1
2
3
4
5
6
{
"name": "Imgkap",
"tagline": "Tool to create and convert BSB / KAP charts",
"body": "## imgkap 1.14\r\nTool to manipuate raster nautical charts in KAP format\r\n\r\n[![Build Status](https://travis-ci.org/nohal/imgkap.svg?branch=master)](https://travis-ci.org/nohal/imgkap)\r\n\r\nThis repository is a Github clone of the original code created by M'dJ in 2011 and maintained by Pavel Kalian\r\n\r\n### Usage\r\n```\r\nimgkap [option] [inputfile] [lat0 lon0 [x0;y0] lat1 lon1 [x1;y1] | headerfile] [outputfile]\r\n\r\nUsage of imgkap Version 1.14 by M'dJ + H.N\r\n\r\nConvert kap to img :\r\n >imgkap mykap.kap myimg.png\r\n -convert mykap into myimg.png\r\n >imgkap mykap.kap mheader.kap myimg.png\r\n -convert mykap into header myheader (only text file) and myimg.png\r\n\r\nConvert img to kap : \r\n >imgkap myimg.png myheaderkap.kap\r\n -convert myimg.png into myresult.kap using myheader.kap for kap informations\r\n >imgkap mykap.png lat0 lon0 lat1 lon1 myresult.kap\r\n -convert myimg.png into myresult.kap using WGS84 positioning\r\n >imgkap mykap.png lat0 lon0 x0;y0 lat1 lon1 x1;y1 myresult.kap\r\n -convert myimg.png into myresult.kap\r\n >imgkap -s 'LOWEST LOW WATER' myimg.png lat0 lon0 lat1 lon2 -f\r\n -convert myimg.png into myimg.kap using WGS84 positioning and options\r\n\r\nConvert kml to kap : \r\n >imgkap mykml.kml\r\n -convert GroundOverlay mykml file into kap file using name and dir of image\r\n >imgkap mykml.kml mykap.kap\r\n -convert GroundOverlay mykml into mykap file\r\n\r\nWGS84 positioning :\r\n\tlat0 lon0 is a left or right,top point\r\n\tlat1 lon1 is a right or left,bottom point cater-cornered to lat0 lon0\r\n\tlat to be between -85 and +85 degree\r\n\tlon to be between -180 and +180 degree\r\n\t different formats are accepted : -1.22 1°10'20.123N -1d22.123 ...\r\n\tx;y can be used if lat lon is not a left, top and right, bottom point\r\n\t lat0 lon0 x0;y0 must be in the left or right, upper third\r\n\t lat1 lon1 x1;y1 must be in the right or left, lower third\r\nOptions :\r\n\t-w : no image size extension to WGS84 because image is already WGS84\r\n\t-r x0f;y0f-x1f;y1f \"2 pixel points -> 4 * PLY\"\r\n\t : define a rectangle area in the image visible from the .kap\r\n\t-r x0f;y0f-x1f;y1f-x2f;y2f-x3f;y3f... \"3 to 12 pixel points -> PLY\"\r\n\t : define a up to 12 edges polygon visible from the .kap\r\n\t-n : Force compatibility all KAP software, max 127 colors\r\n\t-f : fix units to FATHOMS\r\n\t-s name : fix sounding datum\r\n\t-t title : change name of map\r\n\t-p color : color of map\r\n\t color (Kap to image) : ALL|RGB|DAY|DSK|NGT|NGR|GRY|PRC|PRG\r\n\t ALL generate multipage image, use only with GIF or TIF\r\n\t color (image or Kap to Kap) : NONE|KAP|MAP|IMG\r\n\t NONE use colors in image file, default\r\n\t KAP only width KAP or header file, use RGB tag in KAP file\r\n\t MAP generate DSK and NGB colors for map scan\r\n\t < 64 colors: Black -> Gray, White -> Black\r\n\t IMG generate DSK and NGB colors for image (photo, satellite...)\r\n```\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}