Skip to content

Commit

Permalink
docs: readme for dart-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Sep 12, 2023
1 parent db3c95a commit 5272c87
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## :compass: Dart code for geospatial tools

**Geospatial** data structures, tools and utilities for
[Dart](https://dart.dev/) and [Flutter](https://flutter.dev/) - coordinates,
geometries, feature objects, metadata, spherical geodesy, projections, tiling
schemes, vector data models and formats, and geospatial Web APIs.

This folder contains [Dart](https://dart.dev/) code for packages published at
[pub.dev](https://pub.dev/publishers/navibyte.com/packages):

Code | Package | Description
-------------- | --------| -----------
:globe_with_meridians: [geobase](geobase) | [![pub package](https://img.shields.io/pub/v/geobase.svg)](https://pub.dev/packages/geobase) | Geospatial data structures (coordinates, geometries, features, metadata), spherical geodesy, projections and tiling schemes. Vector data format support for [GeoJSON](https://geojson.org/), [WKT](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry) and [WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary).
:earth_americas: [geodata](geodata) | [![pub package](https://img.shields.io/pub/v/geodata.svg)](https://pub.dev/packages/geodata) | Geospatial feature service Web APIs with support for [GeoJSON](https://geojson.org/) and [OGC API Features](https://ogcapi.ogc.org/features/) clients.

See code and package links above or
[the repository root](https://github.com/navibyte/geospatial) for more
information.

0 comments on commit 5272c87

Please sign in to comment.