|
POST
|
Are you using a model as the final product? Add a submodel to a model—ArcGIS Pro | Documentation
... View more
06-12-2020
06:27 PM
|
0
|
2
|
1577
|
|
POST
|
Did you try to import an arcmap document? Import an ArcMap document—ArcGIS Pro | Documentation If the shapefiles aren't showing up in the folder make sure you have all the 'bits' of it and not just the *.shp portion
... View more
06-12-2020
06:25 PM
|
1
|
4
|
2879
|
|
POST
|
How Topo to Raster works—Help | Documentation Topo to Raster—Help | Documentation In the latter, there are recommendations regarding the extent and boundary and possible conflicts. Steve Lynch may have commentary or pass this on to someone that has more experience in its use than I do
... View more
06-12-2020
04:08 PM
|
0
|
1
|
1365
|
|
POST
|
in general, angular units can be in degrees (or its variants like DMS), radians, grads or gons . It is a property of a GCS and important in raster projection amongst other things. Unit options—ArcGIS Pro | Documentation Direction units for editing—ArcGIS Pro | Documentation How the Cell Size Projection Method environment setting works—Geoprocessing | Documentation
... View more
06-12-2020
01:08 PM
|
5
|
1
|
4490
|
|
POST
|
I marked Joshua Bixby 's answer correct since he provided the hint as to the check you didn't try
... View more
06-12-2020
12:55 PM
|
0
|
1
|
5074
|
|
POST
|
I was using Pro beta 2.6, so if you ArcGIS Ideas 's it, it will take at least another year if it garners enough attention. The only references to "call outs" is for text.
... View more
06-12-2020
12:50 PM
|
4
|
1
|
2001
|
|
POST
|
What is your hypothesis? It probably goes without saying that hotels aren't spread out uniformly throughout the landscape. Perhaps you can clarify your initial thoughts.
... View more
06-12-2020
10:43 AM
|
0
|
2
|
1101
|
|
POST
|
Go To XY—ArcGIS Pro | Documentation flash and pan are the only options now
... View more
06-12-2020
07:45 AM
|
4
|
3
|
2001
|
|
POST
|
Introduction to the Spatially Enabled DataFrame | ArcGIS for Developers I don't see where you imported "arcpy" The ArcGIS API for Python installs on all macOS and Linux machines, as well as those Windows machines not using Python interpreters that have access to ArcPy will only be able to write out to shapefile format with the to_featureclass method. Writing to file geodatabases requires the ArcPy site-package. The arcgis module performs checks to see whether arcpy is imported, If it is, then you can write to featureclasses, If it isn't then it uses the "shapely" module which can only write shapefiles. You can examine all the revealed code in your installation path C:\Path_to_ArcGISPro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis Your particular method is described in C:\Path_to_ArcGISPro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\features\_data\geodataset\geodataframe.py The SpatialDataFrame class has the to_featureclass method which imports to_featureclass from the _io module C:\...\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\features\_data\geodataset\io\fileops.py The to_featureclass method, checks to see if arcpy is installed (around line 400), if so, it can create a featureclass in a gdb. So in short, just see if adding import arcpy to your script allows you to save to a featureclass
... View more
06-11-2020
06:35 PM
|
0
|
0
|
9723
|
|
POST
|
I can only find references to arcgis.features module — arcgis 1.8.0 documentation to convert converts a SpatialDataFrame to a feature class
... View more
06-11-2020
05:21 PM
|
0
|
2
|
9723
|
|
POST
|
Not exactly sure what you are trying to do, but a shapefile normally reside in a folder but you are checking it against a gdb. Are you trying to see if a featureclass exists with the name of the shapefile (ie minus the .shp extension),
... View more
06-11-2020
05:01 PM
|
1
|
2
|
2356
|
|
POST
|
you have a redundant definition in your inFC == inFC line, so it doesn't matter what you pass the function, it will always be true. a = "real a"
def test(a):
if a == a:
print(a)
else:
print("nope")
test("not a")
not a
... View more
06-11-2020
04:14 PM
|
1
|
5
|
2356
|
|
POST
|
SDE just opens up a whole new set of issues Good luck
... View more
06-11-2020
12:38 PM
|
0
|
1
|
2648
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 5 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |