-
Notifications
You must be signed in to change notification settings - Fork 0
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
change type for locations with PAA = DARE Precision 2: 3 pts #512
Comments
@paregorios The PR got deployed to staging and can be tested. Here is an example output from a local dry run:
If i run the script without the
Changes gets applied regardless, and i'm not sure if this is a problem of my local dev environment or a real problem that needs to be addressed. |
@chiruzzimarco I think it's a local dev issue. There's another application ("vaytrou") you need to have running for geospatial indexing to work. |
As a Pleiades admin with CLI access on production, I can run a data modification script that changes the
Location Type
field values on any published PleiadesLocation
object to the single value "associated modern" if the published Location object already references the "DARE Precision 2" Positional Accuracy Assessment and does not already have "associated modern" in its multivaluelocation type
field. If, "associated modern" does already appear inlocation type
, then the Location object is skipped.The script must:
location type
value(s)For example:
location type
value of "representative". The script should replace the existing value(s) in thelocation type
field, and add only the value "associated modern". The path "/places/383624/dare-location" will be added to the script output under the "changed" category, together with the previouslocation type
value(s), in this case["representative",]
location type
already has the value "associated modern" so no change is required. The path "/places/157833/dare-location-of-modern-le-candeou" will be added to the script output under the "unchanged" category.The text was updated successfully, but these errors were encountered: