Open
Description
- Add optional crs parameter to
read..
methods for GeoDataFrame
Need some research here, is it valid or not in general.
The Shapefile always contains explicit CRS field, so no additional parameter is needed inreadShapefile()
The GeoJSON Specification claims that CRS always should be WGS84. - Add
crs
filed inGeoDataFrame
not nullable.