Go to file
Seven 1a1a17e389
Some checks failed
Build Action for Go / build (push) Failing after 3m18s
[+] create gitea action file
2024-12-31 16:23:54 +08:00
.gitea/workflows [+] create gitea action file 2024-12-31 16:23:54 +08:00
src [+] initial version 2024-12-28 22:01:13 +08:00
.gitignore [+] initial version 2024-12-28 22:01:13 +08:00
LICENSE Initial commit 2024-12-28 17:20:07 +08:00
README.md [+] create gitea action file 2024-12-31 16:23:54 +08:00

geofeed-validator

This utility is used to validate the format of geofeed files.

Note

The project is still under development. The code on the main branch is stable and usable.

Usage

Compile

# Clone the repository
git clone https://github.com/realSunyz/geofeed-validator.git

# Navigate to the directory
cd geofeed-tools/src

# Synchronize and clean up dependencies
go mod tidy

# Build the executable file
go build -o geofeed-tools

Run

./geofeed-tools <path_to_geofeed.csv>

Contributing

Issues and Pull Requests are definitely welcome!

Please make sure you have tested your code locally before submitting a PR.

License

This project is licensed under the MIT License - see the LICENSE file for details.