Convert Vector to Raster - Projected Coordinate System (X and Y) but NOT Geographic Coordinate System (lat and lon)

2 vues (au cours des 30 derniers jours)
Hi
I have polylines in a projected coordinate system (X and Y). I would like to convert these vector data to raster data.
I used 'vec2mtx' but get errors because my projected values are NOT within -90 and 90 or −180 and 180]. My values are around 510000 for X (False_Easting) and 6023150 for Y (False_Northing)
I tried to fix vec2mtx but it did not work.
Is there another function, tool or whatever which I can use? Do you have any idea how to convert vector projected map data to raster data?
Thanks a lot, any suggestion is more than welcome
Cheers
Claudia
  8 commentaires
Walter Roberson
Walter Roberson le 10 Mai 2012
Why not divide the data by 10^5 to get it into the range accepted by vec2mtx ?
Claudia
Claudia le 11 Mai 2012
Hi Walter
Good idea - and quite obvious - wonder I did not think on it :-)
Just tried it. But still it does not work ...
I tried vec2mtx with an example data and it ran. I could not find any difference between the example data and my data. Will check the functions and the data again ... hopefully I find sth.
However, thank you very much for your help.
Claudia

Connectez-vous pour commenter.

Réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by