10,047 reputation
21560
bio website twitter.com/rukku
location Manila, Philippines
age 27
visits member for 2 years, 9 months
seen 8 hours ago
stats profile views 639

FOSS enthusiast. Information junkie. Social media addict.


Mar
8
answered Bulk Geocode 20 million records
Mar
8
revised Why are the tile coordinates different in Google maps and Google earth?
Added library.
Mar
8
answered Why are the tile coordinates different in Google maps and Google earth?
Mar
4
answered Color a layer of the map based on the location of dots on another layer
Mar
4
accepted Are there any open source software for obtaining and processing data from the Velodyne HDL-32E lidar?
Mar
4
comment Which world map projection allows comparing countries by shape and size?
The globe is not a projection.
Mar
4
comment How to select a Subset of PolySet data in R?
It's just that using the PolySet can be slow. I've tried it on my machine for comparison and computer froze for a moment when I tried the PBSmapping solution.
Mar
2
answered Are there any Indoor GIS platforms?
Mar
2
revised How to select a Subset of PolySet data in R?
Added alternative way of plotting.
Mar
2
revised How to select a Subset of PolySet data in R?
Added image output.
Mar
2
answered How to select a Subset of PolySet data in R?
Mar
1
comment How to select a Subset of PolySet data in R?
Does it have have to be a Polyset? Won't it be easier to subset it first via some other module, write to file, and then plot the resulting subset via PBSmapping?
Feb
28
comment GIS Web API - WFS-T Edit
That'd depend on your layer. Could you post the result of the GetCapabilities query? It's in the link I posted. The Connecting to your WFS service through a web browser section.
Feb
28
comment GIS Web API - WFS-T Edit
What is the URL of the ArcGIS server? Check the How to acquire the URL for your WFS service section of webhelp.esri.com/arcgisserver/9.3/java/…
Feb
26
answered Cannot add plugins to QGIS on Ubuntu 11.10 Oneric
Feb
26
comment Cannot add plugins to QGIS on Ubuntu 11.10 Oneric
No Fetch Python Plugins option?
Feb
26
answered What is Geonode ? What all can be achieved using it?
Feb
25
comment Arcpy Performance If Then Statements
Got it. What is RasterImage * 2 meant to achieve btw? Also, I'm confused about your question as the scenario you're showing only needs one for loop to iterate over the RasterList.
Feb
25
comment Script for creating a tile-pyramid from a wms service
You might want to upvote emacgillavry. Or accept it if it solves your problem.
Feb
25
comment Arcpy Performance If Then Statements
Ah, it's more of a choice of operations then? Get slope if X is true and reclass if Y is true? Are they mutually exclusive? I mean if you reclass, you don't get the slope and vice versa?