-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPotBot.txt
30 lines (18 loc) · 1.03 KB
/
PotBot.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1) to get image properties like GPS use this library:
ExifTagCollection - An EXIF metadata extraction library:
https://www.codeproject.com/Articles/27242/ExifTagCollection-An-EXIF-metadata-extraction-libr
2) possible solution for image categorising:
https://developer.clarifai.com
signed in using my bathnes email password: Ms.012017
API Token Key: FayXiTEBjw9VLifwEGwINjPcFgIRx3
Client ID: -1fUImtsWiRpfOmJMxIz8y-WXZQVoGeKVBjfrEns
Client Secret: cPda2TVArG1-S70ClioF0cPCggrob4BicUciA2CD
Javascript example: http://blog.clarifai.com/a-copy-and-paste-guide-to-your-first-api-project-with-clarifai/#.WRW_LevyuUk
Outline Plan:
Create a simple html document that uses an API to categorise an image which has been loaded
image stuff:
http://stackoverflow.com/questions/26212792/convert-an-image-to-canvas-that-is-already-loaded/26554277#26554277
Postgres:
https://sdeintercept.wordpress.com/2017/01/02/convert-xy-coordinates-into-geometry-in-a-postgres-spatial-table/
https://postgis.net/docs/ST_Transform.html
https://postgis.net/docs/ST_DWithin.html