I need to add a feature layer to ArcGIS Online account from code.
i have created a developer account where if i want to create a feature layer i have to upload a CSV file and it makes the feature layer.
Problem is: i need to create the sane feature layer using my code. like is there any...
I've recently started creating SQLite geodatabases using ArcGIS for Desktop 10.2 with both ST_GEOMETRY and SPATIALITE storage data types and was impressed by how easy this was to do.
I then tried to Start Editing them only to be blocked by an error "No editable layers" and a warning "The...
Here at EPA, we’re proud of our brownfields program, which addresses contaminated sites with a community-driven and innovative approach. We provide grants and other technical assistance to communities to plan for, assess and clean up brownfield sites. There is no better example of the...
TweetRecall, Blue Marble Geographics recently announced the release of v17 of the popular Global Mapper software. The webinar, titled *What’s New*in Global Mapper v17 will take place on Friday, Sept 25,*at 11am EST.* Register HERE Recall, some of the new, top features of*Global Mapper v17: -New...
A new version of ArcGIS Open Data was released this week – two new releases in one month! Read on to see the new features to take advantage of.
Heat Maps
With the current smart mapping functionality, users can create choropleth and graduated symbol visualizations. We just added the ability to...
Has anyone successfully configured a Push To An External Websocket with ESRI geoevent? I have an input a connector, service connector, and an output, however when I start the output I immediately get the error:
Status: Error - Could not startup the WebSocket Transport. An initialization...
This is my scenario:
List of names in a python list: a[]
A 1000 records shapefile with a column: 'name' (populated)
A second column called 'value'
ArcGIS environment (arcpy)
I want to update the column 'value' (i.e from 0 to 1) for all the shapefile records having a value in the column 'name'...
I, im creating a application to display some data with geoserver and postgres database.My application is working fine when i displays 5-6 layer of data one by one, after that, the next layer I try to display are not displayed correctly, only few tiles are on the screen. When i look the Geoserver...
I am using FME 2014 in order to manipulate some shape files.When I load and inspect the content of the shapes file, I get the following problem:
Although all the greek characters of the content is shown correctly (in UTF-8), the titles of each column (seeing in data inspector) are not...
I am trying to perform a massive addition to all files within a directory that belong to me. What function would I use to only update the .mxds that belong to me?
أكثر...
This question already has an answer here:
How can I find the most remote spot in Eastern United States? 3 answers
Is there a way to solve this problem using ArcGIS?
What coordinate within the blue...
I'm currently giving a basic training course on QGIS and, on the last class, one of the students stumbled upon a problem I wasn't able to solve - nor can I find a reason for it. We are using QGIS 2.10.1 and most of the students are somewhat familiar with GIS software, namely ArcGIS - I'm...
My wizard, infowindow, legends, etc are disabled on a basic 1 layer map I just created. There is a separate column for latitude & longitude in the dataset. Not sure what I'm doing wrong, any advice/input is greatly appreciated!
Thanks,Rachel
أكثر...
I have converted my canon sx260 hs so it can capture NIR part of specter. Can anyone tell me how can i calculate NDVI now? My guess is that on the blue channel is now NIR value and Green channel=(TRUE_GREEN + NIR) And Red channel =(TRUE_RED + NIR) So NDVI would be: NDVI=...
Let's say we have the following line layer.
Why is that when we perform routing, it doesnt go from point A to point B like below:
Instead, it goes in the other path. I've sent the oneway direction to false, yet it still chooses the other longer path. I'm using QGIS
أكثر...
I am trying to input acress right next to values in the Legend; however, I was not able to . See here
Even though I know how to do the Legend Properties. See here
Can you point me where can I point to make them move wider ?
Thanks.
أكثر...
Hi everybody,
This is my first time to this forum and I have a little problem with arcpy code:
#Current map document
mxd = arcpy.mapping.MapDocument("CURRENT")
#Export
x = raw_input("Insert the Name please ")
arcpy.mapping.ExportToJPEG(mxd,x+".jpg")
what is wrong with this code, I need...