gfw-cli
v1.0.4
Published
This project aims to create a command line interface to read and filter Globe Fishing Watch files.
Downloads
6
Readme
GFW-CLI
This project aims to provide a command that enables users from filtering the global fishing watch csv files.
Instalation
- First of all, you need npm
- Then, install the package:
npm install -g gfw-cli
That's all! Just don't forget to download the data (csv files) from Global Fishing Watch!
Usage
Run the following command in the console:
gfw filter --input <files directory or specific file> --output <output directory or specific file>
This is the same as (shorter):
gfw f -i <files directory or specific file> -o <output directory or specific file>