Max Fan
Max Fan
Some context: Moon asked me to make some changes (specifically because of New Mexico's requests). Some changes requested were: - Making it more prominent/easier to know how to import districtr...
Update: `maup` will be NaN/undefined when this occurs. E.g.: ```python import geopandas as gpd from shapely.geometry import Polygon source = gpd.GeoSeries([ Polygon([(0,0), (1,0), (1,1), (0,1)]), Polygon([(1,0), (2,0), (2,1), (1,1)]) ])...
See #41. I think we should make the error message more useful, but this is likely a problem with your source or target geometries containing overlaps. If these are indeed...
VEST already did this, I believe.
Sorry for the delay -- I thought that VEST had this data prepared, but maybe not.
#48 should silence the issue for you, I believe. Could you share the shapefiles that you're using? Also, did you make sure that your source and target shapefiles have the...
Installing, then running `lalrpop` worked for me. FYI, the main branch, as of commit 683e5afff035c2ce442f211508c3bcf80e7860ea does not build. Perhaps the `build.rs` file should be updated/fixed so builds will "just work"?
Same here! A PPA or some way to install with `apt` would be great!
I'm gonna close this issue now. Will reopen this issue if Parler goes back online.
@mfix22 @CraigFe Integrating something like this: https://github.com/rburns/ansi-to-html seems like the way to go. Edit: https://www.npmjs.com/package/ansicolor might work as well.