You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function cells_for_geo_points needs to be adjusted to handle Z7_STRING from line 1415 onward.
ifcell_ids_only==True:
# The column name should align with output_address_type geodf_points_wgs84['seqnums'] =cell_id_listreturngeodf_points_wgs84else:
# grid_gen from seqnums# Here need to add the input_address_type and output_address_type to align with what is pass ingdf=self.grid_cell_polygons_from_cellids(cell_id_list=cell_id_list,
dggs_type=dggs_type,
resolution=resolution,
mixed_aperture_level=mixed_aperture_level)
Tik
The text was updated successfully, but these errors were encountered:
tik65536
added a commit
to LandscapeGeoinformatics/dggrid4py
that referenced
this issue
Dec 23, 2024
- change output file name of output_conf
prefix with {output_address_type}
- supply dtype to pd.read_csv if output_address_type
contains "STRING" (otherwise it will auto convert to int64)
- change the cells_id column to "name" in the return df.
Align with other's functions.
- update parameters when calling grid_cell_polygons_from_cellids
with
a. input_address_type=output_address_type
b. output_address_type=output_address_type
The function cells_for_geo_points needs to be adjusted to handle Z7_STRING from line 1415 onward.
Tik
The text was updated successfully, but these errors were encountered: