OSArch Community

Structural Analysis Format - SAF

  1. G

    How should I change this line?

    df.to_excel(url.split('/')[-1] + '???????.xlsx')

    To match my file or what?

  2. J

    @GRSOFT the script @cvillagrasa provided works, I have attached the excel file. You need to install pandas and requests (as well as lxml that was missing for my case but you will get an Error if that is the problem, so you will know) locally. Otherwise, with Collab I don't know, haven't used it so much.

    However, I don't think that this is related to what you are looking for, as this is just the same table you see in the page, not an Excel file that has a valid SAF schema as it was the case before.

    @Herman it would be great if you could have some example Excel files as part of the documentation

  3. H

    @Jesusbill said:

    @GRSOFT the script @cvillagrasa provided works, I have attached the excel file. You need to install pandas and requests (as well as lxml that was missing for my case but you will get an Error if that is the problem, so you will know) locally. Otherwise, with Collab I don't know, haven't used it so much.

    However, I don't think that this is related to what you are looking for, as this is just the same table you see in the page, not an Excel file that has a valid SAF schema as it was the case before.

    @Herman it would be great if you could have some example Excel files as part of the documentation

    we do our best to do that asap.

  4. H
  5. Z

    Are there any news for the reference implementation? I cannot use C# nor Python, because I write plain C and I don't want to depend on Python libraries nor in Windows/Mono, but, anyway, if there's a reference implementation in C# or Python I can use it as a starting point for my C tools

  6. D

    @zcanv said:

    Are there any news for the reference implementation? I cannot use C# nor Python, because I write plain C and I don't want to depend on Python libraries nor in Windows/Mono, but, anyway, if there's a reference implementation in C# or Python I can use it as a starting point for my C tools

    We have recently published a C# SDK on nuget.org:

    https://www.nuget.org/profiles/StructuralAnalysisFormat

    Shame you can't use C#, but I hope it might be a source of inspiration for you :-)

  7. D
  1. Page 1
  2. 2
  3. 3
  4. 4

Login or Register to reply.