tilemap

Returns the tiile h and v coordinates and pixel coordinates for the provided Lat and Lon.

Parameters

NameDescriptionDefaultChoicesRequired
product The product to find coordinates for (i.e. MOD09A1, MOD13Q1, MYD11A2, SRTM) True
latitude A latitude value. Positive values are N, negative values are S. True
longitude A longitude value. Positive values are E, negative values are W. True
output The output type for the results (xml, json, html). xml xml, json, html False

Example

?product=MOD09A1&latitude=42.0&longitude=-100.0

Response

	<tilemap>
		<horizonal>10</horizonal>
		<vertical>04</vertical>
		<line_YDim>1919.50</line_YDim>
		<sample_XDim>1363.39</sample_XDim>
	</tilemap>