-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Help needed in Arctos -- Specimens without locality #8235
Comments
Possible: Sure, nothing seems impossible to code here. A cost we can pay? Much less sure... Right now FLAT uses
Not starting from a CSV and not without specifics, but probably, I can write a report for about anything - or I suspect what you want is available from... ![]()
https://docs.google.com/spreadsheets/d/1VbNC3k17WAHMum_qD5UYoXxUUWwXXh5gZSM5vfGvRzU/edit?gid=529334279#gid=529334279&range=89:89 is one piece of documentation which at least suggests that this is possible, I'm sure other documentation could use improvement. FWIW this is one of the few places where I'm not sure that supporting NULL in lieu of the old "force 'em to say SOMETHING!" way is better; event type can probably be inferred from the material, geography (continents are MUCH more useful than nothing!) is likely better-known at the time of cataloging than it will be in the future, and one can (assuming Dr. Hawking doesn't pop in with a conflicting opinion) be relatively sure it wasn't collected tomorrow; a fact that loses precision with every passing "NO DATA" day. |
This allows me to pull the locality data for specimens which I've pulled up in my search BUT there are two issues:
Is there another way? Just let me know what you would need from me and I'll get it!
I think this explains it. I must have made a mistake in one of my bulk import spreadsheets while moving legacy data over and forgotten to include the record event type. And now I'm paying a huge price for it... |
I had the same experience last week - left this blank and ended up with specimens that didn't have event info. Is it possible to add an error message/warning if record_event_type is blank but record event info is provided? |
That's actionable, ArctosDB/dev#88
Let's start with SQL and see where we end up. I have three problems, all pretty much related to the scale at which I work and hopefully all irrelevant for you:
That is, a record can have 347 record-events (along with everything else it can have and everything those dependencies can have and etc.), and each of those can have 97432 event attributes and 349738 locality attributes, and I think you're asking for a single row in a spreadsheet. If you can somehow squish that triple infinity of potential complexity down into a finite number of columns in a spreadsheet-like structure (or the start of one, this can evolve and - unlike Arctos UI - doesn't have to anticipate all use cases) i can pull some data.
To the current UI with the current check: Nope, it's pass or fail. Going forward, there are a few options:
All of those still individually look (somewhat) approachable, but I think bits-and-pieces (eg lots of forms all with increased complexity all maintained by me) would quickly overwhelm available resources (eg I'll run off screaming - but I think @mkoo has some unfocused resources at the moment...). |
Specifically, I need some way to connect: So just two data fields; I don't need any of the other specimen, locality, or event data. I can pull any other data I need to add these collecting events which didn't properly upload. I just need to figure out which specimens did successfully get collecting events added and which did not. |
Here you go: |
I noticed that 3087 specimens in my collection (UWBM:PB) do not report a locality or collecting event recorded for them in the catalog record search results.
In some cases (e.g., https://arctos.database.museum/guid/UWBM:PB:122800), this is because the locality is set to access only by uwbm_pb users. However, even when logged in with uwbm_pb access, the locality does not show up in the catalog record search results and therefore you can't download the data of specimen, collecting event, and locality together. I don't think this is a bug, but it is annoying. Is it possible to add a feature to show the locality data when a user with access is logged in? Or @dustymc are you able to just pull a report of the localities associated with the specimens in the attached .csv?
uwbmpb_specimens without specloc.csv
In other cases (e.g., https://arctos.database.museum/guid/UWBM:PB:78163) the specimen truly has no locality or collecting event associated with it. I can fix this relatively easily, and will do so. But I thought it wasn't possible to add a catalog record without a collecting event and locality; is this a bug?
The text was updated successfully, but these errors were encountered: