Show HN: A simple CLI tool to generate satellite images of a location
11–20 of 69 posts
Re: Show HN: A simple CLI tool to generate satellite images of a location
#12Re: Show HN: A simple CLI tool to generate satellite images of a location
#13is it live? Like can a get a pic of a place made at day light in the last 24 hours?
But even at it's full potential, Landsat 8 gives a temporal resolution of 14 days for a location, iirc.
Re: Show HN: A simple CLI tool to generate satellite images of a location
#14Hey the images turn out great. That’s really cool!
Re: Show HN: A simple CLI tool to generate satellite images of a location
#15Felicette 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?
And the images are generated in your system with the data from a public source.
Not sure who owns the copyright to them. ^^
Re: Show HN: A simple CLI tool to generate satellite images of a location
#16Where the data are coming from? Can't find a word about it in README.
Re: Show HN: A simple CLI tool to generate satellite images of a location
#17I’ve built something similar, although my tool can pull its data from any service that supports tile indexing via the Web Mercator Transform (e.g. Google Maps, OSM, basically every online mapping service):
https://github.com/doersino/aerialbot
Its original purpose is the creation of Twitter bots like the ones liked below, but it works well for grabbing detailed satellite maps of arbitrary areas.
https://twitter.com/placesfromorbit
https://twitter.com/americasquared
Re: Show HN: A simple CLI tool to generate satellite images of a location
#18Felicette 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
#19> 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
#20Felicette 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.