Skip to content

pmsg863/geohash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geohash

geohash oracle function 存储过程

plsql 调用 java.class 实现geohash的功能 Geohash_encode(lat,lon,geohash_length);

示例 select Geohash_encode(24.52, 117.94,6) from dual;

return 'ws7g7z';

About

geohash oracle function 存储过程

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages