You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="min_lat"type="float"label="Min latitude (ºN)"min="-180"max="180"optional="false"value=""help="Minimum latitude value for the data subset (southern boundary latitude).">
42
-
<validatortype="empty_field"message="You must provide a value."/>
43
-
</param>
44
-
<paramname="max_lat"type="float"label="Max latitude (ºN)"min="-180"max="180"optional="false"value=""help="Maximum latitude value for the data subset (northern boundary latitude).">
45
-
<validatortype="empty_field"message="You must provide a value."/>
46
-
</param>
47
-
<paramname="min_lon"type="float"label="Min longitude (ºE)"min="-180"max="180"optional="false"value=""help="Minimum longitude value for the data subset (western boundary longitude).">
48
-
<validatortype="empty_field"message="You must provide a value."/>
49
-
</param>
50
-
<paramname="max_lon"type="float"label="Max longitude (ºE)"min="-180"max="180"optional="false"value=""help="Maximum longitude value for the data subset (eastern boundary longitude).">
51
-
<validatortype="empty_field"message="You must provide a value."/>
52
-
</param>
41
+
<paramname="min_lat"type="float"label="Min latitude (ºN)"min="-180"max="180"optional="false"value=""help="Minimum latitude value for the data subset (southern boundary latitude)." />
42
+
<paramname="max_lat"type="float"label="Max latitude (ºN)"min="-180"max="180"optional="false"value=""help="Maximum latitude value for the data subset (northern boundary latitude)." />
43
+
<paramname="min_lon"type="float"label="Min longitude (ºE)"min="-180"max="180"optional="false"value=""help="Minimum longitude value for the data subset (western boundary longitude)." />
44
+
<paramname="max_lon"type="float"label="Max longitude (ºE)"min="-180"max="180"optional="false"value=""help="Maximum longitude value for the data subset (eastern boundary longitude)." />
53
45
<paramname="start_date"type="text"label="Start date (YYYY-MM-DD)"optional="false"value=""help="The start datetime of the temporal data subset.">
54
46
<validatortype="regex"message="Date must be in YYYY-MM-DD format">^\d{4}-\d{2}-\d{2}$</validator>
0 commit comments