Oleksandr Huziy
Oleksandr Huziy
Deleting '::' at 3 places helps to compile the library but the compilation of the tests still fails: ``` $ make Making all in src/lib make[1]: Entering directory `/gs/.../FortranDemos/datetime-fortran/src/lib' pgf90...
Hi @issamsaid: Yes, I have the same error with PGI14.4 and PGI14.9 fails with segfault (11)... ``` $ make Making all in src/lib make[1]: Entering directory `/gs/project/ugh-612-aa/huziy/FortranDemos/datetime-fortran/src/lib' pgf90 -c -g...
Hmm: I look at the code and do not understand how it worked for you .... What happens if you don't specify the .shp extension? Thanks 2014-04-28 18:10 GMT-04:00 Andy...
I think you are not passing the extension to readshapefile, it is just a typo in your example, right? If this is so then the culprit is this line: https://github.com/matplotlib/basemap/blob/master/lib/mpl_toolkits/basemap/shapefile.py#L249...
I would do smth like this: if os.path.isfile(shapefile): (shapeName, ext) = os.path.splitext(shapefile) else: shapeName = shapefile self.shapeName = shapeName Cheers 2014-04-28 18:44 GMT-04:00 Oleksandr Huziy [email protected]: > I think you...
This issue can be closed here, if the issue is still there, then it should be reported to the pyshp project (I am guessing here: https://github.com/GeospatialPython/pyshp).
> What is the error that this is fixing? > It fixes the IndexError and allows to plot my data. I need to make a test yet for this. >...
HI: I think I have a related problem... ``` (py3.4) $ pip install cartopy Requirement already satisfied: cartopy in ...python_virtualenvs/py3.4/lib/python3.4/site-packages Requirement already satisfied: numpy>=1.6 in .../python_virtualenvs/py3.4/lib/python3.4/site-packages (from cartopy) Requirement already...
Actually, reinstalling the latest version of GEOS and using it to reinstall cartopy helped in my case. Cheers
Sorry @rcomer, I can't find the test code... I should have posted it....(( I did rebased and pushed, not sure if you have a test for this problem though...