Domande taggate «arcgis-desktop»

Utilizzare questo tag quando ArcGIS Desktop è il prodotto e l'architettura che si sta utilizzando dalla piattaforma ArcGIS.








1
Interruzioni naturali PySAL dall'array Numpy
Sto tentando di estrarre i valori di rottura naturali da un raster usando Python. Il processo previsto va: dall'oggetto raster Arcpy all'array NumPy (utilizzando RasterToNumPyArray ) ai valori di interruzione naturale (utilizzando la funzione Interruzioni naturali PySAL ). import arcpy, pysal from pysal.esda.mapclassify import Natural_Breaks as nb # code to …







1
Come posso insegnare a ogr2ogr una proiezione?
Ho generato JSON da ArcGIS che voglio convertire in GeoJSON in EPSG 4326. Questo non riesce: $ ogr2ogr -f GeoJSON -t_srs EPSG:4326 out.geo.json in.arcgis.json OGRGeoJSON ERROR 6: EPSG PCS/GCS code 102100 not found in EPSG support files. Is this a valid EPSG coordinate system? Ho trovato un post sul forum …

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.