Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flabbet/liquid-galaxy-poi-generator
Generates Liquid Galaxy POI text file.
https://github.com/flabbet/liquid-galaxy-poi-generator
Last synced: 18 days ago
JSON representation
Generates Liquid Galaxy POI text file.
- Host: GitHub
- URL: https://github.com/flabbet/liquid-galaxy-poi-generator
- Owner: flabbet
- License: mit
- Created: 2018-11-05T20:18:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T16:05:34.000Z (almost 6 years ago)
- Last Synced: 2024-11-04T14:25:08.779Z (2 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liquid-Galaxy-POI-Generator
Generates Liquid Galaxy POI text file based on decompressed .KMZ files. Project made for Google Code-in 2018# Builds
## How to build:
1. Open Terminal
2. cd into ```\lg_POI_generator\lgPOICreator```
3. Type ```dotnet publish lgPOICreator.sln -c Release -r yoursystem``` (In yoursystem type your OS relating to [this](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog) link.## Open in Visual Studio like program
Just open .sln file
# Usage
1. Make sure that every file that you want to include must be in common folder.
2. Type that directory in program.
3. Program will tell you how many .KMZ files found and ask you to confirm if it is correct.
4. Enter output directory (!WITH FILE NAME AND EXTENSION!) ex. ```E:\Desktop\POI Drawer\Queries.txt```
5. Enter on which planet the points of interest are located.
6. If everything was done correctily program will generate file in choosen directory.