Questions tagged [osgeo]

The Open Source Geospatial Foundation (OSGeo) is a not-for-profit organization whose mission is to foster global adoption of free and open geospatial technology by being an inclusive software foundation devoted to an open philosophy and participatory community driven development.

136 questions
0
votes
1 answer

Mapguide 2.6 with IIS on Windows 10

I got a new laptop with windows 10. I installed IIS on it. But when I try to install mapguide 2.6 - I choose local IIS and .NET, the installer does nothing. I keep pressing OK, buy nothing happens. I only need the web extension. Help…
Ido Barash
  • 4,856
  • 11
  • 41
  • 78
0
votes
1 answer

How to check in a list of shapefiles whether a point falls inside AND it is the same of a given FIELD?

I am drawing address points and checking if they are inside a large shapefile. However, now I also want to check if they fall inside type URBAN. This information comes in terms of a list of features in which one of the columns is TYPE. I pass if the…
B Furtado
  • 1,488
  • 3
  • 20
  • 34
0
votes
1 answer

Python OSGEO/GDAL ST_Intersection error

I am trying to implement the answer to this question: https://gis.stackexchange.com/questions/119374/intersect-shapefiles-using-shapely but i get the error: RuntimeError: Undefined function 'ST_Intersection' used. Here is the code. It crashes on…
user2503169
  • 115
  • 1
  • 1
  • 7
0
votes
1 answer

GeoTools: How to build a point? (imports issue)

I'm following the GeoTools documentation and found this: GeometryFactory geometryFactory = JTSFactoryFinder.getGeometryFactory(null); Coordinate coord = new Coordinate(45, 15); Point point = geometryFactory.createPoint(coord); When I put it in…
michael
  • 3,835
  • 14
  • 53
  • 90
0
votes
1 answer

Issue installing Geos and Gdal on an Amazon Ec2 instance

I am running an Amazon Ec2 instance with Cent Os Image. I need to install Geos and Gdal to run python scripts. I first try this guide: https://github.com/phayes/geoPHP/wiki/Geos-installation-on-centos6 And then bind the Gdal installation to it like…
Inclanfunk
  • 147
  • 1
  • 6
0
votes
1 answer

Issues with WAMP server after installing OSGeo4W

I recently downloaded WAMP server to get started developing a website locally on my Windows 7 32 bit computer. It was working fine. Not long after, I downloaded a few different OSGeo4W packages mainly to use QGIS and develop plugins. This is when I…
user25976
  • 1,005
  • 4
  • 18
  • 39
0
votes
0 answers

Windows Python add osgeo library to virtualenv

I just install osgeo Python library on windows using this fantastic tutorial I'm using a virtualenv for a specific project so I'd like have osgeo in my virtualenv. Now in virtualenv I cannot import osgeo (doesn't work). What is the way? Sorry but…
franco_b
  • 868
  • 3
  • 13
  • 31
0
votes
2 answers

Anyone use OSGeo.FDO.Common.Xml.XmlReader .NET API?

Trying a simple operation like this throws an exception. var reader = new OSGeo.FDO..Common.Xml.XmlReader("c:\\temp\test.xml"); throws an SEHException. I cannot figure out why from available online resource located…
Klaus Nji
  • 18,107
  • 29
  • 105
  • 185
0
votes
0 answers

How to display utf-8 characters like alpha and beta in OpenSceneGraph or osg

I need to display UTF-8 characters in osg, however text->setText( test,osgText::String::ENCODING_UTF8 ); cannot display though, it's like ? in the scene. Does anybody have the same problem or know how to do it? Code Snippet osg::ref_ptr
litaoshen
  • 1,762
  • 1
  • 20
  • 36
0
votes
0 answers

accessing my own tileserver implemented using MapServer via osmdroid

I have a running Mapserver implemented in osgeo-6.05. I can access the map using a web browser. Since I am trying to connect that map to my Android application I am using OSMdroid. I saw in Many forums that by using XYTilesource can connect a…
MWH
  • 399
  • 1
  • 5
  • 19
0
votes
2 answers

Converting Mapserver default URL to a more user friendly version

I have a URL that I use to view my map generated using MapServer. http://localhost/cgi-bin/mapserv?map=/home/mwh/osm-demo/basemaps/osm-google.map&mode=browse&template=openlayers&layers=all How can I convert it to more general style such as…
MWH
  • 399
  • 1
  • 5
  • 19
0
votes
1 answer

osgeolive permission issue when adding jar modules to geoserver

I am trying to copy the imagepyramid plugin into my geoserver and the system just won't let me do this. I am logged in as admin user@osgeolive:/usr/local/lib/geoserver-2.1.3/webapps/geoserver/WEB-INF/lib$ sudo chown -R atgis…
GeorgeC
  • 956
  • 5
  • 16
  • 40
-1
votes
1 answer

I am unable to download the OSGEO4w installer from its official site

Every time I try to click on the link to download it on the page (this is the link I am trying to donwload it from.) But when I try to download it from the list of all the older versions I get a huge list of options and I dont know which to download…
-1
votes
1 answer

'DatabaseOperations' object has no attribute 'geo_db_type'. When migrate

I am building a WebApp . AND I am stuck on an Error. What i am trying to do I am making a Location Based BlogApp and I am using PointField in models. The Problem 'DatabaseOperations' object has no attribute 'geo_db_type' This error is keep showing…
Lars
  • 1,234
  • 1
  • 8
  • 31
-1
votes
1 answer

OGR shapefile point example C#

I am following this code example which (according to my understanding) creates a shapefile with a point layer and adds a point at co-ordinates (47 and 19.2). When I run this code, it creates a shapefile (all three files with .dbf, .shp and .shx…
Umar Dastgir
  • 688
  • 9
  • 25
1 2 3
9
10