25 new sensors - #26
Conversation
kgarwoodsdzwa
left a comment
There was a problem hiding this comment.
can you also make an example csv file with the subject nane/lat/long? like inside the config folder, create like example_subject_post.csv with like a random gps lat long for a random made up 'demo' subject, so that people can see the exact format that file needs to be to work to use post_camera. and if they run it with that example csv, it should post like a dummy subject to earthranger.
There was a problem hiding this comment.
create a folder in /sageranger/sageranger to store these. so /sageranger/sageranger/observation_payloads/camera.json or something like that, may need to update the pyproject or something somewhere to make sure it finds the jsons in that subfolder
There was a problem hiding this comment.
Config Folder now has json files and the example csv
There was a problem hiding this comment.
same thing as the camera json, create a folder in /sageranger/sageranger to store these. so /sageranger/sageranger/observation_payloads/temp.json or something like that
There was a problem hiding this comment.
move /config outside the sageranger folder. so high level should be sageranger/config and sageranger/sageranger would be on the same hierarchy.
There was a problem hiding this comment.
The config folder has been moved and the toml updated.
This version adds a config file that enables the post camera and post observation scripts to work with a temperature sensor.