i want to create Analysis report after createing model for generating cut/fill. Once it will done , basedon this cutfill/table, would be display statics in html formate using python. is it possible. pl. tell me how it will done.
Thanks
|
i want to create Analysis report after createing model for generating cut/fill. Once it will done , basedon this cutfill/table, would be display statics in html formate using python. is it possible. pl. tell me how it will done. Thanks |
|||||||
|
|
You can format output as html but there is not enough info in your question to be very specific. Assuming that you writing to an html file:
You will need to replace the content with your analysis and output variables. You can format content using string formatting: http://docs.python.org/library/stdtypes.html#string-formatting-operations |
|||||
|