Massimiliano Moraca

Results 7 comments of Massimiliano Moraca

In my case, for development needs, it is useful to have a possibility to give a name different from `geometry` at geometry column. As example, in my project there are...

For me is optimal `gdf.to_postgis(..., geom_col="my_name")` because in my case I've two geometry columns: - `geom` receive a MultiPolygon - `geom_centroid` receive the centroid from `geom` Using `to_postgis` I've suppressed...

I'm trying to put the code of scene.json instead of its path ``` // load the scene app.loadJSONFile( {"type": "scene", "properties": {"height": 90.1010101010101, "width": 100.0, "baseExtent": [725282.3732700318, 6006086.588087205, 727901.7482727035, 6008446.671422945],...

Thank you! This problem is solved but now I have another problem. I can't change date and time. If I change date and time the post is published only with...

@brendancol if I put `parellel=False` nothing change. But I've done another test. I tried to save as GeoTiff the aspect: ``` dem_aspect.astype('float32').rio.to_raster(main_path.joinpath('dem_aspect.tif'), driver="GTiff") ``` and the result was the same...

There are some news about the solution of this bug?