ramSeraph

Results 37 comments of ramSeraph

The best source of information on the old indian datum i have found so far is at https://deeppradhan.heliohost.org/

Given that the shapefile for the Old system advertises the datum as WGS84 in the .prj file, I was hoping the datum shift calculations were taken into account. I am...

In the end I am looking for the list of older 1:50000 toposheets which cover the missing/unreleased newer 1:50000 OSM toposheets.

To be clear, the only actionable item here would be documentation.. or may be moving the files to a plain json file instead of a shapefile.

i could fix it by adding the following patch on top of boost 1.65 ubuntu installation https://github.com/boostorg/icl/commit/32178e147a976419b9ac846d3c40c3ab4d1e0ff6.patch

My last attempt before I moved to docker with platform set to `linux/amd64` can be found here - https://github.com/ramSeraph/opendata/blob/6706f889ac7b0c7d0ed103516be9951bc7e6b11c/bbnl/scrape.py#L155 I think i forced pip installation of `camelot-py` with the `--no-deps`...

I have been able to run camelot from a container without an X server.. I am not sure where the X server requirement is coming from. for displaying plots for...

Probably related to #98 #285

Cause of Error: https://github.com/camelot-dev/camelot/blob/master/camelot/utils.py#L626 Shouldn't unconditionally increment the index, bounds should have been checked

Can confirm that changing that piece of code to check for column index bounds fixed the problem