Dan Harasty

Results 7 comments of Dan Harasty

I agree! Note in ver 2.1.0: `type(geojson.utils.map_coords(some_func, some_geometry)) == ` should be a geojson.geometry.

I just checked the current state of the code, and I think `map_tuples()` does what I propose. So... OK w/ me to close the issue! Note: [these docs](https://python-geojson.readthedocs.io/en/latest/#map-coords) don't reference...

I regularly use projected coordinate systems for calculations (using pyproj4, for example). I recommend that python-geojson should support this workflow: Given: - a pyproj4 projection - geojson data in lng/lat...

I'm new here, so if these comments are missing the point, I apologize. One feeling I had as I read the spec (as an experienced spec reader and writer) is...

@kpreid: It is a pretty common technique in standards documents to separate the schema from encodings. In fact, in many standards documents, ALL the encodings show up as examples/supplementary information...

JavaScript, JSON, and Python all allow a key to be duplicated. (It is NOT a syntax error; the value of the last occurrence of the key is kept.) JavaScript, JSON,...

I see your points (@rngadam and @mattfenwick) and understand that if this as "bitten" you, you'd like a checker. I guess I just don't use linting tools that way: I...