The satellite-image tag has no wiki summary.
2
votes
2answers
75 views
Merging multiple rasters in R
I've been trying to find a time-efficient way to merge multiple raster images in R. These are adjacent ASTER scenes from the southern Kilimanjaro region, and my target is to put them together to ...
0
votes
2answers
43 views
Free satellite image for image segmentation testing
I need some free satellite images (panchromatic) to test some segmentation algorithms.
I have searched the web but I didn't find any resources our websites that provide free satellite images.
...
0
votes
1answer
22 views
process spot images R pa
I have a SPOT image (bands 1 to 4) in DN and I need to transform them to reflectance values. Does anyone know any package in R that can help with that?
Thank you all..
Nora
0
votes
0answers
80 views
satellite images in matlab
I have a satellite image in the BSQ format. I initially processed it using ENVI. Now, I am trying to read the image using Matlab's multibandread function.
This is the data pertaining to the image I ...
1
vote
4answers
171 views
Split an image into multiple sub images using C
I am looking for a C library that given an image of size x, it will split the image into multiple images so that I can send every subimage to a dedicated CPU to do detect segments on it using region ...
1
vote
0answers
194 views
Google Maps API V3 - updated satellite imagery -> polygons displaced | Solution? Overlay/CustomMapTypes?
I hope to find a solution for my problem! Many thanks in advance for help and advices.
My problem: My Script loads 100-200 polygons (KML/KMZ file) into a Google Maps Map with satellite imagery as ...
2
votes
1answer
332 views
Using pcolormesh for plotting an orbit data
I am trying to map a dataset with associated latitude and longitude. The details of the data I am using are given below:
Variable Type Data/Info
-------------------------------
lat ndarray ...
4
votes
1answer
241 views
How to get latitude and longitute for a pixel of a eumetsat image using python?
I have a 3712x3712 pixel sized image of a geostationary eumetsat satellite. There is some black around the earth, such that the image looks like this:
For each pixel of the earth, I'd like to get ...
-1
votes
3answers
422 views
Tile server for other map data than OpenStreetMap
Within my Android application I display some data within a map. To do that I currently download some map data from an OpenStreetMap tile server and store it locally (so that users can access an ...
1
vote
1answer
170 views
calculations on big satellite image crashes python and computer freezes [duplicate]
Possible Duplicate:
Big Satellite Image Processing
I'm trying to run Mort Canty's Python iMAD implementation on bitemporal RapidEye Multispectral images. Which basically calculates the ...
0
votes
1answer
226 views
Using MRT to batch process MODIS data?
I want to batch mosaic MODIS MCD15A2 data using MRT-MODIS Reprojection Tools, and here is my script:
set MRTDATADIR = D:/mrt/data
set /a DAY=2011009
set /a DEADLINE=2011017
:start
if %DAY% leq ...
1
vote
1answer
248 views
Big Satellite Image Processing
Im trying to run Mort Canty's http://mcanty.homepage.t-online.de/ Python iMAD implementation on bitemporal RapidEye Multispectral images. Which basically calculates the canonical correlation for the ...
2
votes
1answer
95 views
“Put on a map” by using Approximated nearest neighbor in image processing
I used python to read a hdf file(Hierarchical Data Format) that contains image data from a satellite(the name should be MODIS). The python code is able to get the longitude, the latitude and radiance ...
4
votes
3answers
295 views
Optimizing performance when reading a satellite image file in python
I have a multiband satellite image stored in the band interleaved pixel (BIP) format along with a separate header file. The header file provides the details such as the number of rows and columns in ...
3
votes
2answers
573 views
Problem importing USDA Crop Data Layer (GTIFF) in R using raster() package
I've downloaded the USDA Crop Data Layer (data available here, note large file: http://www.nass.usda.gov/research/Cropland/SARS1a.htm) and want to import it into R for analysis. I've imported other ...
1
vote
0answers
71 views
Satellite photograph animation
How can I stitch together a series of archived photos into a continuous view showing several days or weeks of weather data? I am using this website ...
12
votes
4answers
459 views
Memory-efficient line stitching in very large images
Background
I work with very large datasets from Synthetic Aperture Radar satellites. These can be thought of as high dynamic range greyscale images of the order of 10k pixels on a side.
Recently, ...
2
votes
1answer
320 views
What to do when GMap Satellite imagery is unavailable
is it possible to programmatically detect with the google maps api (javascript, v2) when satellite imagery is unavailable at a certain zoom level? I am creating some maps automatically and setting ...
3
votes
5answers
784 views
Writing an image processing application for analysis of satellite imagery
I have to start work on application for analysis of satellite imagery to identify some man made structure. I would like to use C or Java for this.
For satellite I am planning to use Google Maps data.
...
8
votes
6answers
1k views
Do you know any free satellite imagery for GIS?
do you know any imagery that i can get satellite images of places for free??
i thought people who is related to GIS would know it? i searched but i could not find..
i have a terrain editor which ...
