Elena,
I have had this same problem. We have a few methods of setting the location
of the proj.db file. When we call from C++ (or from python), theres a
function called OSRSetPROJSearchPaths thats handy. If youre calling from
a command line, you could try setting your environment variable
Jonas,
I think your formatting of the arguments is not correct. There are lots of
ways to do what you need to do. You can just use your commandline options
directly in the python gdal.Translate options or you can call gdal_translate
directly using the python subprocess.call command. There
I'm not sure whether this is a bug or some issue with how I'm doing things
(like maybe my WKT is bogus), but when I try to define a compound projection
for a GeoTIFF with a local projection, the vertical projection information
does not get saved to the GeoTIFF and I get an error reported from PROJ.