This project aims to provide a command that enables users from filtering the global fishing watch csv files.
- 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!
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>