| bio | website | |
|---|---|---|
| location | Mexico | |
| age | ||
| visits | member for | 11 months |
| seen | yesterday | |
| stats | profile views | 25 |
|
May 16 |
awarded | Critic |
|
May 1 |
comment |
Counting road intersections and blocks I'll try it out. |
|
Apr 18 |
comment |
R: data.frame to raster object error Could there be anyway to find the holes in a none manual way? The data in question has 1,900,000 points and it becomes really difficult to sweep through it. Qgis gets very very slow and takes ages just to zoom in once, for example. |
|
Apr 17 |
comment |
R: data.frame to raster object error Actually now I'm intrigued as to why my grid has holes in it... How would I go on to verify where the holes are? |
|
Apr 17 |
accepted | R: data.frame to raster object error |
|
Apr 17 |
comment |
R: data.frame to raster object error I have been exploring the interpolation of point data for sometime now. In fact you have answered some of my questions @whuber, thanks. It's just that what I do in R I usually just end up opening in Qgis and continue working it from there. I am looking for ways to do this directly in R. I was in fact just trying to turn my point data to a raster to plot it using the raster package. I'm quite new to GIS and all spatial topics so sorry for sounding so lost sometimes. |
|
Apr 17 |
comment |
R: data.frame to raster object error That's enough for me. Feel free to post this as an answer, I will accept it. Thank you. |
|
Apr 16 |
comment |
R: data.frame to raster object error I think my confusion si what exactly is a regular grid of points. Could you explain this to me? for example, if the points are all equally spaced but you have "missing points" would the grid become irregular? |
|
Apr 16 |
asked | R: data.frame to raster object error |
|
Apr 3 |
comment |
Merging many rasters using Python Alas I dont think that the application supports GDAL virtual formats. We are working on the google earth engine and it's in very early stages of development but thank you, I like the idea a lot. |
|
Apr 3 |
comment |
Merging many rasters using Python Ok, so I did something like this: ### discard files that are not geotiffs dirList = [item for item in dirList if item[(len(item)-3):(len(item))]=="tif"] ### print to text file thefile = open('filelist.txt', 'w') for item in dirList: print>>thefile, item Ideally I would want to call gdal_merge.py from another script as I find it rather cumbersome to create the *.txt and then gdal_merge -o ... As I mentioned before I'm interested in sharing this, it's not really for me. I would like to use something like gdal_merge.raster_copy( etc ) but I have not got this to work. |
|
Apr 2 |
comment |
Merging many rasters using Python I would want the script to search in a folder form a list with all image file names: path="C://Julian//EarthEnginedownload//L5_ANNUAL_EVI_2002" dirList=os.listdir(path) and feed that to gdal_merge, how can I properly do this? @Ryan Garnett |
|
Apr 2 |
accepted | Merging many rasters using Python |
|
Apr 2 |
comment |
Merging many rasters using Python Sure, this was exactly what I was going to use. Does it make sense to use it for a big big amount of images? |
|
Apr 2 |
asked | Merging many rasters using Python |
|
Mar 22 |
accepted | Counting road intersections and blocks |
|
Mar 20 |
asked | Counting road intersections and blocks |
|
Mar 11 |
comment |
How to cut a SHP based on another SHP using R Got it, thank you! |
|
Mar 11 |
accepted | How to cut a SHP based on another SHP using R |
|
Mar 11 |
revised |
How to cut a SHP based on another SHP using R edited tags |