npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vesper-to-ebird

v1.0.12

Published

Shim Vesper .csv exports into eBird formatted imports for Nocturnal Flight Calls

Downloads

8

Readme

Vesper to Ebird

This tool automatically converts Vesper CSV exports into appropriate NFC checklists suitable for importing into eBird.

Install

You need to have Node.js installed on your computer to use this program. Once you have node, you will automatically have npm installed, too. From your terminal, run this command:

npm i -g vesper-to-ebird

You will need to be comfortable with using your Terminal. I am not familiar with how to run this on Windows; I would suggest using something like Git BASH for using Bash and Node on Windows.

You'll also need to have Vesper installed and running; the input files this program expects can be exported as CSV files from Vesper's web client.

Usage

Usage
  $ vesper-to-ebird input [opts]

Arguments
  input        The input file or files, space delimited

Options
  --config     Optional path containing configuration
  --start      The starting time
  --stop       An end time
  --date       Specify a single date
  --station    Specify the station manually
  --export     Export results to a file

Examples
    $ vesper-to-ebird input.csv
    $ vesper-to-ebird input.csv input2.csv
    $ vesper-to-ebird input.csv --start="2020/09/04 21:30:00" --stop="2020/09/07 23:00:00" --export="2020-09-07 recorded"
    $ vesper-to-ebird input.csv --date="2020/09/08"
    $ vesper-to-ebird input.csv --station="NBNC"
    $ vesper-to-ebird --config ~/mytotallysecret/settings.json input.csv --date="2020/09/08"
    $ VESPER_TO_EBIRD_SETTINGS=~/mytotallysecret/settings.json vesper-to-ebird input.csv --date="2020/09/08"

Settings

The settings file represents an individual setup, with examples in ./settings.json

Specific settings can be used via the command line option --config, passing a path to a viable json file, or by settings the VESPER_TO_EBIRD_SETTINGS as a path to the desired configuration file. Below are examples of each.

--config

$ vesper-to-ebird --config ~/.birdzallday/settings.json output.csv

ENV variable

$ export VESPER_TO_EBIRD_SETTINGS=~/.birdzallday/settings.json
$ vesper-to-ebird output.csv

Contribute

Go ahead! Ping me first, though.

License

MIT © Richard Littauer