Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tontonsb/sonar


https://github.com/tontonsb/sonar

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Sonar KML stuff

Processing KMLs made by SonarTRX.

## Installation

Clone the repo and let composer prepare the autoloader.

```sh
git clone https://github.com/tontonsb/sonar.git
cd sonar
composer dump-autoload
```

## Usage

In dir with the SonarTRX export directories:

```sh
php /path/to/prepkml.php
```

or with a variable exports' directory

```sh
php prepkml.php ../exports
```