⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 开源投影系统 Cartographic Projections library originally written by Gerald Evenden then of the USGS. The
💻
📖 第 1 页 / 共 2 页
字号:
2003-03-31  Frank Warmerdam  <warmerdam@pobox.com>	* Prepare 4.4.7 Release.	* nad/esri: incorporated Paul Ramsey's update.  ESRI specific 	coordinate systems in nad/esri.extra.	* nad/epsg: Regenerated with towgs84 parameters properly generated	for non-greenwich prime meridians. 	http://bugzilla.remotesensing.org/show_bug.cgi?id=3042003-03-28  Frank Warmerdam  <warmerdam@pobox.com>	* config.guess, config.sub: updated from 	ftp://ftp.gnu.org/pub/gnu/config/ in order to resolve Debian build	problems on MIPS architecture. 		http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=186586	* src/pj_datums.c: fixed ire65 definition to refer to mod_airy, not	modif_airy as per:	http://bugzilla.remotesensing.org/show_bug.cgi?id=3122003-03-26  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_transform.c: Added check that srcdefn->inv actually exists!	Per http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=3012003-03-25  Frank Warmerdam  <warmerdam@pobox.com>	* src/cs2cs.c: modified so that -f formats are used for Z as well as	x and y values.  	As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169056	* src/man/man1/cs2cs.1: removed -V flag ... it is not supported.	As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1623312003-03-17  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_datums.c: changed NAD27 definition to make everything	optional, and to include alaska, and ntv2_0.gsb. 		nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat	* src/pj_grid*, src/pj_apply_gridshift.c, src/nad_init.c: Lots of	changes introducing the PJ_GRIDINFO structure, support for skippable	grids ('@' prefix), delayed grid data loading and support for NTv2	grids. 2003-03-16  Frank Warmerdam  <warmerdam@pobox.com>	*  Modified get_opt() to terminate reading the definition when a new	definition (a word starting with '<') is encountered, in addition 	to when the definition terminator '<>' is encountered, so that 	unterminated definitions like those in the distributed esri file 	will work properly.  Patch provided by Carl Anderson.		http://bugzilla.remotesensing.org/show_bug.cgi?id=3022003-03-03  Frank Warmerdam  <warmerdam@pobox.com>	* Prepare 4.4.6 Release.	* nad/epsg: updated to EPSG 6.2.2.	* src/Makefile.am, nad/Makefile.am: a few fixes for Cygwin 	compatibility, ensure /usr/local/share/proj get pre-created.	* Incorporate src/PJ_lcca.c, the new "alternate" LCC implementation	provided by Gerald for some old maps.  See his site for details.	* Rebuild dependent files with automake 1.6.3, libtool 1.4.2 and 	autoconf 2.53.  2003-01-15  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_datums.c: added some datums as suggested by the GRASS team.2002-12-14  Frank Warmerdam  <warmerdam@pobox.com>	* src/projects.h, various others: updated header style in some files.	* src/pj_geocent.c, src/pj_transform.c, src/pj_list.h, src/projects.h:	added support for geocentric coordinates in pj_transform() api.	* src/pj_utils.c: Fixed pj_get_def() to return info on prime meridian.2002-12-08  Frank Warmerdam  <warmerdam@pobox.com>	* src/cs2cs.c: added support for the -lm switch to report all	prime meridians.	* src/pj_init.c, pj_transform.c, pj_datum.c: added preliminary	support for the +pm switch to set the prime meridian.2002-12-01  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_transform.c: Applied fix for 7 parameter shifts in 	pj_geocentric_from_wgs84() as per suggestion from Harald Lernbeiss in:	http://bugzilla.remotesensing.org/show_bug.cgi?id=1942002-11-19  Frank Warmerdam  <warmerdam@pobox.com>	* src/cs2cs.c: cleanup memory at end to facility memory leak testing.2002-07-29  Frank Warmerdam  <warmerdam@pobox.com>	* nad/esri: applied gradian related patches as per bug 184:	   http://bugzilla.remotesensing.org/show_bug.cgi?id=1842002-07-25  Frank Warmerdam  <warmerdam@pobox.com>	* nad/esri: added new ESRI translation file.  Includes EPSG values	plus various ESRI extensions. 2002-07-07  Frank Warmerdam  <warmerdam@pobox.com>	* src/*.c, src/*.h, src/makefile.vc: *Many* changes to support	compiling all of the PROJ.4 source as C++ source.  Add /TP to CFLAGS	in makefile.vc to test this on Windows.  projects.h, and proj_api.h 	attempt to export all externally visible functions with C linkage but	all code should now compile as C++.  Currently only tested with VC++ 6.2002-06-11  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_pr_list.c, proj.def, proj_api.h: Added the pj_get_def()	function to return an expanded definition from a projPJ handle, 	including having the +init= section expanded.2002-05-30  Frank Warmerdam  <warmerdam@pobox.com>	* src/geod/{geod.c,geod_for.c,geod_inv.c,geod_set.c,geodesic.h}:	Renamed a, S and f to geod_a, geod_S and geod_f to slightly reduce	the horrible naming conflict situations with geodesic.h. 	   http://bugzilla.remotesensing.org/show_bug.cgi?id=1482002-04-30  Frank Warmerdam  <warmerdam@pobox.com>	* html/faq.html: new	* src/pj_apply_gridshift.c,pj_open_lib.c,nad_init.c: try to improve	debug output when datum shifting fails.2002-04-16  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_list.c,src/PJ_krovak.c: Incorporated support for Krovak	projection as per submission by Thomas Fleming and Markus Neteler.2002-03-01  Frank Warmerdam  <warmerdam@pobox.com>	* src/geod.c: Moved ctype.h up to avoid compile failure on MacOS X.2002-02-15  Frank Warmerdam  <warmerdam@pobox.com>	* pj_transform.c: Provide zerod Z array in pj_datum_transform() if	none passed in.2002-01-23  Frank Warmerdam  <warmerdam@pobox.com>	* Added proj.spec file provided by Intevation (FreeGIS CD).Rel. 4.4.5 2002/01/09-------------------------------------------------------------------------	2002-01-09  Frank Warmerdam  <warmerdam@pobox.com>	* src/geocent.c: Fixed serious bug in Convert_Geodetic_To_Geocentric()	that essentially ruins all datum shifting (except NAD tables).  This	bug was introduced just in time for the PROJ 4.4.4 release.2001-11-05  Frank Warmerdam  <warmerdam@pobox.com>	* src/proj.def: added pj_strerrno and pj_errno as per request from	Bernhard Herzog.Rel. 4.4.4 2001/09/15-------------------------------------------------------------------------	2001-09-15  Frank Warmerdam  <warmerdam@pobox.com>	* src/geocent.c: I have modified the Convert_Geodetic_To_Geocentric() 	function to clamp Latitudes just a little out of the range	-PI/2 to PI/2 and to no longer do error checks on Longitudes since	they will be auto-wrapped by sin() and cos(). 	See http://bugzilla.remotesensing.org/show_bug.cgi?id=17	* nad/epsg: commited new updates with fixed units for us state plane	zones in feet, as reported by Marc-Andre.2001-08-23  Frank Warmerdam  <warmerdam@pobox.com>	* src/makefile.vc: improved the setting of PROJ_LIB defaults.	* src/pj_open_lib.c: added the pj_set_finder() entry point.	* nad/epsg: fixed all LCC projections.  The parameters were badly	mixed up.2001-08-11  Frank Warmerdam  <warmerdam@pobox.com>	* src/proj.c: Generate an error message if +proj=latlong is used with	this program.  As per bugzilla bug 70. 2001-06-01  Frank Warmerdam  <warmerdam@pobox.com>	* makefile.vc: emess.c directly linked into mainline programs.	* pj_errno.c: added pj_get_errno_ref().2001-05-14  Frank Warmerdam  <warmerdam@pobox.com>	* upraded config.sub and config.guess as per debian bug report 97374.Rel. 4.4.3 2001/04/20-------------------------------------------------------------------------	2001-04-20  Frank Warmerdam  <warmerdam@pobox.com>	* Don't install test files in /usr/local/share/proj.	* Made WGS84 the default in proj_def.dat	* nad/test27,test83: Use -b flag for diff to avoid differences on	Windows due to CR/LF issues.	* src/makefile.vc: default to building "all".	* src/pj_init.c: call pj_open_lib() with mode of "rt" to ensure	correct handling of def files on DOS based systems.	* Updated for 4.4.3 release (pj_release.c, Makefile.am, etc).2001-04-05  Frank Warmerdam  <warmerdam@pobox.com>	* Introduce proj_api.h as a public include file with projects.h	now intended to be private.	* pj_datums.c: added ntv1_can.dat to list for NAD27 datum.	* nad_init(): added support for loading NTv1 style datum shift files.	* cs2cs.c: use pj_latlong_from_proj()	* pj_init.c: added pj_init_plus().	* pj_utils.c: new with pj_is_latlong(), and pj_latlong_from_proj()	functions.	* pj_strerror.c: added error -43.2001-04-04  Frank Warmerdam  <warmerdam@pobox.com>	* rewrote 7 param datum shift to match EPSG:9606, now works with 	example.2001-03-20  Frank Warmerdam  <warmerdam@pobox.com>	* Added -DPROJ_LIB=\"C:/PROJ/\" in src/makefile.vc to provide for	a default proj data file search directory.	* Added HOWTO-RELEASE document in CVS.2001-03-15  Frank Warmerdam  <warmerdam@pobox.com>	* src/pj_apply_gridshift.c: fixed bug in pj_load_nadgrids() which	would sometimes result in the load function failing because of a	buffer overrun in the grid list string.2001-03-14  Frank Warmerdam  <warmerdam@pobox.com>	* added nad/epsg database of translations between EPSG PCS/GCS	codes and PROJ.4 definitions.2001-02-24  Frank Warmerdam  <warmerdam@pobox.com>	* Include +ellps in proj example as per suggestion from Michael	DeChaine.2001-02-07  Frank Warmerdam  <warmerdam@pobox.com>	* Cleaned up various warnings when compiled with -Wall.2001-02-03  Frank Warmerdam  <warmerdam@pobox.com>	* Added cs2cs.1 man page, and minor updates to nad2nad.1 and proj.1.	* Added pj_transform docs to pj_init.3.2001-01-25  Frank Warmerdam  <warmerdam@pobox.com>	* Fixed pj_init() check for WGS84 match as per Bart Adriaanse bug rep.2000-12-15  Frank Warmerdam  <warmerdam@pobox.com>	* src/makefile.vc: only delete proj.lib if it exists.2000-12-01  Frank Warmerdam  <warmerdam@pobox.com>	* Added proj.def to extra_dist in src/Makefile.am.2000-11-29  Frank Warmerdam  <warmerdam@pobox.com>	* Changed strtod() to proj_strtod() in strtod.c, and make use	of it in dmstor() to avoid having stuff like "5d10" interpreted	as exponential notation on MSVC.2000-11-18  Frank Warmerdam  <warmerda@cs46980-c>	* Patch from Craig Bruce to adjlon.c to avoid wrong results, 	and near-hangs when adjusting very large numbers. 	http://bugzilla.remotesensing.org/show_bug.cgi?id=27Rel. 4.4.2 2000/09/22-------------------------------------------------------------------------	2000-09-22  Frank Warmerdam  <warmerda@cs46980-c>	* Fixed src/Makefile.am install-exec-local target, and added	geocent.h, and emess.h.  Reissued 4.4.2 distribution files.	* Update version to 4.4.2, in preparation for 4.4.2 release.	* Ensure makefile.vc is distributed, and mention windows building	in README.	* Cast args to freev2() in bch2bps.c, and mk_cheby.c to avoid errors	on the Cray.2000-09-21  Frank Warmerdam  <warmerda@cs46980-c>	* Added "sphere" to pj_ellps.c. 2000-07-06  Frank Warmerdam  <warmerda@cs46980-c>	* Fixed bug in nad_init() with path for datum shifting files.	* Implemented cs2cs program for transforming between coordinate systems	including datum shifts.	* Implemented proj=latlong pseudo-projection.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -