8 skills found
geotools / GeotoolsOfficial GeoTools repository
OracleDataManagementSpain / ConvergedDatabaseOracle Converged Database 19c workshop series, including: Multitenant, Multimodel, In-Memory, Spatial & Graph, Machine Learning with Phyton and R, Multicloud and Autonomous Database
hwestphal / Oracle Spatial DemoOracle Spatial Demonstration
Apress / Pro Oracle Spatial For Oracle Db 11gSource code for 'Pro Oracle Spatial for Oracle Database 11g' by Ravikanth Kothuri, Albert Godfrind, and Euro Beinat
Apress / Pro Oracle Spatial For Oracle Db 11g 11Source code for 'Pro Oracle Spatial for Oracle Database 11g' by Ravikanth Kothuri, Albert Godfrind, and Euro Beinat
danielAlbuquerque / Api GeoRest service that convert oracle spatial data to geojson
pauldzy / DZ WKTPL/SQL code for the conversion of OGC WKT to and from Oracle Spatial MDSYS.SDO_GEOMETRY
xuxinkun0591 / CoordTransform在Oracle中实现百度-高德-WGS三种坐标相互转换. 数据源为Oracle Spatial空间数据(sdo_geometry). 已封装转换函数wgs2bd(wgs转百度)/wgs2gd(wgs转高德)/gd2bd(高德转百度)以及反方向3个共6个,如函数gd2wgs(IN SDO_GEOMETRY)实现输入高德坐标要素,输出WGS坐标要素. 点线面三种要素均已实现.