nexrad_level_ii 0.0.4
nexrad_level_ii: ^0.0.4 copied to clipboard
A package for reading and parsing NEXRAD Level II data files.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nexrad_level_iiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nexrad_level_ii: ^0.0.4Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nexrad_level_ii/ldm.dart';
import 'package:nexrad_level_ii/nexrad.dart';