Skip to content

Reload bounding boxes for geology theses #86

@tmorrell

Description

@tmorrell

For all records in https://data.caltech.edu/communities/gps-theses/records?q=&l=list&p=1&s=10&sort=newest pull the metadata from DataCite e.g. https://api.datacite.org/dois/10.22002/d1.350 and see if they have

geoLocations: [
{
geoLocationBox: {
eastBoundLongitude: "-118.3",
northBoundLatitude: "34.5",
southBoundLatitude: "34.467",
westBoundLongitude: "-118.4"
}
}
],

If the DataCite approach doesn't work, it's also in a google sheet https://docs.google.com/spreadsheets/d/1Wf4npmEWucCPJ-Ly1Vr6fzZvo1Y_kz7iTahmV9UmVHE/edit?gid=0#gid=0

If so send it to RDM in the format

"geometry": {
                "coordinates": [
                    [
                        [-105.92, 33.17],
                        [-106.0, 33.17],
                        [-106.0, 33.0],
                        [-105.92, 33.0],
                        [-105.92, 33.17],
                    ]
                ],
                "type": "Polygon",

Check that this is serialized correctly to DataCite metadata by RDM.

Make a PR to the InvenioRDM documentation that indicates that Polygon is supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions