Jay Lavarenne
Jay Lavarenne
Hello @glenn-jocher, and thanks for this really useful tool. I face two issues though : 1. i don't see any parser for the --logdir argument in train.py, so even after...
Thanks for your prompt answer, As the initial points are coming from a geodataframe with defined coordinate system (EPSG:4326) : ``` metar_gdf_coords = gpd.GeoDataFrame(metar_df_coords.drop(columns="time"), geometry=gpd.points_from_xy(metar_df_coords.longitude_deg, metar_df_coords.latitude_deg)) metar_gdf_coords.crs = 'epsg:4326' metar_gdf_coords.to_file("./data/metar_df_coords.shp")...
Hello, exact same issue here, commenting to follow up potential developments.