NTXShape - Project News
NTXShape 1.4a
bdodson_esrican - 2003-05-30 22:22 -
NTXShape - NTX to Shapefile ConverterAs per the previous notice, the beta has ended, and 1.4a is now released. The beta did not generate much feedback, so it is possible that there are bugs in there that have not been caught, due to a lack of testers. At any rate, I tested it pretty thoroughly myself, and it works for me.
Beta closes May 30
bdodson_esrican - 2003-05-21 06:28 -
NTXShape - NTX to Shapefile ConverterThe beta will be withdrawn May 30. If no bugs are reported by that time, 1.4a "final" will be released that weekend. If there are outstanding bugs, I will of course try to fix them first.
Beta release of NTXShape 1.4a
bdodson_esrican - 2003-05-10 14:24 -
NTXShape - NTX to Shapefile Converter1.4a beta is released. It includes an updated GUI for ArcGIS, new 3D Line support, and also has some changes to the command line processing (e.g. removal of some obsolete options). Please report any errors through the bug tracker, and feel free to ask questions on the forums.
Added per-vertex Z support for lines.
bdodson_esrican - 2003-05-03 17:07 -
NTXShape - NTX to Shapefile ConverterSupport for a new output type, LINEZ, is checked in to CVS. The LINEZ output option enables lines to be coverted as 3D shapes so that the per-vertex elevations are preserved.
NTXShape User Interface sample for ArcGIS
bdodson_esrican - 2002-12-19 15:58 -
NTXShape - NTX to Shapefile ConverterA sample of an ArcGIS user interface for NTXShape, based on the Visual Basic bindings, is now published on the project page. This is found in the NTXShape UI package.
The release notes are at
http://sourceforge.net/project/shownotes.php?group_id=52747&release_id=129091.
Documentation errata - FCODE pattern
bdodson_esrican - 2002-09-14 11:52 -
NTXShape - NTX to Shapefile ConverterThere was an erroneous example in the user manual, with "|" separating multiple patterns in the documentation for the "fcode pattern" option. This "|" feature was not implemented in 1.4 although it is now in the head-revision in CVS and will probably be in an upcoming 1.4a release.
Updated setup wizard for 1.4
bdodson_esrican - 2002-08-03 13:27 -
NTXShape - NTX to Shapefile ConverterA new setup wizard is released. New installations of NTXShape 1.4 should use ntxshape-1.4-setup-2.exe. For those who installed from ntxshape-1.4-setup.exe, there is no need to upgrade. Please see the release notes for more information.
NTXShape 1.4 released
bdodson_esrican - 2002-06-14 10:44 -
NTXShape - NTX to Shapefile ConverterAs they say, "Stick a fork in it. It's done."
The Win32 install wizard seems to work correctly on a variety of platforms. The converter itself was already thoroughly tested, and seems not to have suffered from the migration to a new compiler / build system.
Support for sparc-solaris checked in
bdodson_esrican - 2002-06-10 23:10 -
NTXShape - NTX to Shapefile ConverterThe changes required to support Solaris on Sparc have been checked in. Sparc has a different byte order and is more sensitive to misaligned floating point values. However, NTXShape now compiles in gcc 3.1 (with a few warnings) and runs, producing results identical to the Linux version.
Command line utility compiles on Linux
bdodson_esrican - 2002-06-06 21:49 -
NTXShape - NTX to Shapefile ConverterWith very few changes, the command line utility compiles on Linux, and produces shapefiles that are identical to the ones produced in Win32.
1.4 release candidate 3 ready
bdodson_esrican - 2002-05-22 15:21 -
NTXShape - NTX to Shapefile ConverterNTXShape 1.4 RC3 is now ready for download and testing.
The source code has landed!
bdodson_esrican - 2002-05-17 21:58 -
NTXShape - NTX to Shapefile ConverterThe source code for NTXShape is now available in CVS. Some cleansing / reformatting and a few code changes were required before I could do this. I also updated the source code to compile with mingw/GCC. (The compiler that I had been using up to this point was not ANSI compliant at all, so it didn't lend itself to code sharing.)