Preferably on the phone/tablet.
Show HN: A simple CLI tool to generate satellite images of a location
41–50 of 69 posts
Re: Show HN: A simple CLI tool to generate satellite images of a location
#42Re: Show HN: A simple CLI tool to generate satellite images of a location
#43Take quite some time to install. And some images are great like `felicette -l "New York" Some totally blank (real time and dark) felicette -l "Hong Kong" Some not sure as a bit random like those of Three Gorges Dam using ``` felicette -c 109.5568 31.0390 felicette -c 111.003761 30.823748 felicette -c 110.25 30.95 ``` One has coloured and the other not sure.
I guess this is part of being satellite images?
Re: Show HN: A simple CLI tool to generate satellite images of a location
#44A couple of comments... > TL;DR: Generate JPEG earth imagery from a location's name/coordinates It downloads imagery. At first I thought this was a project to simulate satellite imagery from OSM data or something. > This tool is for a sentient being who wants to view high-res satellite imagery of earth Landsat is what 30 meters-per-pixel? That's not high-resolution.
Re: Show HN: A simple CLI tool to generate satellite images of a location
#45Looks like a great tool, but its dependencies are sufficiently complex to warrant a Dockerfile. This way it would be very clear what the dependencies are independent of how the host system is configured.
You can use it like this:
docker run -it -v "$PWD"/felicette-data:/root/felicette-data milhouse1337/felicette felicette -l "Montreal"
That's a very cool project to play with! Thank you @plant99 for this.Re: Show HN: A simple CLI tool to generate satellite images of a location
#46Felicette is a dead-simple CLI tool which searches, downloads, generates, and visualizes satellite imagery in the form of RGB jpegs, taking inputs in the form of location's name or coordinates. It also has options to visualize CIR vegetation data.
Seems nice but sends you to dependency hell when you try to install on Ubuntu. On 18.04, it can't find the correct openvc On 19.04, same things On 20.04, the repo doesn't include config for 20.04 Would love to try it, but ...
Re: Show HN: A simple CLI tool to generate satellite images of a location
#47Re: Show HN: A simple CLI tool to generate satellite images of a location
#48Looks like a great tool, but its dependencies are sufficiently complex to warrant a Dockerfile. This way it would be very clear what the dependencies are independent of how the host system is configured.
I just pushed a Docker build here: https://hub.docker.com/r/milhouse1337/felicette You can use it like this: docker run -it -v "$PWD"/felicette-data:/root/felicette-data milhouse1337/felicette felicette -l "Montreal" That's a very cool project to play with! Thank you @plant99 for this.
Re: Show HN: A simple CLI tool to generate satellite images of a location
#49Earlier quoted context omitted.
Thanks for the feedback, I agree with you on this. I'll add this to the to-do list.
[pipx]( https://pipxproject.github.io/pipx/ ) is a nice way to download python CLI apps in a separate contained virtual env. But I couldn't install your app with it: https://pastebin.com/syUPRDCp
Re: Show HN: A simple CLI tool to generate satellite images of a location
#50On a tangent, but any suggestions for a tool to stitch up drone aerial imagery and use it as a map? Preferably on the phone/tablet.
But I'm sure you're aware of https://qgis.org/en/site/. Some of my friends used this to analyze vegetation using drone imagery.