-
Notifications
You must be signed in to change notification settings - Fork 3
Add convenience functions and example notebook for datasource CRUD #67
Add convenience functions and example notebook for datasource CRUD #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do I need to set my host
to when I create the client? localhost:9091
is throwing a swagger validation error, and I need to point to local for the changes in raster-foundry/raster-foundry#4105
examples/Datasources.ipynb
Outdated
"outputs": [], | ||
"source": [ | ||
"import sys\n", | ||
"sys.path.append('/path/to/raster-foundry-python-client')" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For user's who've pip install
ed, this won't be necessary, since pip will have put the library in their path. For users in development, if they've done scripts/update
and are in the resulting virtualenv, it also won't be necessary, since that script installs rasterfoundry
into the virtualenv. So this cell can be removed.
hey @jisantuc , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🎉
This PR:
How to test:
https://raw.githubusercontent.com/raster-foundry/raster-foundry-api-spec/feature/asu/update-first-class-object-crud-spec/spec/spec.yml
This is the first part of #53