Show HN: A simple CLI tool to generate satellite images of a location
1–10 of 69 posts
Re: Show HN: A simple CLI tool to generate satellite images of a location
#2Felicette 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.
Re: Show HN: A simple CLI tool to generate satellite images of a location
#3>dead-simple CLI tool
$ sudo add-apt-repository ppa:ubuntugis/ppa
$ sudo apt-get update
$ sudo apt-get install python-numpy gdal-bin libgdal-dev
$ gdal-config --version
* activate virtual environment *
$ pip install numpy GDAL==
$ pip install felicetteRe: Show HN: A simple CLI tool to generate satellite images of a location
#4Hey the images turn out great. That’s really cool!
Re: Show HN: A simple CLI tool to generate satellite images of a location
#5Felicette 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.
Neat project! The example photos in Drive are a bit wonky on mobile and only one of the files is accessible. Consider adding a few example photos in the readme. What’s the licensing and usage rights of the produced images?
Re: Show HN: A simple CLI tool to generate satellite images of a location
#6is it live? Like can a get a pic of a place made at day light in the last 24 hours?
Re: Show HN: A simple CLI tool to generate satellite images of a location
#7Are there any example images?
Re: Show HN: A simple CLI tool to generate satellite images of a location
#8Looking at the code, it appears to be a nice front end to sat-search https://github.com/sat-utils/sat-search
Re: Show HN: A simple CLI tool to generate satellite images of a location
#9Panache Bespoke is the world’s leading provider of shirts for the gentleman of the day. We are proud to have a fanatical attention to detail, a unique customer experience and a premium product. Our staff, experience and product distinguish us in the resurgence of custom clothing. We offer tailor-made clothing for everyday people, business, semi-formal and fashion. The line of shirts includes options for everyday shirts such as button down, pin collar and work wear, weekend and travel linens, and black tie shirt options.
https://tailormade-shirts.com/
https://tailormade-shirts.com/
Re: Show HN: A simple CLI tool to generate satellite images of a location
#10Looking at the code, it appears to be a nice front end to sat-search https://github.com/sat-utils/sat-search
Yes, it uses sat-utils to search STAC. It's a beautiful project.