Tagged Questions
0
votes
1answer
169 views
How to import ArcGIS 10.1 File geodatabse to MS SQL Server 2012
Hello I´d like to import my File Geodatabase from ArcGIS 10.1 into MS SQL Server 2012.
I´ve never do it before, so I expect to do the import same way as import data from excel table.
Problem is ...
6
votes
1answer
234 views
Why can't I access a table in a personal geodatabase (.mdb) with arcpy after installing 64-bit geoprocessing?
I wrote and ran a simple script last year - it cycled through some line features, buffered them and then intersected with some other lines - it all worked fine.
I'm now trying to tweak the file to ...
4
votes
2answers
160 views
Which Geodatabase supports SQL and is easily portable?
I want to choose the geodatabase type, which could be:
permits direct sql queries.
easily portable, because the app would installed in one computer.
I know that the personal geodatabase is a good ...
3
votes
1answer
142 views
How to Get the Three Nearest Points to an Object (different layer)?
I have two point shapefiles and I want for each point in the 1st shapefile to get the 3 closest (based on air distance) points from the 2nd shapefile.
If possible, it would be great to have each of ...
3
votes
1answer
73 views
Accessing data stored in related tables from a network dataset
According to ESRI's transit data model, this implementation, and several thesis papers, any non-spatial information (such as public transport schedules, employee info, trips etc) which is not stored ...
6
votes
3answers
246 views
Insert points into SQL Server?
I am collecting X and Y values from a web service (Twitter) via a python script. In the long run, this will run over a period of months and I intend on stopping at around the 6 million point mark.
...