<html><head></head><body><div>
            
     
         <div dir="auto" id="compose-body-wrapper"><div dir="auto"><div 
dir="auto">Hello,</div><div dir="auto">The following snippet works 
fine</div><div dir="auto">#        epsg = 54030  
          </div><div dir="auto">    
    epsg = 4326          
  </div><div dir="auto">        srs = 
osr.SpatialReference()</div><div dir="auto">        
srs.ImportFromEPSG(epsg)</div><div dir="auto">However, and when I switch 
epsg to 54030 (which I believe it's the value for the Robinson projection), 
it generates the error:</div><div dir="auto">  File 
"/usr/lib/python3/dist-packages/osgeo/osr.py", line 772, in 
ImportFromEPSG</div><div dir="auto">    return 
_osr.SpatialReference_ImportFromEPSG(self, *args)</div><div 
dir="auto">RuntimeError: PROJ: proj_create_from_database: crs not 
found</div><div dir="auto">Thanks.</div><div><br></div></div></div>
       
     
   
         </div></body></html>