Skip to content

olekslitus/narwc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published