|
BLOG
|
Hello, I have a problem with this Solution on Pro 2.9 with sample data as well as with custom data. With sample data: Error in file name: C:\Users\vholubec\Desktop\3DBasemapsNew\scripts\bm_common_lib.py with error message: TypeError: cannot unpack non-iterable NoneType object Failed script Extract Elevation From LAS Dataset.... With custom data (non-classified): Looking for class codes: Class codes detected: Unhandled exception: invalid literal for int() with base 10: '' Error on line 293 Error in file name: C:\Users\vholubec\Desktop\3DBasemapsNew\scripts\bm_common_lib.py with error message: TypeError: cannot unpack non-iterable NoneType object Failed script Extract Elevation From LAS Dataset... Have you encounter the same problem? Thank you.
... View more
01-18-2022
01:20 AM
|
0
|
0
|
18828
|
|
EVENT
|
Co dál sledovat: Field Maps Community - https://community.esri.com/t5/arcgis-field-maps/ct-p/arcgis-field-maps #blog ARCDATA - https://blog.arcdata.cz Časopis ArcRevue - https://www.arcdata.cz/zpravy-a-akce/publikace/arcrevue České komunitní fórum v rámci Esri Community - Czech GIS - https://community.esri.com/t5/czech-gis/ct-p/czech-gis ArcGIS Blog - https://www.esri.com/arcgis-blog/overview/ Vaše nápady uvítá nejen naše Technická podpora, ale i stránka ArcGIS Ideas - https://community.esri.com/t5/custom/page/page-id/arcgis-ideas
... View more
12-02-2021
02:19 AM
|
0
|
0
|
913
|
|
EVENT
|
Otázky položené při semináři: 115 MB na čtvereček s rozlohou ani ne ha? A co když chci offline oblast velikosti ORP? Záleží hodně na basemapě a do jakého detailu v ní jdete a jestli používáte vektorovou nebo rastrovou basemapu. Stejná mapa (tedy s vektorovou podkladovou mapou) za oblast Prahy a části středních a výsledná velikost staženého balíčku je hlášena zařízením na 173 MB. Takže ORP bych se nebál. Ale samozřejmě, je možné mít i podkladovou mapu o velikosti 20GB - ta se se ale spíš ne zařízení nahrává "bokem" - https://doc.arcgis.com/en/field-maps/android/help/prepare-maps-for-download.htm#ESRI_SECTION2_B52FDEC32A024B75B1508DA488A8D84E Je u Field Maps také tlačítko "i" na dotaz prvku? Stačí na prvek kliknout. Objeví se detail - pop-up prvku. Pokud je vrstva editovatelná, tak se pak můžete rozhodnout, jestli budete pokračovat editací, nebo skončíte u "pop-upu". Mohu si v kanceláři předpřipravit záložky pro práci v terénu v app. Field Maps? Ano - stačí si na mapě připravit záložky (Bookmarky) a ty pak uvidíte v záložkách - vedle sekce "Moje místa" která jsem ukazoval na začátku webináře. Funkce Značení v mobilu podporuje i psaní textu nebo jen čáry? Dobrý den, do mapy můžete přidat jen grafickou poznámku - ale k té grafické poznámce můžete přidat popis/textovou poznámku.
... View more
12-02-2021
02:11 AM
|
0
|
0
|
913
|
|
POST
|
Thank you very much @JohannesLindner, it works great!
... View more
12-01-2021
02:37 AM
|
0
|
0
|
8220
|
|
IDEA
|
Hi @patrickb, Mea culpa. Yes the FeatureSet it very powerful tool and I am happy to have it in Dashboards and it can solve a lot, but at least for not-much-experienced users it could be quite complicated to make a desired FeatureSet. And since the FeateureSet is immutable the user needs to make a whole new definition of the FeatureSet - and so cannot "edit - add new-field/re-calculate" the field in the FeatureSet loaded from the layer - and it leads to quite complex Arcade expression - but it´s for another Idea - about some more streamlined Feature Set creation. Have a great day.
... View more
12-01-2021
02:15 AM
|
0
|
0
|
5739
|
|
POST
|
Hello, I am trying to get work an Arcade expression to create a FeatureSet, which I want to use then for Serial chart. In simplification, I am taking an attribute ZONE from the layer: var fs = FeatureSetByPortalItem(Portal('https://arcgis.com'),'e7ad315d17a742fda44fb63cd311152a',0,['ZONE'], false) The ZONE attribute is a string which looks like P6-0176. The goal is to create a field in the FeatureSet which recalculate the ZONE filed but keeps the first two chars only - so the result for this example would be P6. So I am creating a new FeatureSet definition, and the attribute ZONE I would like to use in LEFT function. But if I use the code like this: var novy = { 'fields': [{'name':'Zona', 'type':'esriFieldTypeString'}], 'geometryType': '', 'features': [{'attributes': {'Zona': Left((fs,'ZONE'), 2) }}]}; return FeatureSet(Text(novy)) The result is the error for the LEFT function. What is the correct syntax to call the column ZONE from the original FeatureSet FS in the LEFT function? Or is there any other way (and this is not the correct one) how to recalculate the ZONE attribute in original FeatureSet FS. Thank you for any ideas
... View more
11-26-2021
11:20 AM
|
1
|
7
|
8375
|
|
POST
|
Hi @OwenGeo, thank you for explanation and information. Vladimir
... View more
11-02-2021
11:09 AM
|
0
|
0
|
4467
|
|
POST
|
Hi @OwenGeo, Just an observation, I´ve encountered the same problem on published StoryMap too. If the StoryMap is updated via Python API on the background - for example with similar workflow as is there: https://developers.arcgis.com/python/sample-notebooks/translating-story-map-from-one-language-to-another/ (if you update the storymap without clonning it). The updated story does not appear (the old one - cached - one does) - the only solution I found is open another browser or wait. Is there any partial workaround? Thank you, Vladimir
... View more
10-29-2021
07:24 AM
|
0
|
0
|
4481
|
|
POST
|
Hi @DougBrowning, technically yes, that´s exactly what I meant. Thank you so much for this workaround. In case I don´t know how many outputs will be, some for dynamic solution in Survey (dynamic index count)) would be great. Anyway it working for me, thank you. Vladimir
... View more
10-26-2021
08:53 AM
|
1
|
0
|
1459
|
|
POST
|
Hello, I would like to ask you for help. I have a image-map multiple choice question (the car from Survey123 samples) and I would like to push the labels of selected features to note or other text segment. The default solution <b>Vybrané položky:</b> ${damage}, adding selected features to notes, separated by column but not the labels of the features, but it´s name, which are not "pretty to display". Then I tried a function jr:choice-name(selected-at(${damage}, 0), '${damage}') in calculation, which returns labels as needed but just for first selected feature. Also, I don´t know how to set correctly the index - hasn´t found it in doc - maybe this is the showstopper there. I will be happy for any tips. Thank you, Vladimir
... View more
10-26-2021
07:06 AM
|
1
|
2
|
1474
|
|
POST
|
Dear all, in an app we are using a Near me widget, which returns between 3 and 30 results. We would like to sort these results based on attribute of the layer - for example rating attribute. Don´t you know if there is a way how to sort them? I cannot find any settings in the widget itself. Any idea is appreciated. Thank you, Vladimir
... View more
07-21-2021
04:52 AM
|
1
|
0
|
1061
|
|
POST
|
Ok, thank you, It´s good to know that it´s not some general issue. I will discuss it with colleagues from Tech Support. Just to be sure - ArcGIS PRO 2.8, PostgreSQL 11, dltsolutions 2.7.1, untools 2.8.1 on Asset Package 2.7 is everything which should work together with Water Management Solution? If we find a the reason for this/solution I will let you know. Thank you for you help!
... View more
06-25-2021
10:09 AM
|
0
|
0
|
1157
|
|
POST
|
Hi @PaulLeBlanc1, Summarizing the errors below. Interesting that in the log there is no Append error, but the error is on Import Associations. WARNING 000595: C:\Users\vholubec\AppData\Local\Temp\3\ArcGISProTemp18380\WaterDevice0.fid contains the full list of records not able to be processed.WARNING 000595: C:\Users\vholubec\AppData\Local\Temp\3\ArcGISProTemp18380\WaterLine0.fid WARNING 000595: C:\Users\vholubec\AppData\Local\Temp\3\ArcGISProTemp18380\WaterJunction0.fid contains the full list of records not able to be processed.WARNING 000595: C:\Users\vholubec\AppData\Local\Temp\3\ArcGISProTemp18380\StructureBoundary0.fid contains the full list of records not able to be processed.WARNING 000595: C:\Users\vholubec\AppData\Local\Temp\3\ArcGISProTemp18380\WaterAssembly0.fid contains the full list of records not able to be processed.WARNING 000595: C:\Users\vholubec\AppData\Local\Temp\3\ArcGISProTemp18380\StructureJunction0.fid contains the full list of records not able to be processed. ERROR 001896: Invalid association parameters (row 1). DBMS table not found [utility.creator.VodovodniSit] DBMS table not found [utility.creator.VodovodniSit] .ERROR 160281: A requested row object could not be located. (row 1)
Failed to execute (ImportAssociations). Anyway I´ve tried to appned data from asset package to SDE and I get the schema mismatch error: ERROR 000466: C:\Users\vholubec\Desktop\WaterDistributionDataManagementForArcGISEnterpriseV1_1\Databases\WaterDistribution_AssetPackage.gdb\UtilityNetwork\StructureJunction does not match the schema of target C:\Users\vholubec\Desktop\WaterDistributionDataManagementForArcGISEnterpriseV1_1\tpp.sde\utility.creator.UN\utility.creator.StructureJunction I assume the previous step with Asset Package to File Geodatabase shouldn´t affect the Asset Pacakge. But the schema is really different - don´t know why: Did I miss some step?
... View more
06-25-2021
08:28 AM
|
0
|
2
|
5721
|
|
POST
|
Hi @PaulLeBlanc1, there must be something with my PostgreSQL 11. The problem is with SDE only, the tool - Asset Package to File Geodatabase - has run well. The parallel processing hasn´t helped, so I created new database via Tasks in the Solution from scratch, start with new geodatabase, but even I moved forward the import hasn´t finished well (tried two times). Now I am stuck on last step with errors - 001896 and 160281. See the messages below. I will dig deeper on the database server. I also checked the geometry type and there is ST_Geometry used, as expected.
... View more
06-25-2021
06:42 AM
|
0
|
1
|
5724
|
|
POST
|
Pokud Vám v Dashboardu chybí možnost výběru obyčejným kliknutím prosím hlasujte pro ideu zde: https://community.esri.com/t5/arcgis-dashboards-ideas/single-click-map-selection-to-update-widgets/idc-p/1070553
... View more
06-25-2021
01:52 AM
|
0
|
0
|
3105
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-21-2026 03:19 AM | |
| 1 | 01-05-2026 11:20 PM | |
| 1 | 12-16-2025 05:57 AM | |
| 1 | 06-06-2025 03:42 PM | |
| 12 | 10-23-2025 02:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|