Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tontonsb/sonar
https://github.com/tontonsb/sonar
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tontonsb/sonar
- Owner: tontonsb
- Created: 2024-04-19T13:34:00.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-13T15:16:57.000Z (8 months ago)
- Last Synced: 2024-05-13T16:43:27.275Z (8 months ago)
- Language: PHP
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```