All Questions
0
votes
0answers
2 views
Homebrew OGR with FGDB support on OSX 10.9
This answer worked beautifully in 10.8, but isn't working immediately in 10.9.
The link to download the FileGDB API still works, but there are a bunch of options available I don't remember from ...
0
votes
0answers
4 views
Importing USGS digital line graphs (OPT format) to QGIS?
How do I get USGS digital line graphs downloaded as .opt format into a format I can view on QGIS?
0
votes
0answers
6 views
ArcGIS Imagery Mosaic Show at Same Scale
I have an imagery mosaic in an ArcGIS FGDB... in certain areas it shows at a scale of 1 :2 000 and in other it doesn't show until you zoom in farther. How can I correct this so that it always shows ...
0
votes
0answers
6 views
Automating non-trivial workflow in SAGA-GIS
My problem: I have two DEMs, one rectangular and containing the other. Both are given in grid formats and the outer one has gridsize 50m, the inner one 10m. I want to 'embed' the smaller one in the ...
1
vote
1answer
9 views
copy feature class and retain selected fields with arcpy
I've got a featureclass (fc) that I want to copy, but only retaining a selected number of fields, let's say field 9, 11, and 12 from the total of 15 fields. I want to use arcpy and suspect that ...
0
votes
0answers
5 views
How to calculate x and y variance values?
I'm trying to define the best suitable cell size to use in the kernel density estimation in the Geospatial Modelling Environment (GME) for ArcGIS.
To calculate the best suitable cell size the ...
0
votes
0answers
5 views
Create nsis installer Qgis with build maded by Microsoft Visual C++
I want to know, there is a way to generate QGis nsis installer with a Release build generated with Microsoft Visual C++?
It is possible to generate the installer in Windows Operating system?
thank you
...
0
votes
0answers
3 views
WPS process importing and returning result
I'd like to import to the GeoServer catalog the result of one of my processes (in addition to returning it to the client), which is a shapefile. I thought of chaining it with gs:Import, but I don't ...
0
votes
0answers
3 views
How do I know when a NOMAD GFS Grib2 file is ready for download
The NOMAD GFS system creates files on a 4 times a day cycle.
The file naming specification is:
cc is the model cycle runtime (i.e. 00, 06, 12, 18)
xxx is the forecast hour of product from 00 - 384
...
0
votes
0answers
5 views
GeoTools: SimpleFeatureCollection to KML error CoordinateReferenceSystem
I want to export a SimpleFeatureCollection (Read from a MySQL DB) to a KML file, here is my code used to read the infos into the console:
private void featureCollectionToKML(SimpleFeatureCollection ...
0
votes
1answer
20 views
Merging Multiple Paths
Alright, I'm going to start by using Google Earth terminology because that's where the original need for a solution came up. I have multiple paths (54) that I want to merge into a single path.
...
1
vote
0answers
14 views
Google StreetView Coverage Layer
How can I get the layer of the coverage of Google Street View on the roads, i.e. the layer that appears blue when we drag the pegman on Google Maps/Earth? I need it to work in ArcGIS.
Thank you.
0
votes
0answers
10 views
Is there any improved gdal clipper alternative?
I use a lot gdal clipper in QGIS but I found it very primitive. Is there an alternative to it? This is what I would like to have:
adjust selected area without re-select the area another time (viz. ...
1
vote
1answer
17 views
How to work with OGR and GDAL in GP Service in ArcGIS for Server 10.1
I have got a lot troubles with GDAL and OGR in the context of ArcGIS Server on 64 bit server machine.
I can run script that use GDAL in ArcGIS as Tool and in the debug mode in PyScripter, then ...
0
votes
0answers
8 views
Getting through the jungle of gdal2tiles.py versions and patches
After trying out different methods of greating tiles from satellite images, I have decided to use gdal2tiles.py which seems fastest of the ones I looked at.
Then I realise that there are several ...