Andrew

Results 154 comments of Andrew

@jorisvandenbossche that is true that geopandas and other software will handle it, but the whole point is why do I need pyproj if I know my data is EPSG:4326? It...

Can we just do something like this data class? ``` class SpatialReference: type:str # WKT, WKID, WKT2, ESRIWKT, ESRIWKID, etc.... value: str # WKT/WKT2 String or WKID ``` or as...

There is more than FOSS libraries and if you want it to be standard across the ecosystem, the specification needs to be flexible enough to be used for all GIS...

That would work for me. So I would do something like: ``` { 'crs': : as a string 'crs_encoding':

My concern is that other API, products, etc... will have to write a special case to handle the geometry. If you are going to re-write the geometry spec, why not...

It would greatly improve functionality for those who do not need GeoJSON, it saves a step.

I reviewed this and it LGTM, @larsbutler do you want to take a look?

sure thing, sorry I got caught up with life

i think we can close this, I lost the issue that I had and can no longer reproduce it.