Skip to main content

All Questions

Tagged with
0 votes
1 answer
69 views

Schema.ini file not being honored by ArcMap, string fields still being converted to numbers when importing CSV to GDB

I am trying to import a CSV to GDB using an ArcMap script tool and preserve some string fields that look like numbers as strings. I added some code to create and populate a schema.ini file in the CSV'...
Paul DiGirolamo's user avatar
0 votes
0 answers
37 views

Preserve string field type and leading zeros when using arcpy.conversion.TableToTable to go from CSV to GDB table? [duplicate]

I'm building an ArcMap script tool that will be run on many different input table schemas for geocoding purposes. When importing from CSV to GDB table using the arcpy.conversion.TableToTable function ...
Paul DiGirolamo's user avatar
0 votes
0 answers
27 views

Change VIIRS Boat Detection (VBD) Data

I have download VBD data from this link : https://eogdata.mines.edu/products/vbd/ It has 4 format file like in the picture. But I want to change the format to .csv to sort the data easily.
Ridho Syahputra's user avatar
0 votes
0 answers
67 views

Check if field from .shp file exists in .csv file

I have an output folder with .shp files and I want to check if the fields in the .shp files exist in a CSV document (one common CSV file for all shapefiles). I go through the fields in the .shp files ...
Robert Mihai Nicolescu's user avatar
0 votes
1 answer
79 views

Performing near point-to-point merge with ArcPy?

I have a series of .csv datasets with points in Lat/Long mapped to Town Names: In addition, I have a shapefile containing similar data (town names with their corresponding x/y): I also have ...
Kamyen's user avatar
  • 13
0 votes
1 answer
445 views

ArcGIS Error 000861: Input feature is not valid

I am trying to execute IDW of dataset (.csv format) in ArcGIS 10.8. But it is showing following error How do I solve this problem?
Puja's user avatar
  • 1
0 votes
0 answers
33 views

Counting number of events from CSV file that occurred in corresponding polygon feature class using ArcMap

I'm trying to figure out how to count the number of drought events per county over the last 70 years we've had in NC and am having some difficulty. I downloaded a CSV file from a NOAA website that ...
itgoesdownintheDEMs's user avatar
-1 votes
2 answers
218 views

How to export large data from ArcMap to use in Python/R

The number of rows in my shapefile attributes greater than 65535. I can't export the table to Excel. Is there any way to generate the file to CSV to any other format which will be convenient to use in ...
Jui Sen's user avatar
  • 143
1 vote
1 answer
189 views

Imported .csv file plotting incorrectly

I have imported a csv into ArcGIS, then displayed xy data. For some unknown reason to me, the point are plotting incorrectly. I am using an ESRI base map in WGS 84 web mercator aux sphere and the ...
Aed's user avatar
  • 11
1 vote
0 answers
147 views

Ask ArcMap to recognize updated CSV file content

I have a CSV file that I am updating outside of ArcMap (v10.4.1). How can I get ArcMap to see the revised content instead of the old content? ArcMap does not automatically see the updated version. My ...
Ana Nimbus's user avatar
-2 votes
1 answer
102 views

Exporting two different CSVs using ArcPy with ArcMap [closed]

I am using ArcGIS Desktop: ArcMap 10.6 with ArcPy Library (Python 2.7.14). Here is a code snippet from a larger script: out_dataset = 'Data' arcpy.Sort_management(points, out_dataset, [[fields[11], '...
Ayayayayaoh's user avatar
-3 votes
1 answer
102 views

Reducing number of lines / more efficient coding method for field maps [closed]

I am looking for ways to reduce the number of lines when making field maps in ArcPy (note, I am using ArcPy with ArcMap 10.6). I cannot seem to figure out a way, and am stuck with a significant amount ...
Ayayayayaoh's user avatar
1 vote
1 answer
1k views

Display XY data not displaying for some rows in a CSV, but displaying for the rest

I am using ArcMap 10.7 to map data points (decimal degrees) across eight countries. I have an Excel .csv file that contains the data points (548 rows), but when I import the data (as a .csv) and try ...
cgxytf's user avatar
  • 235
0 votes
1 answer
1k views

Transfering GPX files from Basecamp to CSV files for use in ArcMap

How do I transfer GPX files from Garmin Basecamp to CSV files for use in ArcMap? I have saved all my points and tracks in Basecamp and now need to plot them on ArcMap.
Jo Marie Acebes's user avatar
1 vote
1 answer
323 views

Select ArcMap attributes that are in CSV

Is there an ArcMap 10.1 method for selecting only attribute rows that have an identifier in common with those in a CSV sheet? I exported an attribute table (5000 rows) and eliminated all but the ...
Taylor's user avatar
  • 11

15 30 50 per page