China DCW Data
Moderators: Lone Wolf, Snake Man
-
- F4ITDG
- Posts: 131
- Joined: 2005-04-16 22:01:01
- Location: Israel
China DCW Data
i remember that China dcw data were problematic , non of it e00. files are working .
i am interested in making a TaiwanTheatre, but needs a working data for China .
if anybody have any clue how to or from where to get them working , pls PM me or make a reply .
Thanks
Peled.
-
- Lt. General
- Posts: 1167
- Joined: 2006-05-24 22:01:01
- Gaming Interests: Falcon 4.0
- Editing Interests: All, I (try) to edit everything.
- Location: Arizona, USA
-
- F4ITDG
- Posts: 131
- Joined: 2005-04-16 22:01:01
- Location: Israel
Re: China DCW Data
-
- Lt. General
- Posts: 1167
- Joined: 2006-05-24 22:01:01
- Gaming Interests: Falcon 4.0
- Editing Interests: All, I (try) to edit everything.
- Location: Arizona, USA
-
- F4ITDG
- Posts: 131
- Joined: 2005-04-16 22:01:01
- Location: Israel
Re: China DCW Data

So...i guess the ones in the DCW Link are working fine....try it and tell me...

-
- Brig. General
- Posts: 467
- Joined: 2001-01-02 23:01:01
- Location: Oslo, Norway
Re: China DCW Data
-
- F4ITDG
- Posts: 131
- Joined: 2005-04-16 22:01:01
- Location: Israel
Re: China DCW Data
i will contact Zaggy .
-
- Brig. General
- Posts: 467
- Joined: 2001-01-02 23:01:01
- Location: Oslo, Norway
Re: China DCW Data
http://www.maproom.psu.edu/dcw/faq/ques4.html
What is the datum used in the DCW?
Answer:
Determining the datum for DCW has, unfortunately, not been an easy task. As far as we can determine, it is not mentioned in the documentation that came with the CDs.
The data originally came from ONC (Operational Navigational Charts) put out by the Defence Mapping Agency at a 1:1,000,000 scale. Looking on ONC G-21, of the mid Atlantic Seaboard, one finds that according to this document:
Entire UTM Grid falls within Geodetic Reference System 1980 Ellipsoid There also appear to be charts where the ellipsoid changes at a particular longitude line.
However, according to
http://www.kgs.ukans.edu/software/Wheat ... dcw1qd.htm
For standard and partial quadrangles, coordinate data are in the geographic angular system in decimal degrees (longitude-latitude). The horizontal datum is the World Geodetic System 1984 (WGR84). Feature locations are accurate to approximately 2 kilometers. As stated on the DMA's web site:
Features: The absolute horizontal accuracy of the DCW for all features derived from Operational Navigation Charts (ONCs) is 2040 meters (6700 feet) rounded to the nearest 5 meters at 90% Circular Error (CE), World Geodetic System (WGS84). The accuracy of spot elevations collected from ONC source is 30 meters (100 feet). The accuracy requirements do not apply to feature symbols that are displaced as identified in MIL-STD-600001.
For spliced regions, coordinates will usually be in Universal Transverse Mercator coordinates in meters, with the zone number being that of the central part of the region if the region does not fit into one zone: the table ztblWHEAT_LOG will contain notes on any coordinate transformations.
Recommendation: It should be noted that the difference between the possible datum values is relatively insignificant when compared to the potential error induced simply by the scale of the
data and other sources of error.
There you go, Zaggy Try WGS84, and let me know your progress. I remember that DELETED, the guy that wanted to dictate the usage of his data conversion, had some problems with zero's in the result file. Keep an eye on stuff like that.
Do you guys use Matlab for Bazt ? If so you probably could also write a little code piece to convert it, using the formula from Lambert conversion. I've seen it out there one time, but it's pretty advanced.
If you convert the data, I think you should publish it.... In time. Maybe even Nekromantix, too ? (As a little tribute to Snakeman)
Anyway, send me the result files if you have problems. I'll take a look at them.
Regards,
Striker
-FROM ZAGGY
Gday again Striker...
One quick question regarding conversion with FME... Im to the point of deciding what 'Co-ordinate System' i need to translate to. Ive gone thru the (MASSIVE) list looking for either 'Geographic' or 'Mercator', and found NUMEROUS co-ordinate systems. so i thought id save my self a little bit of work at least, and simply ASK u.

