Japanese README: README.ja.md
Open data images from FIND/47.
The program code in this repository is licensed under the MIT License.
The images in photo/ and the image metadata in find47images.csv / find47images.json were distributed by the authors or providers listed in author / author_en under Creative Commons Attribution 4.0 International (CC BY 4.0). In the standard dataset, all values in the license column are https://creativecommons.org/licenses/by/4.0/.
When using or redistributing an image, provide at least:
- author or provider:
authororauthor_en - license:
https://creativecommons.org/licenses/by/4.0/ - source page:
urlorurl_enwhen reasonably practicable - indication of modifications, if any
Including the title (title or title_en) is also recommended for easier identification.
Example attribution:
"Cape Notoro" by Masatoshi Konishi, FIND/47, CC BY 4.0
https://find47.jp/en/i/NzJVV
https://creativecommons.org/licenses/by/4.0/- find47images.csv
- find47images.json
- find47images_c.csv compact / lightweight
- find47images_c.json compact / lightweight
const data = await (await fetch("https://code4fukui.github.io/find47/find47images_c.json")).json();
const photo = data.find((d) => d.id == 4034);
console.log(photo);