-
Notifications
You must be signed in to change notification settings - Fork 4
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
Data for *Possible* Mapping #60
Comments
UGH! The data is correct as far as being able to start finding places and all of the companies are associated correctly. The bug is that some companies are not appearing, and I am not really sure why? It might be a Site Index issue or could be XML related, but I have spent so much time this weekend on Nelson I have to walk away and get other work done. If @spadafour or @ebeshero want to look at my queries that produced the two data sets you can find them at these path steps in eXide: /db/rParker/nelsonLocRefs --- gets the list of all the local reference and I think is working to get all of them /db/rParker/nelsonPlacesAndCompanies --- not giving us all of the companies that are in the Site Index that should all be linked to |
@RJP43 I'll take a look right now and see if I can debug your nelsonPlacesAndCompanies query...more in a few minutes |
@RJP43 I've concluded that the two entries coming up as "No Address" must be non-hits in your site index. That is, I think you have two values of $i in your for loop running over the distinct values of
The last I tested that one more time, by just setting this:
and I returned much the same output: just the xml:ids in place of the company names, and the last two entries missing with "No Address". I conclude that the problem is in the markup of the articles. Do you have a Schematron checking each of the articles to make sure their |
We have several thing in our Schematron to check for this kind of messy data and all of our XMLs are green in oxygen these are the rules we have for these things:
This rule is doing the checking into our site index so that each of those attributes verify there is a site index entry that corresponds. This rule fires correctly, and was tested when I added the new archetypes and company ids before I got them into the Site Index.
These are all the rules we have controlling addresses and organizations. Do you see any errors with these or a way @spadafour and I can rework or add rules to grab the issues you are suggesting are in the markup? |
@RJP43 @spadafour Here is a link to an 1898 panoramic map of central Chicago... streets are mostly still the same as today, so you can find a location using Google Maps to get a general idea where it is, and then locate it on this map, or other maps that you can Google using "Chicago 1888 maps" or some such... |
@RJP43 1875 streetmap of chicago: https://upload.wikimedia.org/wikipedia/commons/3/31/Chicago-warner-beers-1875.jpg |
@RJP43 This looks good: |
@spadafour and I fixed the issue we were having with blank orgNames and it was indeed an XML issue! Thanks @ebeshero for checking this and leading us in that direction! Here is the link to the new data: http://dxcvm05.psc.edu:8080/exist/rest/db/Nelson/NellCompaniesAddresses.tsv |
@RJP43 Congrats on a successful debugging! @spadafour |
@ghbondar
Here are the links to the two files that contain all of our place references within 1888-Chicago.
This one gives you companies and their addresses : http://dxcvm05.psc.edu:8080/exist/rest/db/Nelson/NellCompaniesAddresses.tsv
This one is just the places that we call "local references" :
http://dxcvm05.psc.edu:8080/exist/rest/db/Nelson/NellLocalPlaces.text
This issue would probably be the best place to post any results since everyone on the team has access.
Thank you so much!
The text was updated successfully, but these errors were encountered: