Skip to content

dongli/fortran-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91d99d5 · Feb 25, 2020

History

12 Commits
Dec 24, 2019
Dec 24, 2019
Feb 25, 2020
Dec 24, 2019
Dec 24, 2019
Dec 29, 2019
Dec 24, 2019

Repository files navigation

Introduction

fortran-proj is another Fortran bindings for Proj C library. It should provide more concise APIs.

Usage

use proj

type(proj_type) p

call p%init(latlon_crs(), lcc_crs(36.14387d0, 105.5837d0, 30.0d0, 60.0d0))
lon = 105.5837
lat = 36.14387
call p%transform(lon, lat, x, y)

That's it!

Contributors

  • Li Dong

About

Another Fortran bindings of Proj

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published