LorenzoBottaccioli
LorenzoBottaccioli
Hi, I get the following error if I run the following code: ``` import geopandas_osm.osm as osm import geopandas as gpd districts=gpd.read_file('data/turin_districts/turin_districts.shp') districts.crs={'init':'epsg:3003'} districts=districts.to_crs(epsg=4326) districts.crs sansa=districts[districts.DENOM=='San Salvario'].geometry osm.query_osm('node',sansa[1], recurse='down', tags='highway')...
Hi all, I have conncted a Digi XBee-PRO ZB (S2C) TH to my desktop. If try to connect to the device with the following code I get the following error:...
Hi, I'm quite new to Julia and the SciML packages I have looked at the examples and searched on the web but I did not find an answer to my...
Hi, I have managed to create the tables of seeds from 1% Census data that give me around 5600 Households seeds and 11700 person seeds. I have tried to generate...
Dear, Thanks for your great work. I'm trying to add new models to the environment but after compiling the FMU it is unclear how to use it. By reading a...
Hi, I'm trying to use actinia with docker. I did ``` git clone https://github.com/actinia-org/actinia-core.git cd actinia-core docker compose -f docker/docker-compose.yml up ``` but I get this error: ``` ✔ Container...