Skip to content
Chelsea Troy edited this page Dec 9, 2019 · 1 revision
  • libtiff currently not working with docker-compose up

  • get into our kubernetes setup (there are already secrets stores for dev and prod for theia)

    • Need to store USGS username and password here (names defined in usgs/utils)
  • Put Client ID and Client secret for OAuth into the kubernetes setup ^ dev backend will know how to do these things

  • panoptes_oauth2 file needs to be updated (talk to Adam)

    • ideally we can import a python package for this
  • REST api currently not secured (anyone can post to the endpoints)

[pipenv shell: a shell with the virutal environment you created set up as your python]

  • You can set your own pipenv tasks in the Pipfile

  • run the thing

  • celery tasks

WRS, WGS, UTM,

Potential Changes:

  • Project api should take only the iD and pull the name from that (since this ID matches the panoptes ID)
  • Register all models with django admin
  • Might be easier now to make selected images accessible through the console
  • Firewall the API and only let people interact with the forms
  • put more searches in usgs/imagery_search
Clone this wiki locally