GithubHelp home page GithubHelp logo

arcgis-ogr's People

Contributors

danielcaldwell avatar rburhum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arcgis-ogr's Issues

ArcMap will not save a project with a layer added through the plugin

First off, great work on the plugin!

ArcMap will not save a project with a layer added through the plugin. I choose where I want to save my project, and hit save, the software thinks for a bit, then goes not responding and then crashes, displaying the ArcGIS Desktop has encounted a serious application error dialog, giving me the option to send an error report to ESRI. I am trying to save a mxd with a PostGIS layer in it.

It creates the mxd file, but it displays the PostGIS layer with a red exclamation mark next to it if I open the mxd.

I am using the 0,5 installer version of the plugin. If you need any more information, let me know.

Layer list should be alphabetized

I have a PostGIS database with dozens of tables in it (and the number of tables is growing). When I connect to the database, the tables are listed with their schema-qualified names, but they appear to be in random order. Would it be possible to have the layer list alphabetized?

Partial attribute table

I have successfully added a PostGIS table with 14375 features however when I open the attribute table I only see 2048 records.

When I open the same table in QGIS I can see all 14375 features.

If I add that same data as an ESRI Shapefile the attribute table shows 14375 records, so makes me think this a plugin error and not an ESRI restriction.

Problem connecting to PostGIS

When attempting to connect to a Postgres/PostGIS database from ArcMap 10.1 (Windows 7), I get the following error while trying to connect:

'''PG:dbname=basemap user="gis_admin" password=XXXXXX host=XX.X.X.XXX"

ERROR: permission denied for relation geometry_columns

followed by:

Error HRESULT E_FAIL has been returned from a call to a COM component

I have granted ownership of the geometry_columns table to gis_admin, so I'm not sure what the problem is.

Export error

Loading any (mostly KML) files to ArcMap, go to export a layer and the error msg pops up at
"Invalid PDF"
twice.
Pick the export location and it gives an error of
"Error exporting data
End of OGR Plugin cursor".

Clean install of 10.1 and your tools that I will love very soon.

Export to Shapefile from PostGIS table Fails

I have added a PostGIS table and it works incredible well and I see the data within ArcMap.

However I get an error message when try to export this data to an ESRI Shapefile from within ArcMap.

I am using ArcMap 10.1 and installed the OGR plugin today.

The error message is

End of OGR Plugin Cursor

When I try again and use the ESRI folder connection to state the location and feature class name ArcMap crashes.

character encoding problem

Ok thank you very much for this plugin!!

I have a little problem with the character encoding : the "spécials character" in my spatialite database are not read good in Arcgis. For exemple :

When I add my spatialite layer in Qgis with the UTF-8 encoding I have : "propriétaire" and if i add my layer with the plugin in ArcMap I have : "propriétaire".

I think that the plugin automaticly choose the Latin-1 encoding (or something like that) because when I add my layer in Qgis with the latin-1 encoding it's the same thing.

I think that the problem is we can't choose the encoding when we add a layer.

Adding a PostGIS layer crashes ArcMap in v0.6.1

Occurs with both PostGIS 1.5 and 2.0.

Also, noticed that if I have tables that have a geometry column of Geometry type, these do not do anything when selected to be added, but tables with a defined geometry type (point, line etc) do.

Can supply more info if needed.

MapInfo Tab don't opened

Hello,

I also tried to add somes MapInfo TAB with the plugin but It didn't work : the table is shown in the layer selection space of the plugin, but when I click ok the "OK button", it doesn't do nothing.

ArcGIS + PostGIS - Read/Write

Hi rburhum,

Thanks for sharing the code of application. Let me ask you a question, do you think that with GDAL I can be able of read/write from ArcGIS? I'm thinking of developing a code for it, if the answer is yes.

Thanks again.
eduardogspereira

Postgis MultiPolygon layer does get recognized as having valid geometry

I am using ArcGIS 10.1 SP1 with Postgresql 9.2.2 / Postigs 2.0.1 on a Windows 8 64 bit machine w.

MultiPolygon layers in PostGIS do not get recognized while Polygon layers do.

Whilest I can make a connection to my postgis database, the selected postgis layer is not displayed on the map.

When adding aspatial table from PostGIS, no data is shown

The OGR PostGIS driver supports adding tables without geometry information. These tables are listed by default in the ArcGIS-OGR dialog box, but the OGR driver supports calling a specific table by adding "tables=[.]

" to the connection string. I did this and the table was added, but it didn't display any data. Is the driver configured to ignore any rows without geometries? If so, would it be possible to change this behavior?

write support evaluation

This is a great tool, thanks.

The FAQ suggests that write support may be possible after October 2012. Have you evaluated v10.1 sp1 or more recent versions to see if it is possible?

SpatiaLite Spatial Index residues

Hello,

I found another little bug when I try to open a SpatiaLite Database with Spatial Indexes residues of table that have been deleted : I have this error message : "Unable to query table EDI_PARC_pt_locaux_VAC for column definitions : no such table: EDI_PARC_pt_locaux_VAC."

The solution is to delete theses Spatial Indexes from the SpatiaLite Database.

Add Z value support

Sadly, As of 10.1SP1, IWkb::ImportFromWkb throws an exception when importing Geometries with Z values. Thus, in order to add Z support, we need to create a more complicated method that does an OGR to ArcObjects mapping by inspecting the geometries. Another option would be to write a custom WKB or WKT Parser. Ugh, this should be part of ArcObjects really. Meh.

Geometry fails to be converted in KML files

KML files fail to process geometry properly. I tested with this file https://developers.google.com/kml/documentation/KML_Samples.kml, document "Placemarks".

The problem lies in OGRCursor.QueryGeometry. When IWkb.ImportFromWkb is called, it throws an exception "expected wkbPoint type in wkb stream". The original OGR geometry seems to be okay, though (checked by converting to WKT).

It may be related to the fact that the geometry type is PointZ (the KML file contains elevation information).

ArcMap crashes when trying to save MXD with spatialite layer

When trying to save an MXD that has a spatialite layer, ArcMap is crashing. I have a feeling that it may related to an interface that needs to be implemented but has not been documented. May also be related to how the Layer gets added to ArcMap. Need to investigate more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.