Error: import cartopy.crs as ccrs ModuleNotFoundError: No module named 'cartopy' which conda: /home/goat/miniconda3/bin/conda which python3: /home/goat/miniconda3/bin/python3 conda info: (base) goat@goat:~$ conda info active environment : base active env location : /home/goat/anaconda3...
Hi, I'm running into a cryptic error. My CRS in the geopandas dataframe seems to be properly set, however I cannot convert it to any other CRS. >>> print(gdf_PLU.crs) epsg:2193 >>>gdf_PLU.to_crs(epsg=4326) ---...