AutoCAD Map 3D Forum
Welcome to Autodesk’s AutoCAD Map 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Map 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Batch Coordinate Conversion?

8 REPLIES 8
Reply
Message 1 of 9
Anonymous
374 Views, 8 Replies

Batch Coordinate Conversion?

We're working in Map 5 and LDD3. There are a few hundred maps we have in
NAD83 that we would like to convert to NAD27 for backward compatibility with
older data. Does anyone know a way we could query the drawings into NAD27
and save to a new name or even the existing name in one batch? We could do
them one at a time but that would be time consuming.
Thanks for your attention.

Allen
8 REPLIES 8
Message 2 of 9
Anonymous
in reply to: Anonymous



Allen - Just open a new drawing in MAP, Right click on the "Project" in
the project work space, select Coordinate System from the drop down menu,
Select the Coord. Sys. that you want to work in (NAD 27?) then use the
"select drawings" button to select the source drawing(s) you want to bring
into your new project, select the Corrd. Sys. they are in (NAD83?) and
say OK. Now attach those source drawings to your project and query ALL
in the DRAW mode. This should bring the drawing(s) into the NAD27 coordinate
system of your choice.

Sorry this is a condensed veersion. Try the online help. It's pretty
good.

Regards,

Mark
We're working in Map 5 and LDD3. There are a few
hundred maps we have in

NAD83 that we would like to convert to NAD27 for backward compatibility
with

older data. Does anyone know a way we could query the drawings into
NAD27

and save to a new name or even the existing name in one batch? We could
do

them one at a time but that would be time consuming.

Thanks for your attention.

Allen


Message 3 of 9
Anonymous
in reply to: Anonymous

Mark,

 

Thank you for your reply. I may not have bee quite clear in my description
of what we want to do. We can do as you have described. However that will give
us one huge drawing containing all the data from the 250+ drawings. Or we could
do each drawing one at a time. What I want to do is to start with 250 drawings
in New York East NAD 83 Feet and end up with 250 separate drawings in New
York East NAD 27 Feet. I know there are programs, like Blue Marble, that will do
this but due to budget constraints I can't purchase anything at the
moment.

 

Allen


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Allen
- Just open a new drawing in MAP, Right click on the "Project" in the project
work space, select Coordinate System from the drop down menu, Select the
Coord. Sys. that you want to work in (NAD 27?) then use the "select drawings"
button to select the source drawing(s) you want to bring into your new
project, select the Corrd. Sys. they are in (NAD83?) and say OK. Now attach
those source drawings to your project and query ALL in the DRAW mode. This
should bring the drawing(s) into the NAD27 coordinate system of your choice.

Sorry this is a condensed veersion. Try the online help. It's pretty good.

Regards,
Mark
We're working in Map 5 and LDD3. There are a few
hundred maps we have in
NAD83 that we would like to convert to NAD27 for
backward compatibility with
older data. Does anyone know a way we could
query the drawings into NAD27
and save to a new name or even the
existing name in one batch? We could do
them one at a time but that
would be time consuming.
Thanks for your attention.

Allen

Message 4 of 9
Anonymous
in reply to: Anonymous

So Allen how is your Lisping skills? I think you
should be able to write a lsp to convert them. Then use the script-pro to batch
process them. If you need some  help let us know. But it sounds like an
easy task to do.

 

Murph

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Mark,

 

Thank you for your reply. I may not have bee quite clear in my
description of what we want to do. We can do as you have described. However
that will give us one huge drawing containing all the data from the 250+
drawings. Or we could do each drawing one at a time. What I want to do is to
start with 250 drawings in New York East NAD 83 Feet and end up with 250
separate drawings in New York East NAD 27 Feet. I know there are
programs, like Blue Marble, that will do this but due to budget constraints I
can't purchase anything at the moment.

 

