GDAL_DRIVER_PATH=~/miniconda2/envs/remote/gdalplugins:~/miniconda2/envs/remote/lib/gdalplugins
Reading header file
Extracting Header Values
ERROR 4: Unable to open EPSG support file gcs.csv.
Try setting the GDAL_DATA environment variable to point to the
directory containing EPSG csv files.
ERROR 4: Unable to open EPSG support file gcs.csv.
Try setting the GDAL_DATA environment variable to point to the
directory containing EPSG csv files.
ERROR 6: No translation for an empty SRS to PROJ.4 format is known.
Input imagery as listed in header file is present.
Get aero profile from image...
Error: Specified image band is not within the input image.
Processing took 0h 0m 0.11s. Thank you for using ARCSI.
HDF5-DIAG: Error detected in HDF5 (1.8.15-patch1) thread 0:
#000: H5G.c line 812 in H5Gclose(): not a group
major: Invalid arguments to routine
minor: Inappropriate type
--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-suppo...@googlegroups.com.
To post to this group, send email to rsgislib...@googlegroups.com.
Visit this group at https://groups.google.com/group/rsgislib-support.
For more options, visit https://groups.google.com/d/optout.
Oh man....
I had quotes around my GDAL_DATA variable in .bash_profile.
Old and wrong -- GDAL_DATA="~/miniconda2/envs/remote/share/gdal"
New and correct -- GDAL_DATA=~/miniconda2/envs/remote/share/gdal
It's working now, thanks for pointing me in the write direction.