Tagged Questions
0
votes
0answers
31 views
Support for Arc/Info Binary Grid format by C#-bindings of GDAL [migrated]
I want to read Arc/Info Binary Grids and convert them to other image formats using the C#-bindings of GDAL. I installed FWTools 2.4.7 and the current binaries (MSVC2010 (Win64) -stable) from here. ...
1
vote
1answer
48 views
Ogr_wrap problem
I'm having problems with my csharp project in developing a console application.I've added references of ogr_csharp.dll & osr_csharp.dll & gdal_csharp.dll.
In the line Ogr.RegisterAll(); ...
0
votes
0answers
138 views
How use thin plate spline transformer to wrap image in c#
I'm new at programing with GDAL C#.
I need to geotransform raster image (using GCP's) and bring it to the Merkator projection. With FWTools I can do this by using gdalwarp -r cubic -tps after ...
2
votes
0answers
198 views
How to read Geotiff tags and pixel per pixel values using GDAL C#
I'm new here and I'm new at programing with GDAL C#.
My question is how I can get the value of SRTM GEOTIFF pixel to compare with it's neighbors, and how can I get the values of Geotiff tags.
5
votes
1answer
211 views
GDAL.RasterizeLayer not ported to the C# bindings?
I am trying to use the OSGeo.GDAL.Gdal.RasterizeLayer(…) from GDAL 1.9.2 and it requires some SWIGTYPE parameters:
OSGeo.GDAL.Gdal.RasterizeLayer(
OSGeo.GDAL.Dataset dataset,
int bands,
...
0
votes
0answers
69 views
White nodata values instead of black
I have a problem. I cut a map on tiles using gdal_csharp.dll library (working on gdal_retile.py script rewritten into C#). Everything works fine except one case. When I cut areas with nodata values ...
1
vote
0answers
52 views
Calculating tiles extents using some level data
I have some data looking like this:
<?xml version="1.0" encoding="utf-8"?>
<levels>
<level nr="0" tileWidth="512" tileHeight="512" envSizeX="5000" envSizeY="5000" minX="465000" ...
1
vote
2answers
1k views
Georeferencing an image in C# with GDAL
I want to upload a jpeg or some raster image into a C# form and then on entering the latitude and longitudes I need to be able to create an GEOTIFF file of the same image. How can this be done in ...
9
votes
2answers
1k views
API documentation for Gdal/Ogr with C#
I want to assign projection to shapefile in my web C# application, for this i am using Gdal/OGR/OSR C# bindings and add osr_csharp.dll and ogr_csharp.dll references. But i am facing some difficulty ...
4
votes
2answers
853 views
How to use NASA Digital Elevation model data?
I've heard it is possible to use NASA elevation model to determine approximate elevation at (lat;lng) point.
This might be really useful for my upcoming project since Google Elevation API has weird ...
4
votes
2answers
714 views
Translating grid to USGS .dem in C# via GDAL
I am attempting to translate ArcInfo binary grids to USGS DEM format (.dem). I have installed the GDAL .NET bindings thru this build installer. I can get to GDAL in my C# add-in I am working on. ...
7
votes
2answers
2k views
Deploying Application With C# GDAL/OGR Bindings
I developed a relatively simple web app that uses the C# OGR bindings to do a couple of simple geometric functions; buffer, clip...etc. I developed this application on my local machine, which has ...
4
votes
2answers
568 views
Maturity of Mapserver mapscript C# bindings?
I've been thinking about possibly porting an internal custom GIS application built on top of Python / PyQt / Mapscript / GDAL-OGR / PostGis to C#.
I was wondering about the maturity of the C# ...