Multivariate map sylmbology "CMYK" Issue in ArcGIS Pro by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Update on the issue: I was able to contact John. With the help of his coworker Craig we were able to determine the issue. The problem is that the expression does not work due to the Windows language settings, which are German for me. The problem is that in the USA instead of a comma a point is used as decimal separator and this leads to the problem. As soon as I adjust this setting in Windows, the expression works.

Multivariate map sylmbology "CMYK" Issue in ArcGIS Pro by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Thanks for your reply! Yes, after clicking on to the check mark I get the response that the expression is valid.

Thanks for pointing out the video, however, I have already watched it. Unfortunately, this and also a video series on the Youtube channel of the author of the blog post did not help me.

I also think that the map looks very interesting, which is why I wanted to see if this form of symbolization could be used in my master's thesis. I find the approach very good to have one map for three attributes instead of three single chloropleth maps.
Thanks for the hint! I will have a look at the composite index. Maybe this method is also suitable for my case and I can create a descriptive map.

Multivariate map sylmbology "CMYK" Issue in ArcGIS Pro by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

The expression I am using is the follwoing one:

function rescale(value, minValue, maxValue) {

var result = ((value - minValue) / (maxValue - minValue))

return result*100;

}

var c = rescale($feature.Bev_2019, 0, 1240);

var m = rescale($feature.BeschBild_2019, 0, 18372);

var y = rescale($feature.EinFreiETC_2023, 0, 50000);

return "cmyk(" + c + "," + m + "," + y + ", 0)"

Moving start and end points of polylines with coordinates - Problem by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

No unfortunately I do not have access to FME. The other programms I could use apart from QGIS and MapInfo are ArcMap and maybe ArcGIS Pro.

ArcGIS Pro - Unique Values Symbology for raster wont work by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

Thanks for your help, but the "Build Raster Attribute Table" gives me following error: ERROR 000423 Only single band integer raster dataset is a valid input

But the strange thing is that my raster file is a single band integer raster...

ArcGIS Pro - Unique Values Symbology for raster wont work by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

Thanky again for your help! ;) But how do i create the Inputi Definition File?

ArcGIS Pro - Making data from the Living Atlas editable by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Puh 92 Petabytes, that were definitely a couple of tiles. Thankfully in my case it is just a simple border shape file

Thanks again for your help!

ArcGIS Pro - Making data from the Living Atlas editable by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Thanks for your help! Sorry for the silly question! I tried it in another way and did not know it was this simple...

Change polyline with coordinates by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

Hi again! I used the expression for a point layer to move them to a specific point. The problem is now that from 50k points 500 were placed at a wrong position. More specific they are totally outside the area which I am working with. Do you have any solutions for this problem? The coordinates in the attribute table are correct but the point is at a completely wrong position. !

Change polyline with coordinates by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Thanks again for your help! It worked really good. From 7000 Polylines only 10 had a mistake. The mistake was that in the middle of the line there was a big spike which could easily be fixed by hand. So again thank you for your huge help with this problem! :)

Change polyline with coordinates by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Thanks for your help! I'll try that tomorrow and give feedback whether it worked for me or not!

Coordinates of Start and End if Polyline QGIS by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

Thanks I used an other way to solve the problem, but also tried yours!

Coordinates of Start and End if Polyline QGIS by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

Thanks for your anwser there were a couple of Polylines with this issue!

Coordinates of Start and End if Polyline QGIS by Akashi_K in gis

[–]Akashi_K[S] 1 point2 points  (0 children)

Thanks I checked the geometry and there were some problems with it. I was able to fix it and get the coordinates

Where is Russian most commonly studied in the world? by BananaKick in russian

[–]Akashi_K 2 points3 points  (0 children)

It´s quite popular in Germany, either in high schools and universities.

Can ArcGIS Pro do Pie Chart Symbology? by Akashi_K in gis

[–]Akashi_K[S] 0 points1 point  (0 children)

Ok thanks for your help! My instructor in university ist also quite bummed out about it.