whosonfirst-data / whosonfirst-findingaids

Finding aids for mapping Who's On First IDs to their corresponding `whosonfirst-data` repository.
0 stars 0 forks source link

correct org? #1

Open missinglink opened 2 years ago

missinglink commented 2 years ago

should this repo be in the whosonfirst-data org or the whosonfirst org with the other code repos? seems this is the only non-data repo in this org?

thisisaaronland commented 2 years ago

It's in this org because the findingaid data is in the data folder. It just happens to have a Dockerfile.

missinglink commented 2 years ago

The workflow I'm currently using to download all WOF data (for bundling) is to scan this org for all repos, pull them and check for a /data dir, this has worked fine so far, although to an uninitiated robot this repo appears to be the same thing.

Adding a simple regex check to the repo name ^whosonfirst-data-(admin|postalcode|constituency)-[a-zA-Z]{2}$ is a workaround but IMO it would be nice to keep this org clean by having all repos conform to the same schema.