adiwg / mdJson-schemas

JSON schemas, examples, and templates for ADIwg metadata standards
http://www.adiwg.org/projects/
GNU Lesser General Public License v3.0
18 stars 15 forks source link

gridRepresentation transformationParameterAvailable required #187

Closed stansmith907 closed 6 years ago

stansmith907 commented 6 years ago

Spatial representation > grid representation . transformationParameterAvailable is required. However, it is Boolean and I default it to 'false'.

jlblcc commented 6 years ago

The schema defines the default as false, too. I think we decided that was good enough. If true, where would one obtain the transformationParameters?

stansmith907 commented 6 years ago

Since the element is Boolean and defaulted to false there is no code change here. Just letting people know the parameter will always be written (to ISO anyway). Maybe this doesn't need to be an mdJson thing. Also, don't need to know what the parameters are, just if they are available.

jlblcc commented 6 years ago

Yeah, I was just curious where one would obtain those parameters. Seems kinda weird to note the availability without providing the info to access the info.