From dcd5874e514b6ac5feaa00c22a28aa2800cd10ad Mon Sep 17 00:00:00 2001 From: Lukas Himsel Date: Wed, 3 Apr 2024 19:07:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff86c22..992df3b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ ![dart publish](https://github.com/dartclub/turf_dart/actions/workflows/dart-pub-publish.yml/badge.svg) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) +

–> [Join our Dart / Flutter GIS Community on Discord](https://discord.gg/cTJk98cU) <–

+ TurfDart is a Dart library for [spatial analysis](https://en.wikipedia.org/wiki/Spatial_analysis). It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools. You can use TurfDart in your Flutter applications on the web, mobile and desktop or in pure Dart applications running on the server. As the foundation, we are using [Geotypes](https://github.com/dartclub/geotypes), a lightweight dart library that provides a strong GeoJSON object model and fully [RFC 7946](https://tools.ietf.org/html/rfc7946) compliant serializers.