drivendataorg / cyfi

Estimate cyanobacteria density based on Sentinel-2 satellite imagery
https://cyfi.drivendata.org/
MIT License
21 stars 4 forks source link

southern hemisphere gps coords #143

Closed terrestrialassemblages closed 4 months ago

terrestrialassemblages commented 7 months ago

it looks like cyfi will not run with New Zealand GPS coords - any plans to change this?

ejm714 commented 7 months ago

Hi @terrestrialassemblages! Can you provide an example of the command you tried that didn't work? It may be that coordinates are in a different CRS. If you're using cyfi predict-point you can specify the CRS with --crs: https://github.com/drivendataorg/cyfi/blob/eeb1e05f95f4a3b321fd21dabf8d74760c02c291/cyfi/cli.py#L141-L144 If you're doing batch predictions with cyfi predict, it looks like you'll need to convert your latitudes and longitudes to EPSG:4326 beforehand.

Also, please note that cyfi has only been trained and evaluated on U.S. data. We'd love to hear how well it works for your NZ data!

ejm714 commented 4 months ago

Closing due to inactivity. Feel free to reopen if you're still encountering issues