Skip to main content
Solved

[Python] How to read shapefile and excel file in order to display data from the excel file on the dgn file ?

  • August 22, 2014
  • 1 reply
  • 35 views

 [Python] How to read shapefile and excel file in order to display data from the excel file on the dgn file ?

 

 

I want to choose in Python a shapefile and an excel file and merge them in order to display data from the excel file to the shapefile and have a dgn file as output.

 

 

If you want, I already have this one but I have two issues.

 

 

 

 

- Here the source dataset (parcels.tab) is a MapInfo tab and I want to use a shapefile as input.

 

- I can't use another MapInfo tab, because I can't change the attribute PARCEL_ID to anoher.

 

Best answer by takashi

Hi,

 

 

Why Python? I would replace the MAPINFO reader in the existing workspace with a SHAPE reader.

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • August 22, 2014
Hi,

 

 

Why Python? I would replace the MAPINFO reader in the existing workspace with a SHAPE reader.

 

 

Takashi