Allen


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Allen
- Just open a new drawing in MAP, Right click on the "Project" in the
project work space, select Coordinate System from the drop down menu, Select
the Coord. Sys. that you want to work in (NAD 27?) then use the "select
drawings" button to select the source drawing(s) you want to bring into your
new project, select the Corrd. Sys. they are in (NAD83?) and say OK. Now
attach those source drawings to your project and query ALL in the DRAW mode.
This should bring the drawing(s) into the NAD27 coordinate system of your
choice.
Sorry this is a condensed veersion. Try the online help. It's
pretty good.
Regards,
Mark
We're working in Map 5 and LDD3. There are a few
hundred maps we have in
NAD83 that we would like to convert to NAD27
for backward compatibility with
older data. Does anyone know a way we
could query the drawings into NAD27
and save to a new name or even the
existing name in one batch? We could do
them one at a time but that
would be time consuming.
Thanks for your attention.

Allen

Message 5 of 9
Anonymous
in reply to: Anonymous

Yes. That's what I will have to do. I was trying to
avoid it since I'm in the middle of trying to write a lisp to do some other
manipulations to the same data. That's when I have a moment. Thanks for the
offer of help. If I get stuck I'll post my problem

 

Allen


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

So Allen how is your Lisping skills? I think you
should be able to write a lsp to convert them. Then use the script-pro to
batch process them. If you need some  help let us know. But it sounds
like an easy task to do.

 

Murph

 
Message 6 of 9
Anonymous
in reply to: Anonymous

I been looking into it, (it's TGIF, what else to
do) What I would do is start a blank project and set the coordiates to nad27
then attach the dwg one at a time, use the adesetcrdsys command with cmddia and
filedia set to 0 to do it a the command line to get an idea on doing the lsp.
Then do a draw all query, wblock that out to a new dwg file then erase all, then
do the next. It may take some time to create a script with all 250 maps but
sounds like a fun project.

 

Murph

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Yes. That's what I will have to do. I was trying
to avoid it since I'm in the middle of trying to write a lisp to do some other
manipulations to the same data. That's when I have a moment. Thanks for the
offer of help. If I get stuck I'll post my problem

 

Allen


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

So Allen how is your Lisping skills? I think
you should be able to write a lsp to convert them. Then use the script-pro
to batch process them. If you need some  help let us know. But it
sounds like an easy task to do.

 

Murph


size=2>
 
Message 7 of 9
Anonymous
in reply to: Anonymous

If you do one query, then save it and check "Save to External
File" in the Save Current Query dialog box, you should have the basic statements
for your LISP routine.  (Open the .qry file with a text editor to see the
LISP code.)

 

Jim B.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Yes. That's what I will have to do. I was trying
to avoid it since I'm in the middle of trying to write a lisp to do some other
manipulations to the same data. That's when I have a moment. Thanks for the
offer of help. If I get stuck I'll post my problem

 

Allen


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

So Allen how is your Lisping skills? I think
you should be able to write a lsp to convert them. Then use the script-pro
to batch process them. If you need some  help let us know. But it
sounds like an easy task to do.

 

Murph


size=2>
 
Message 8 of 9
Anonymous
in reply to: Anonymous

Thanks I'll look into it.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

I been looking into it, (it's TGIF, what else to
do) What I would do is start a blank project and set the coordiates to nad27
then attach the dwg one at a time, use the adesetcrdsys command with cmddia
and filedia set to 0 to do it a the command line to get an idea on doing the
lsp. Then do a draw all query, wblock that out to a new dwg file then erase
all, then do the next. It may take some time to create a script with all 250
maps but sounds like a fun project.

 

Murph
Message 9 of 9
Anonymous
in reply to: Anonymous

Thanks Jim. I'll give it a try.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

If you do one query, then save it and check "Save to
External File" in the Save Current Query dialog box, you should have the basic
statements for your LISP routine.  (Open the .qry file with a text editor
to see the LISP code.)

 

Jim B.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost