Karim Bahgat

Results 20 issues of Karim Bahgat

Hi @fogleman. First off, really great job with this library, it's so simple and educational. This probably shouldn't be raised as an issue, but just wanted to let you know...

Continuing the conversation from #332. A recently introduced change added GDAL as a dependency to django-leaflet (see #299), resulting in a number of raised issues. In my opinion, there should...

It would be a great addition in efficiency and comfort to use mapwarper on touch devices, which is increasingly the case for many modern laptops. Currently the maps only respond...

Due to recent changes since 1.2.10, the issue of field and value types have been raised as a concern by several users. Most recently, @klasko2 pointed out in #99 that...

enhancement
question

### Describe the feature request Non-standard but commonly accepted cpg file that specifies which text encoding to use. Would make for more robust handling of files and special cases. Main...

enhancement

As a future addition to the README, we want to add a "Used By" section that lists high-profile or interesting examples of libraries that rely on pyshp. Here's a non-complete...

documentation

Possible suggestions: - [ ] Current version - [ ] Downloads - [ ] Used by - [ ] A list of milestones with progress (via shields.io)

documentation

If there's any requests for recipes or usage examples you'd like to see added, please add it in a comment below.

documentation

Right now exceptions are raised either as ShapefileException (dealing specifically with the Shape**file**), or just a generic Exception. At some point should go through all the generic exceptions and change...

enhancement

Currently encodes any unicode to bytes (using whichever encoding), and truncates afterwards to fit within the specified byte size of the field. I guess UTF8 and any encoding that allows...

enhancement