AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

iNaturalist images missing creator/rights/licence fields #92

Open djtfmartin opened 4 years ago

djtfmartin commented 4 years ago

Example: https://images.ala.org.au/image/63072c02-e6c2-4afd-bda6-62b6893a84b2

I presume, but haven't confirmed, this is because they are absent from the CSV produced by the code that produces a delta CSV for daily ingestion.

Another example (same user) which was harvested using the DWCA has rights etc

https://images.ala.org.au/image/f42eeddd-f204-4adb-91c9-5197a29bd14b

djtfmartin commented 4 years ago

Output from DWCA

@aws-bstore:/data/tmp/dr1411$ less media.csv 

"id","type","format","identifier","references","created","creator","publisher","license","rightsHolder","catalogNumber"
"4829667","StillImage","","https://static.inaturalist.org/photos/5860597/original.jpg?1482382434","","","","iNaturalist","","Shannon “Wild Tracker sls” Smith","5860597"
"28391","StillImage","","https://static.inaturalist.org/photos/50454/original.jpg?1444393715","","","","iNaturalist","","Christopher Tracey","50454"
"113543","StillImage","","https://static.inaturalist.org/photos/162220/original.jpg?1444555836","","","","iNaturalist","http://creativecommons.org/licenses/by-sa/4.0/","John Brew","162220"
"113543","StillImage","","https://static.inaturalist.org/photos/162221/original.jpg?1444555841","","","","iNaturalist","http://creativecommons.org/licenses/by-sa/4.0/","John Brew","162221"
"113543","StillImage","","https://static.inaturalist.org/photos/162222/original.jpg?1444555847","","","","iNaturalist","http://creativecommons.org/licenses/by-sa/4.0/","John Brew","162222"
"113543","StillImage","","https://static.inaturalist.org/photos/162223/original.jpg?1444555852","","","","iNaturalist","http://creativecommons.org/licenses/by-sa/4.0/","John Brew","162223"
"113543","StillImage","","https://static.inaturalist.org/photos/162224/original.jpg?1444555857","","","","iNaturalist","http://creativecommons.org/licenses/by-sa/4.0/","John Brew","162224"
"113543","StillImage","","https://static.inaturalist.org/photos/162225/original.jpg?1444555862","","","","iNaturalist","http://creativecommons.org/licenses/by-sa/4.0/","John Brew","162225"
"

licence is there for some records but not all. Creator isnt populated.