Skip to main content
  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.

 

Hi,

 

 

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

 

 

Takashi

Reply