Project not saving (error message undefined)

in case it might help anyone, i made a Jupyter notebook with Python code that can be used / adapted to update a project when using the standard project edit screen is not possible / ideal, such as in the following cases:

in addition, the notebook could be used / adapted to extract lists of taxa (with ids) from from a project’s rules or an iNat list, exract lists of users from a project’s rules, or extract lists of places from a project’s rules.

the notebook code is stored in GitHub at: https://github.com/jumear/stirpy/blob/main/content/iNat_update_project.ipynb

you can run the Notebook directly in your browser here: https://jumear.github.io/stirpy/lab?path=iNat_update_project.ipynb.

key steps for using it would be:

  1. define your target project_id
  2. set up your source_rules
  3. input your jwt
  4. run
1 Like