Files
remote-sensing/test_gdf.py
T

4 lines
127 B
Python

import geopandas as gpd
gdf = gpd.read_file("train/ST_training_data_updated_1130points_new.shp")
print(gdf.head(1)['HT_code'])