Skip to content

FORCE Level 2 Error: could not create image to image transformer #143

Answered by davidfrantz
dryginmo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dryginmo.

the most likely explanation is that the chosen projection is not valid.

You can either use one of the built-in projections, or validate your custom projection with GDAL:

Example:

gdalsrsinfo -V 'PROJCS["BU MEaSUREs Lambert Azimuthal Equal Area - NA - V01",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["false_easting",0.0],PARAMETER["false_northing",0.0],PARAMETER["longitude_of_center",-100],PARAMETER["latitude_of_center",50],UNIT["meter",1.0]]'                                                                      
            …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dryginmo
Comment options

@davidfrantz
Comment options

@dryginmo
Comment options

@davidfrantz
Comment options

Answer selected by dryginmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants