I have a specific use case where I’d like to overlay the output of this tool on a street map, but I don’t believe this library does any georeferencing.
I’m considering writing an additional command that outputs a georeferenced CSV for a given product and tilt, I.E.: 39.00, -104.00, {{value}}.
I believe I can do this using existing code and the PROJ library.
I think CSV makes sense as it’s not specific to my use case, and can easily be processed by other tools like GDAL. I’ll add PROJ as an optional dependency and only fail if this specific command is run without PROJ.
Assuming I get this working, would you like me to open a pull request to get this into your repo?
@bwiggs Thanks so much for this repository!
I have a specific use case where I’d like to overlay the output of this tool on a street map, but I don’t believe this library does any georeferencing.
I’m considering writing an additional command that outputs a georeferenced CSV for a given product and tilt, I.E.: 39.00, -104.00, {{value}}.
I believe I can do this using existing code and the PROJ library.
I think CSV makes sense as it’s not specific to my use case, and can easily be processed by other tools like GDAL. I’ll add PROJ as an optional dependency and only fail if this specific command is run without PROJ.
Assuming I get this working, would you like me to open a pull request to get this into your repo?