<div dir="ltr">Hi,<div><br></div><div>I'm trying to run autotests and am failing to find data. For instance, I get the error:<br><br>    def test_ogr_arcgen_points():<br><br>        ds = ogr.Open('data/arcgen/points.gen')<br>>       assert ds is not None, 'cannot open dataset'<br>E       AssertionError: cannot open dataset<br>E       assert None is not None</div><div><br></div><div>I see that this file is in the directory autotest/ogr/data/arcgen<br><br>I tried including this directory in GDAL_DATA, but the error persists. My command line is:<br><br>DYLD_LIBRARY_PATH=../gdal/.libs PYTHONPATH=/Users/acbell/gdal/gdal/swig/python/build/lib.macosx-10.9-x86_64-3.9 GDAL_DATA=../gdal/data:./ogr pytest ogr/ogr_arcgen.py<br>Does anyone have information on how to I might resolve this?<br></div><div><br></div><div>Thanks,<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div></div></div>