CosmiQ / solaris

CosmiQ Works Geospatial Machine Learning Analysis Toolkit
https://solaris.readthedocs.io
Apache License 2.0
411 stars 112 forks source link

[DOCS] #465

Closed IAINATTWATER closed 2 years ago

IAINATTWATER commented 2 years ago

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

rbavery commented 2 years ago

@IAINATTWATER this works

>>> from solaris.data.coco import geojson2coco

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

IAINATTWATER commented 2 years ago

confirmed - thank you!