pub package

Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326).

Getting Started

In your pubspec.yaml file add:

dependencies:
  latlng: any

Then, in your code import:

import 'package:latlng/latlng.dart';

Features

  • Julian date and time.
  • ECI and ECF Calculations.
  • Look Angle Calculation.
  • Ground Track.
  • WGS84 and WGS72.
  • Projection to Tile Index.

Libraries

latlng
Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326).