scipy2018-geospatial-data icon indicating copy to clipboard operation
scipy2018-geospatial-data copied to clipboard

Results 9 scipy2018-geospatial-data issues
Sort by recently updated
recently updated
newest added
trafficstars

at the code cell:-Countries_mercator = countries.to_crs(epsg=3395) # or .to_crs({'init': 'epsg:3395'}) I had the following error. RuntimeError: b'no arguments in initialization list'

I want to convert xml file to shape file making the attribute unchanged. I already tried in Qgis, but after converting into shape file, attribute which was present in the...

--------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () 2 3 import pandas as pd ----> 4 import geopandas 5 6 pd.options.display.max_rows = 10 /anaconda3/lib/python3.7/site-packages/geopandas/__init__.py in () 2 from geopandas.geodataframe...

I have download the scipy2018-geospatial-data-master/scipy2018-geospatial-data-master/08-clustering.ipynb but thre is something wrong, POLYGON ((inf ...inf): district = gpd.read_file('./data/berlin-districts.geojson').to_crs(epsg=3857) district.head(10) ``` district district_group median_price geometry 0 Blankenfelde/Niederschönhausen Pankow 37.5 (POLYGON ((inf inf, inf...

I wasn't able to get the environment working as it is in the repo. This was on Windows 10. Having everything come from conda-forge seems to fix all sorts of...

I tried to run the notebooks on binder, but on importing geopandas I get the following error ```python --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () 2 3 import...

Was checking the 05-mapclassification.ipynb notebook, and the output is still there. Do we want that the participants have a version that they still need to run to see the output,...

Work in progress but opening for pulling in.