Skip to content

Commit

Permalink
Fix readme tables and add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
kogens committed Sep 9, 2021
1 parent 6d971b2 commit 6201091
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## GDAL to CustomMap Tools
**NOTE**: *The majority of this code comes from [`gdal2custommap`](https://github.com/tf198/gdal2custommap) by [Tris Forster](https://github.com/tf198) written for Python 2. This fork is made to work with Python 3 and also fixes some bugs with large raster maps.*

Some python scripts to generate Garmin CustomMap compatible KMZ from
geo-referenced images.

Expand Down Expand Up @@ -28,8 +30,8 @@ sudo apt-get install python-gdal
```

For windows there are prebuilt binaries at http://www.gisinternals.com
The current stable is 1.9.0 and I have tested with the MSVC2008 version and the
following packages but it can be a bit tricky to get all the paths right
~~The current stable is 1.9.0 and I have tested with the MSVC2008 version and the
following packages but it can be a bit tricky to get all the paths right~~
```
(http://python.org/download)
python-2.7.2.msi
Expand All @@ -40,7 +42,7 @@ GDAL-1.9.0.win32-py2.7.msi
```

### Basic Usage
```
```bash
python gdal2kml.py input.tif my_map.kml
python kml2kmz.py my_map.kml
```
Expand All @@ -49,7 +51,6 @@ python kml2kmz.py my_map.kml

Usage: `gdal2kml.py [options] src_file dst_file`

Options:
Option | Result
---------|--------
`-h, --help` | show this help message and exit
Expand All @@ -64,7 +65,6 @@ Option | Result
### kml2kmz.py
Usage: `kml2kmz.py [options] <kml>`

Options:
Option | Result
---------|--------
`-h, --help` | Show this help message and exit
Expand Down

0 comments on commit 6201091

Please sign in to comment.