[
https://issues.apache.org/jira/browse/HIVEMALL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Makoto Yui reopened HIVEMALL-96:
--------------------------------
Add x_tile and y_tile as well for custom formatting.
{code}
WITH data (
select 'http://cyberjapandata.gsi.go.jp/xyz/std/%d/%d/%d.png' fmt, 35.4439029
lat, 139.1416358 lon, 15 as zoom
)
select
printf(fmt, x_tile(lat, zoom), y_tile(lon, zoom), zoom);
{code}
> Support GeoSpatial (lat/long ops) functions
> -------------------------------------------
>
> Key: HIVEMALL-96
> URL: https://issues.apache.org/jira/browse/HIVEMALL-96
> Project: Hivemall
> Issue Type: New Feature
> Reporter: Makoto Yui
> Assignee: Makoto Yui
> Priority: Minor
>
> Tile by lat/long
> http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Java
> ESRI geometry api for Java
> https://github.com/Esri/geometry-api-java
> ESRI Spatial functions for Hive
> https://github.com/Esri/spatial-framework-for-hadoop
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)