mintproject / MINT-Transformation

MIT License
3 stars 1 forks source link

Cropping Schema fixes #64

Closed huerdong closed 4 years ago

huerdong commented 4 years ago

Fixes missing mint:standardName and, for bounding box specific case, mint:Place in schema.

For the bounding box case, added additional argument "region_label" that is required when run in bounding box mode. Writer does not accept an input SM that is missing the mint:Place field, but since no shapefile is provided, we must manually create our own mint:Place to annotate the bounding box of interest.

Updated the cropping from dcat example for this use case as well.