Tagged Questions
8
votes
2answers
127 views
How to efficiently (programmatically) determine whether two datasets have / don't have identical content?
Given:
a geodatabase A that contains 100 datasets named a1 .. a100
a geodatabase B that contains 100 datasets named b1 .. b100
I want to programmatically (*) determine for each dataset pair (ai, ...
9
votes
2answers
84 views
Tools to compare unversioned copies of geospatial data
My office has about 100 GB of geospatial data of varying forms (imagery, feature classes in geodatabases, LIDAR, tables, etc) that have gone somewhat unmanaged for the decade during which they were ...
4
votes
3answers
260 views
In what data format should I export a (lat,long,alt) or (x,y,z) grid to be compatible with the largest number of GIS software?
I am new to GIS and developing an application that generates a 3D grid with (latitude, longitude, elevation) or (x, y, z) metric triplets, and I would like to add an exporting feature that ensures ...