Jay Crossler

Results 42 comments of Jay Crossler

Thanks for the discussion on this, I now understand more the behaviors I am seeing (and I also am is-assumed definition of the reload word). Would another approach be to...

This might be a way to turn on exceptions: http://trac.osgeo.org/gdal/wiki/PythonGotchas#PythonbindingsdonotraiseexceptionsunlessyouexplicitlycallUseExceptions

Though, this doesn't seem to be working (probably because we're not using the osgeo library - couldn't get that working). I tried: > from django.contrib.gis.gdal.libgdal import lgdal > lgdal.UseExceptions() but...

This shows the libraries that it checks for: https://github.com/django/django/blob/master/django/contrib/gis/gdal/libgdal.py But the version I have loaded checks for: lib_names = ['gdal', 'GDAL', 'gdal1.9.0', 'gdal1.8.0', 'gdal1.7.0', 'gdal1.6.0', 'gdal1.5.0'] I'm wondering if the...

> from django.contrib.gis.gdal import libgdal > help(libgdal) > gives 1.9.2

I see that the newest version of django has 1.11... is there a way to just update django.contrib.gis.gdal ? Maybe 1.11 can help us. I'm also trying to export "Geospatial...

Cool stuff. Can you make sure the image badges are "creative commons" or ones that we have the rights to? Also, maybe put them all in a directory under "\static\images\badges\"

Maybe we need to increase the difficulty of getting badges. I was going to have the UI only show your top 5 or 6. On Thu, Jul 31, 2014 at...

When building a map and adding layers, there should be some visual view to see when layers were added and are working. This will make it easier for the admins/supervisors...