Oleksandr

Results 27 comments of Oleksandr

For small basic file, the most time consumption is taking fetching data (API) ![image](https://github.com/pepkit/geofetch/assets/41573628/5109b02c-3735-41b6-a064-045a2559fbd0)

for bigger projects (>1000) the most time consuming is also API: ![image](https://github.com/pepkit/geofetch/assets/41573628/cb77465c-3ac2-484a-92bc-2d884153ce0c)

The most time consuming function besides API is this: ![image](https://github.com/pepkit/geofetch/assets/41573628/2276fb63-3edc-4d99-a838-9a263c1c9b71)

@nsheff I think it doesn't worse to spend time on speeding time on this issue, as most time consuming function is hitting endpoints and downloading soft files

@nsheff Was this issue solved?

Fixed in this commit: https://github.com/pepkit/geofetch/commit/79de45e16b78a9e5e60e5c570f428857ca1e6fda

To create object from csv you use csv path instead of yaml: ``` peppy.Project('path_to_csv') ```

@nsheff @nleroy917

I just checked all peppy tests related to this issue, and it seems, this is not a peppy issue...