nishadhka

Results 9 comments of nishadhka

Hi, This error was getting resolved by using geopandas and setting the shape file crs to null as follows ``` import geopandas as gpd stateshp = gpd.read_file('shapefile.shp') #print stateshp1.crs stateshp1.crs={}...

Same here, Is there any solution for this problem? I think mbakthav would have solved it now, requesting his kind help.

Thank you mbakthav and golmschenk. As per golmschenk, the error in our case was `mod_wsgi (pid=4810): Exception occurred processing WSGI`. I was using virtual environment within python distribution of Anaconda....

Hi, The log file we accessed was this `/var/log/apache2/error.log`, it might show off based on apache config, editing apcahe config file may solve to show the file. Regards

This indicate the coding sequence is comprehensive and addressed for future developments. Following this coding sequence in village boundary geojson files could be useful. The village name filed provided by...

Replacing textual attribute name with numerical code can reduce size of the geojson file. The census of India 2011 location code would be right candidate. Based on [this](http://www.censusindia.gov.in/2011census/censusdata2k11.aspx) it is...

Thank you, I will correct the pull requests.

@mathandy Many thanks for the library. @alphanoob1337 support for transformation will be much helpful for extracting geographical maps in PDF files as embedded as svg path segments. Is this feature...

@alphanoob1337, Your transformation support just works for the requirement, thank you very much. I used the svg2paths from your fork and it's parse returned transformed svg paths with its relative...