alex-s-gardner / FastGeoProjections.jl

A julia repository aimed a providing efficient geographic projections for production scale workflows
MIT License
6 stars 0 forks source link

Allow EPSG to also be passed as a sting #2

Open alex-s-gardner opened 1 year ago

felixcremer commented 1 year ago

Would it make sense to provide it rather as a string macro so that you could do something like EPSG"4326"?

alex-s-gardner commented 1 year ago

@felixcremer Proj.jl uses "EPSG:XXXXX" which is also what is expected by GeoFormatTypes.jl would you see a need to support additional syntax?

alex-s-gardner commented 1 year ago

"EPSG:XXXXX" syntax now supported with: 752ce18