The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
62 views

activerecord-postgis-adapter doesn't work with array columns?

I've successfully installed PostGIS, but when I try to run rake db:migrate in my Rails app, that uses postgres_ext for Postgres' array column support, it fails, even when I remove any array column ...
3
votes
1answer
146 views

How can I migrate my toolboxes and styles from ArcGIS 9.x to 10.x?

I am migrating from ArcGIS 9.3.1 to ArcGIS 10 SP4. I have several toolbox and style files that I want transfer to my new computer which is now running Windows 7. Can anyone tell me where I should put ...
7
votes
1answer
185 views

Migrate python scripts from 9.3 to Arcgis10

What changes are needed to migrate scripts from the ArcGis 9.x environment/gp-object to the ArcGis 10/arcpy environment? Can anyone provide a good overview what the changes are? Can someone share ...
6
votes
3answers
628 views

How can I transfer data from one PostGIS database to another?

I have quite a bit of GIS data in a old PostGIS Database (version "1.1.6") and I need to transfer it to another PostGIS Database ("POSTGIS="1.5.3"). I tried creating a backup and restoring that on ...
1
vote
2answers
442 views

old project on new PC: bad allocation when opening

Just got a new laptop (windows7). When opening a qgis project (shape layers on server), I get an error window "bad allocation. Project was made in Wroclaw, new PC has Lisboa. any suggestions?
1
vote
0answers
81 views

Feature linked annotation subtype removal in migrating to ArcGIS 10

I have a question about emergent properties of deleting an annotation subtype. If we delete an annotation subtype how will this effect the annotation feature class, will there be any changes to the ...
9
votes
2answers
341 views

Migration from ArcSDE (SQL Server) to PostGIS (PostgreSQL)

We've got all the geospatial information of our company within an ArcSDE Database (over SQL Server): points (locations of the antennas), lines (elevation, rivers), polygons (protected areas, ...
0
votes
1answer
95 views

Postgis reorder mixed up linestring chunks / max_segment_length(linestring)?

I imported ~1000 paths from somewhere into my postgis database to a linestring field. I had the problem that the paths were divided into chunks, and those chunks were mixed up in some cases. Suppose ...
0
votes
0answers
110 views

Is there any geodatabase schema & data migration library for .Net exist?

I'm performing code refactoring and database normalization in my project and looking for any .Net library for geodatabase schema & data migrations. Is there any solution exist for ArcObjects?
3
votes
3answers
2k views

How to migrate an extension from ArcGIS 9.3.1 to 10?

I was given an ArcGIS 9.3.1 extension built in Visual Studio (VS) that needs to be updated to work in ArcGIS 10. When I open the VS project on my computer (that has ArcGIS 10 installed on it) I get a ...
3
votes
1answer
478 views

Migrating from Visual Studio 2008 (ArcGIS 10) to Visual Studio 2010

I've migrated my add-in project from VS 2008 to VS 2010 recently, and am now receiving the following error: Unable to cast COM object of type 'System.__ComObject' to interface type ...