We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbda8df commit 1c91567Copy full SHA for 1c91567
src/silvimetric/resources/storage.py
@@ -206,6 +206,14 @@ def build_pam_metadata(
206
data_type: str,
207
nbits: int
208
) -> str:
209
+ """
210
+ Create ElementTree containing the metadata for the DataFrame.
211
+
212
+ :param geotransform: Transform of the metadata
213
+ :param data_type: Type of MDI metadata
214
+ :param nbits: Number of bits for MDI metadata
215
+ :return: String definition of an ElementTree containing the metadata.
216
217
tb = ET.TreeBuilder()
218
219
tb.start("PAMDataset", {})
0 commit comments