Thanks Ola...
Zaggs
> Yes, russian data are available, but I guess you also want them converted ?
> You can get the data from the link at Nekromantix
> http://www.maproom.psu.edu/dcw/ , then you can convert them using FMW
> http://www.safe.com Trials are free.
-
- Colonel
- Posts: 380
- Joined: 2001-07-09 22:01:01
- Location: AU
Re: China DCW Data
Sorry, Ive been back round here a few months and was only JUST made aware of this thread... Lets see if i can still help...Peled wrote:Does anybody succedded to get the Dcw files for China working ?
i remember that China dcw data were problematic , non of it e00. files are working .
i am interested in making a TaiwanTheatre, but needs a working data for China .
if anybody have any clue how to or from where to get them working , pls PM me or make a reply .
Thanks
Peled.
China Data:
http://www.simmersworld.com/~openskin/d ... /China.zip (15.3Mb)
If you have any hassles gettingt it, let me know...
Old-School, Grumpy and Anti-Social
Also to be found lurking round FighterOps
-
- Colonel
- Posts: 380
- Joined: 2001-07-09 22:01:01
- Location: AU
The Russian and Chinese Datasets are BIG. Very big, in comparision to the rest of the world.
While the REST of the world's data was rendered to a GEOGRAPHIC (or Mercator) project, for some reason, these BIG datasets were Rendered to a LAMBERT projection ona Clarke1866 Spheriod... You can actually determine quite easily, what project an e00 uses... Load the file into a text editor, and search for the 'PRJ' entry (e00's are divided into sections by a number of three letter Markers, ARC, LOG, PRJ, TOL, IFO are a few), which will tell you what projection you e00 is in. This section is typically in the middle somewhere of the file...
Code: Select all
PRJ 2
Projection LAMBERT
~
Zunits NO
~
Units METERS
~
Spheroid CLARKE1866
~
Xshift 0.0000000000
~
Yshift 0.0000000000
~
Parameters
~
70 0 0.000 /* 1st standard parallel
~
50 0 0.000 /* 2nd standard parallel
~
110 0 0.000 /* central meridian
~
0 0 0.000 /* latitude of projection's origin
~
0.00000 /* false easting (meters)
~
0.00000 /* false northing (meters)
~
EOP
But once you sort those things out, its all cool!
FME, back when i first played with this stuff in 2004(?) handled the reprojection VERY well (tho brought my machine at the time, to its KNEES... Throw LOTS of memory at this stuff!), but the ordering of the Label data required a small app (in VB) to be written to extract and reorder the label data... Then of course, the odd little manual fix...
It all doesnt matter now tho, as the data is sorted and out there!
China:
http://www.simmersworld.com/~openskin/d ... /China.zip
Russia:
http://www.simmersworld.com/~openskin/d ... tralv2.zip
http://www.simmersworld.com/~openskin/d ... iaEast.zip
http://www.simmersworld.com/~openskin/d ... iaWest.zip
Zaggs
Old-School, Grumpy and Anti-Social
Also to be found lurking round FighterOps
-
- Commander-In-Chief
- Posts: 9832
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
-
- Colonel
- Posts: 380
- Joined: 2001-07-09 22:01:01
- Location: AU
But yeah, MANY years ago, when i first started playing with Terrain, my first experiments were on a Taiwain theater (before i was told to STOP, blah blah...)... The First series of China data I got, were projected...
The last time I DL'd the China Data (when i was playing with converting the data), it was STILL Projected, hence why i converted it... FME would have told me if i was converting the data to its current format!
What seems to have happened is, the DCW data for china has been re-projected or updated. It was always one of the most high demand datasets coming off DCW; makes sense it should have been converted to the most convienient format to initially use. I just wish they'd done it to the Russian Data YEARS ago!
Its always the way tho. Blueprint spent 9-12 months on FIXING the SRTM v1 data (removing the ocean 'noise', patching voids and removing spikes), only to have NASA release SRTM v2 shortly there after... (But Bluey's data is actually STILL Better Quality than the NASA released stuff. I dunno how, but NASA screwed it up! The v2 data STILL has voids and Spikes!)...
The important thing is, we have working China data...
Old-School, Grumpy and Anti-Social
Also to be found lurking round FighterOps