Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool seems not to be pulling in CC0 licensed images #15

Open
SiobhanLeachman opened this issue Aug 13, 2022 · 5 comments
Open

Tool seems not to be pulling in CC0 licensed images #15

SiobhanLeachman opened this issue Aug 13, 2022 · 5 comments

Comments

@SiobhanLeachman
Copy link

I've been trying to add images of a moth species called Homodotis megaspilata from iNaturalist to Wikicommons to this category I'm particularly wanting to add CC0 images including some of my own. For some reason I can't see any of the CC0 licensed images when I click the import button of this tool on this Wikicommons category. I'm worried there might be a wider issue with CC0 licensed iNaturalist images.

@Rudolphous
Copy link

Rudolphous commented Aug 14, 2022

iNaturalist shows by default the first 100 images.
You can overrule this setting via ?inatquantity=[quantity]

Seems you want to import this image:
https://www.inaturalist.org/observations/9633093

The image is there but between 100 and 200 images.

You can import it via:
https://commons.wikimedia.org/wiki/Category:Homodotis_megaspilata?inatquantity=200

@SiobhanLeachman
Copy link
Author

Thank you! I didn't think of that. Appreciate the quick reply.

@salgo60
Copy link

salgo60 commented Aug 14, 2022

Looks like you also can override with an observation id

          // Allow overriding with an observation ID
 	  // For example '?inatid=73898408'
				if ( typeof uri.query.inatid !== 'undefined' ) {
					params.id = uri.query.inatid;
				}

@Rudolphous
Copy link

Salgo60, it should work for example:
https://commons.wikimedia.org/wiki/Category:Homodotis_megaspilata?inatid=9633093

@salgo60
Copy link

salgo60 commented Aug 15, 2022

Cool: Thanks now it did work for me.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants