chuongmep / aps-toolkit

An Libray Unlock BIM Data With Autodesk Platform Services
GNU General Public License v3.0
47 stars 7 forks source link

Feature request - Python - prop_reader.get_all_data() #4

Closed baaswietse closed 4 months ago

baaswietse commented 4 months ago

Feature request

Add a .get_all_data() function to the PropDbReaderRevit class in order to retrieve all data indepent of categories or parameters.

chuongmep commented 4 months ago

Hi @baaswietse , it updated in version 0.2.8 now, you can try and give me picture

pip install aps-toolkit --upgrade
baaswietse commented 4 months ago

Unfortunately after waiting for more than 30mins the code is still loading...

baaswietse commented 4 months ago

Unfortunately after waiting for more than 30mins the code is still loading...

After waiting for longer it finally finished. So I guess this is just really slow?

chuongmep commented 4 months ago

it will take time because need to combine and merge in to one dataframe, I will chuck it by category tomorrow, and the results will be is dataframes by categories,

chuongmep commented 4 months ago

Hi @baaswietse , please try again with same thing, but the time can't more than 5 minute with big model, and the output still is one dataframe. Remember that is update latest version aps-toolkit

baaswietse commented 4 months ago

Yes I can confirm it is way faster now. Thank you!