Skip to content

Commit 4337188

Browse files
committed
update rdm
1 parent b4b762e commit 4337188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This module uses the `sqlite3` standard library to replicate the houdini's geo d
99
- attribute names should not include the charachter "\."
1010
- You can select the attributes that you want to pass to database through the houdini interface. If you leave the selection field empty it will pass all the attributes by defualt. Passing all the attributes adds extra overhead.
1111
- The input data is saved to tables named `"POINTS", "VERTICES", "PRIMITIVE", "DETAIL"`.
12-
- the output data needs to be saved to tables named `"POINTS_NEW", "VERTICES_NEW", "PRIMITIVE_NEW", "DETAIL_NEW"`.
13-
- You can find an example python script along with the asset.
12+
- the output data needs to be saved to tables named `"POINTS_NEW", "VERTICES_NEW", "PRIMITIVE_NEW", "DETAIL_NEW"`
13+
- You can find an example python script along with the asset. In the example file I am using `pandas` to load the data from database and dump the data into it afterwards. You can use your own library of choice.
1414

1515
## Features
1616

@@ -40,4 +40,4 @@ This module uses the `sqlite3` standard library to replicate the houdini's geo d
4040

4141
# GSS-Lab
4242

43-
This project is part of the stup fot Generative Sciences & Systems Lab Setup. It is currently being developed by [Shervin Azadi](https://github.com/shervinazadi) and [Pirouz Nouria](https://github.com/Pirouz-Nourian) at GSS-Lab, Department of Architectural Engineering and Technology, at TU Delft.
43+
This project is part of the stup fot Generative Sciences & Systems Lab Setup. It is currently being developed by [Shervin Azadi](https://github.com/shervinazadi) and [Pirouz Nourian](https://github.com/Pirouz-Nourian) at GSS-Lab, Department of Architectural Engineering and Technology, at TU Delft.

0 commit comments

Comments
 (0)