helsharif

Results 6 issues of helsharif

Hello, I am trying to compile exact extract in Windows using gcc. I get the following error when trying to compile using mingw D:\PortablePrograms\exactextract-master\build>mingw32-make Scanning dependencies of target exactextract_STATIC [...

build

Hello, I am trying to install version 0.23 of this plug-in into Blender version 3.1 (Release Candidate, Windows 11); however, the plugin does not successfully install. I have no problems...

Hello, In using pixel_overlaps and aggregate functions I include silent=True, but I still get the same messages printed to the screen whether I include that or not. I was expecting...

I am running the latest version of Voila (version 0.5.8) and I'm running into the same closed issue as mentioned here: https://github.com/voila-dashboards/voila/issues/387 Cells with no output render as empty, but...

bug

I made a simple geemap web app that runs perfect with Solara in JupyterLab, but when I save the app as an ipyb file and try to run it at...

Hi, On the intro page there is a mistake in the code used to import the shapefile gdf = gpd.open_dataset('file.shp') should be gdf = gpd.read_file('file.shp') as geopandas does not have...