Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API for North Atlantic Right Whale Catalog

narwc-api is a Python library to access North Atlantic Right Whale Catalog.
This library enables you to access the whales from the catalog in your Python applications.

Install

$ pip install narwc-api

Simple Demo

import narwc

for whale in narwc.Catalog.whales():
    print(f'Whale id: {whale.id}, name: {whale.name()}')

Documentation

...

Development

Contributing

Long-term discussion and bug reports are maintained via GitHub Issues. Code review is done via GitHub Pull Requests.

About

Python API for North Atlantic Right Whale Catalog

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages