detectree2
detectree2 copied to clipboard
Tiled data not saved to directory
Hi there, when I tried to adjust my settings in tilling for training my dataset using codes below, the tile_data_train
didn't save the tiled data into my target folder. The codes correctly created the folders, but none of the tiled result appears in the folders.
buffer = 10
tile_width = 14
tile_height = 16
threshold = 0.7
appends = "width_buffer_" + str(tile_width) + "_" + str(buffer) + "_" + str(threshold) + "_train"
tile_dir = tiles_path + appends + "/"
tile_data_train(data, tile_dir, buffer, tile_width, tile_height, crowns, threshold=0.7, nan_threshold=0.99)
to_traintest_folders(tile_dir, tile_dir, test_frac=0, strict=True, folds=4)
I'm running it on Google colab, the problem is not always happening (works fine in most cases), but this time it happened when I simply changed tile_width
and tile_height
for the same dataset, changing dtype_bool=True
or remove nan_threshold
are not working neither. Not sure where is this bug coming from.
There's no error message, and the output is like this:
/usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] /usr/local/lib/python3.10/dist-packages/detectree2/preprocessing/tiling.py:47: UserWarning: GeoDataFrame's CRS is not representable in URN OGC format. Resulting JSON will contain no CRS information. return [json.loads(gdf.to_json())["features"][0]["geometry"]] Tiling complete