Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterakande/geofencing-from-geojson
https://github.com/peterakande/geofencing-from-geojson
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterakande/geofencing-from-geojson
- Owner: PeterAkande
- Created: 2024-12-05T14:50:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:55:10.000Z (about 2 months ago)
- Last Synced: 2024-12-05T15:37:02.435Z (about 2 months ago)
- Language: Dart
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dart GeoJSON Location Checker
A simple Dart app that determines if a user is located within a specified region, using only the GeoJSON file for that region.
## Features
- **Location Validation:** Checks if a user's coordinates fall within the boundaries defined in a GeoJSON file.
- **Lightweight & Fast:** Designed for quick and efficient geographical computations.## Inspiration
This project was inspired by the work of [Philip Okiokio](https://github.com/philipokiokio).
## Getting Started
1. **Clone the Repository:**
```bash
git clone
```2. **Install Dependencies:**
```bash
dart pub get
```3. **Run the App:**
```bash
dart run
```## Usage
1. Provide a valid GeoJSON file.
2. Input the user's coordinates.
3. The app will determine if the user is within the specified region.---
Let me know if you'd like further adjustments!