CosmiQ/solaris

[DOCS]

Closed this issue · 2 comments

Thank you for helping to improve solaris!

Documentation request summary

After further investigation I'm noticing some rearrangement of the API. I was particularly looking for the function that used to reside in the sol.data.coco namespace - geojson2coco function. Looks like the data ns does not now have a coco path and it looks like there are some functions related to coco in geo.py. Therefore is there a geojson2coco funtion now?

Cheers

@IAINATTWATER this works

>>> from solaris.data.coco import geojson2coco

tested on the 0.5.0 branch with the environment created from environment.yaml

confirmed - thank you!