zooniverse / panoptes-cli

A command-line interface for Panoptes
Apache License 2.0
18 stars 5 forks source link

Add iNat import command #234

Closed zwolf closed 1 year ago

zwolf commented 1 year ago

Calls the python client's iNat import methods, which sends the request out to Panoptes. Currently no way to track progress on this outside of waiting for the email. This also will need to wait to merge/release until the python client's corresponding work is released and the client's version updated here.

yuenmichelle1 commented 1 year ago

@zwolf is there a reason tests are failing? (fwiw, i did not run it to check, just the first thing that popped up as I took a look at the PR)

zwolf commented 1 year ago

Tests are failing because the Inaturalist module doesn't exist in the python client for the CLI to import. When I release the new version of the client that includes it, I'll update this PR to use the new version and they should pass.

zwolf commented 1 year ago

Didn't have to update a thing, it pulls the new version automatically when tests are rerun.