Skip to content

Commit

Permalink
update rdm
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinazadi committed Jun 5, 2020
1 parent b4b762e commit 4337188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This module uses the `sqlite3` standard library to replicate the houdini's geo d
- attribute names should not include the charachter "\."
- 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.
- The input data is saved to tables named `"POINTS", "VERTICES", "PRIMITIVE", "DETAIL"`.
- the output data needs to be saved to tables named `"POINTS_NEW", "VERTICES_NEW", "PRIMITIVE_NEW", "DETAIL_NEW"`.
- You can find an example python script along with the asset.
- the output data needs to be saved to tables named `"POINTS_NEW", "VERTICES_NEW", "PRIMITIVE_NEW", "DETAIL_NEW"`
- 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.

## Features

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

# GSS-Lab

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.
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 comments on commit 4337188

Please sign in to comment.