thank you!
The CSV export works now - perfect
Does the export to GeoJSON need any arguments?
The shp is missing some coordinate transformation, but I can’t tell if this is related to the version of my packages or if it’s a general issue.
s1.to_shapefile(‘D:\Geodaten\S1\Dubai_SLC\mask.shp’)
Traceback (most recent call last):File “”, line 1, in
s1.to_shapefile(‘D:\Geodaten\S1\Dubai_SLC\mask.shp’)File “C:\Python36\lib\site-packages\topssplitanalyzer.py”, line 214, in to_shapefile
self.df.to_file(filename=output_file)File “C:\Python36\lib\site-packages\geopandas\geodataframe.py”, line 504, in to_file
to_file(self, filename, driver, schema, **kwargs)File “C:\Python36\lib\site-packages\geopandas\io\file.py”, line 128, in to_file
filename, “w”, driver=driver, crs=df.crs, schema=schema, **kwargsFile “C:\Python36\lib\site-packages\fiona\env.py”, line 400, in wrapper
return f(*args, **kwargs)File “C:\Python36\lib\site-packages\fiona_init_.py”, line 277, in open
**kwargs)File “C:\Python36\lib\site-packages\fiona\collection.py”, line 153, in init
self._crs_wkt = crs_to_wkt(crs_wkt or crs)File “fiona_crs.pyx”, line 78, in fiona._crs.crs_to_wkt
CRSError: Invalid input to create CRS: EPSG:4326