📄 readme
字号:
-------------------- P R O J . 4 --------------------This is Release 4.4 of cartographic projection software.PLEASE read the following information as well as READMEs in the srcand nad directories.For more information on PROJ.4 maintenance please see the web page at: http://www.remotesensing.org/proj ---------------------------------------------------Installation:-------------FSF's configuration procedure is used to ease installation of thePROJ.4 system.The default destination path prefix for installed files is /usr/local.Results from the installation script will be placed into subdirectoriesbin, include, lib, man/man1 and man/man3. If this default path prefixis proper, then execute: ./configureIf another path prefix is required, then execute: ./configure --prefix=/my/pathIn either case, the directory of the prefix path must exist and bewritable by the installer.After executing configure, execute: make make installThe install target will create, if necessary, all required sub-directories.Windows Build-------------PROJ.4 can be built with Microsoft Visual C/C++ using the makefile.vcin the src directory. First edit the PROJ\SRC\makefile.vc and modifythe PROJ_LIB_DIR value at the top to point to the NAD subdirectory of wherever you put the PROJ tree. If you unpacked it as C:\PROJ itcan remain unchanged. The use the makefile.vc to build the software:eg. C:\> cd proj\srcC>\PROJ\SRC> nmake /f makefile.vc allNote that you have to have the VC++ environment variables, and pathsetup properly. This may involve running the VCVARS32.BAT script outof the Visual C++ tree. The makefile.vc builds proj.exe, proj.dll and proj.lib. It should also be possible to build using the Unix instructionsand Cygwin32, but this hasn't been tested recently. ---------------------------------------------------Distribution files and format.------------------------------Sources are distributed in one or more files. The principle elementsof the system are in a compress tar file named `PROJ.4.x.tar.gz' where"x" will indicate level.sub-level of the release. For U.S. usersinterested in NADCON datum shifting procedures, additional filescontaining conversion matricies are distributed with the name`PROJ.4.x.y.tar' where y is an uppercase letter starting with "A."These supplementary files will contain compressed files and thusthe tar file is not compressed.Interim reports on Rel. 4 proj are available in PostScript form as*.ps.gz . New and old users are strongly recommended to carefully readthese manuals. They are supplements and NOT a replacement for the fullmanual OF 90-284 (which new users should also obtain). ---------------------------------------------------Principle new aspects of system:--------------------------------ANSI X3.159-1989 C code. Site must have ANSI C compiler and header files.Several method of determining radius from specified ellipsoid.Use of initialization files through +init=file:key. Default projectionspecifications also may be defined in an ASCII file.+inv option REMOVED and -I may be used in its place. Use of invprojalias of proj still functions as per Rel.3.+ellps=list and +proj=list REMOVED. Use respective -le and -lp.+units= to specify cartesian coordinate system units. To get listuse -lu.-v added to dump final cartographic parameters employed.Addition of computing scale factors and angular distortion added through-S option. Valuable for designing new projection parameter details.-V option which verbosely lists projected point characteristics.Programmers may use projection library with calls to pj_init,pj_fwd, pj_inv and pj_transform.Program nad2nad for conversion of data to and from NAD27 and NAD83datums.Program cs2cs for converting between coordinate systems, with optionaldatum translation.-------------------------------------------------------------Things currently left undone:----------------------------proj_def.dat NOT fully in place. Needs additional settings formany of the projections. Probably will not be completed until mainmanual rewritten.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -