Reputation: 1
I used to run this code from " https://residentmario.github.io/geoplot/gallery/plot_obesity.html" , with no errors. but now I get this error when I run it
"
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: Shell is not a LinearRing
IllegalArgumentException: geometries must not contain null elements
.
.
.
..
.
.
IOPub message rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
--NotebookApp.iopub_msg_rate_limit
.
Current values:
NotebookApp.iopub_msg_rate_limit=1000.0 (msgs/sec)
NotebookApp.rate_limit_window=3.0 (secs)"
seems the problem is with reading the .shp file.
I use this for Visualization of data using cartogram map. any recommendations how to solve this error, or suggest another way to visualize geospatial data using cartogram.
Upvotes: 0
Views: 77