geodf 0.2.0 copy "geodf: ^0.2.0" to clipboard
geodf: ^0.2.0 copied to clipboard

Geospatial timeseries analysis. Provides a GeoDataFrame object

example/main.dart

import 'package:geodf/geodf.dart';

Future<void> main(List<String> args) async {
  final df = await GeoDataFrame.fromGeoJsonFile("data/positions_sample.geojson",
      timestampFormat: TimestampType.seconds, verbose: true)
    ..show();
}
1
likes
40
pub points
16%
popularity

Publisher

unverified uploader

Geospatial timeseries analysis. Provides a GeoDataFrame object

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

df, extra_pedantic, geodesy, geojson, geopoint, meta, ml_linalg, pedantic

More

Packages that depend on geodf