Skip to content
forked from JuliaGeo/Proj.jl

Julia wrapper for PROJ.4 cartographic projections library

License

Notifications You must be signed in to change notification settings

awbsmith/Proj4.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proj4

A simple wrapper around the Proj.4 cartographic projections library.

Basic example:

using Proj4

wgs84 = Projection("+proj=longlat +datum=WGS84 +no_defs")
utm56 = Projection("+proj=utm +zone=56 +south +datum=WGS84 +units=m +no_defs")

transform(wgs84, utm56, [150 -27 0])
# Should result in [202273.913 7010024.033 0.0]

API documentation for the underlying C API may be found here: https://github.com/OSGeo/proj.4/wiki/ProjAPI

About

Julia wrapper for PROJ.4 cartographic projections library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%