Skip to main content

Hi,

I have a folder which including multiple files vectors. They have different coordinate system.

Example: road.tab (EPGS: 4326), water.tab (EPSG: 32648)

I want to make a process converting coordinate look like here:

Could you show me how to make filter to reproject?

I think suitable/applicable approach could be different depending on what your purpose is. Which one is your goal?

 

  1. Reproject every feature into an identical coordinate system (say <CS_A>) regardless of what the original coordinate system was (e.g. EPSG:32648, EPSG:4326, etc. -> <CS_A>).
  2. Reproject features into different coordinate systems (say <CS_A>, <CS_B>, etc.) depending on the original coordinate system (e.g. EPSG:32648 -> <CS_A>, EPSG:4326 -> <CS_B>, etc.).
  3. Other.