Hi group,
can anyone tell me what I'm doing wrong.
I wanted to defnine the new spatial reference system in FME.
First I have defined geodetic datum in MyCoordSysDefs.fme file.

#--------------------------------------------------------------------

# Hrvatski geodetski datum 1901
DATUM_DEF HR1901          \
        DESC_NM "Hrvatski datum 1901"                    \
        SOURCE "State Geodetic Administration, Croatia"  \
        ELLIPSOID BESSEL                                 \
        USE 7PARAMETER                                   \
        DELTA_X 551.73                                   \
        DELTA_Y 162.86                                   \
        DELTA_Z 467.93                                   \
        BWSCALE -4.820429                                \
        ROT_X -6.037326                                  \
        ROT_Y -1.957325                                  \
        ROT_Z 11.381551

In the same file (MyCoordSysDefs.fme) I've added a definition of
coordinate system
# --------------------------------------------------------------
# Croatia GK zone 5

COORDINATE_SYSTEM_DEF HR_GK_5                                   \ 
        DESC_NM  "Croatian GaussKruger Zone 5 - 15�"            \ 
        SOURCE   "State Geodetic Administration, Croatia"       \ 
        UNIT METER                                              \ 
        DT_NAME HR1901                                          \ 
        PROJ TM                                                 \ 
        PARM1 15                                                \ 
        ORG_LAT 0.0                                             \ 
        SCL_RED 0.9999                                          \ 
        MAP_SCL 1.0                                             \ 
        X_OFF   5500000.0                                       \ 
        Y_OFF   0 
# ----------------------------------------------------------------

In the coordsys.db I've added one line
HR_GK_5|Croatia GK Zone 5 - 15�|EUROPE||HR1901|TM|METER

When I restart the FME and trie to convert data form LL84 to new
defined system (HR_GK_5) I got message in the Translation Log:
"Unknown datum name 'HR1901' or ellipsoid name ''. No coordinate
system set."

I don't know what else to do. I have tried do make such definition in
LocalCoordSysDefs.fme but I get the same result.

PS
how the 7PARAMETER transformation treats BWSACLE. By reading manual it
seems that BWSCLAE can be applied only to BURSA transformation but in
LocalCoordSysDefs.fme there are definition wich combines these
parameters (7PARAMETER and BWSCALE).

Thanks,

Stipica Pavicic








Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to