-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db3c95a
commit 5272c87
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |