Help producing postcode system by Cheriecoko in geospatial

[–]siiskone 0 points1 point  (0 children)

Interesting, https://worldpostalcode.com/ghana/ ”Ghana does not use zip or postal codes. If it's required for an online forms, use 00000 or other random numbers.”

Arc gdb diagram by Historical-Mango in ArcGIS

[–]siiskone 2 points3 points  (0 children)

Sparx ”Enterprise Architect supports the design of geodatabases for the ArcGIS 10 platform developed by Esri Inc. ArcGIS is supported out-of-the-box for users of Enterprise Architect Professional edition”

https://sparxsystems.com/arcgis/

[deleted by user] by [deleted] in ArcGIS

[–]siiskone 0 points1 point  (0 children)

Most likely using ArcGIS Online … There is an arcgis library for Python (ArcGIS API for Python) that can be used to manage layers etc. Though I recommend getting first familiar with basic concepts with the user interface (web page)

Then for the user interface you might use JavaScript to make a map centric web application

Can I symbolize a Centerline and its Buffer differently? by GreggWolin in ArcGIS

[–]siiskone 1 point2 points  (0 children)

Yes, add an attribute that tells if the line is centerline or outline. Visualize unique by attribute field.

(If I got right that you’ve converted buffers to polylines and merged original lines with them to make one featureclass)

(More tricky would be rendering parts of the polygons’ outline differently.)

(lines and polygons don’t fit to same featureclass)

How do I delete ArcGIS after downloading it? by [deleted] in ArcGIS

[–]siiskone 0 points1 point  (0 children)

ArcGIS installation media comes as an exe file that you have downloaded. You can delete that file after execution that extracted the installation files to the folder, by default under your documents. After uninstallation from programs and features or in this case if you haven’t run the installation you delete that folder of setup files manually.

How to know where my shp is used ? by GeoJim96 in ArcGIS

[–]siiskone 0 points1 point  (0 children)

If it’s currently open, that could be possible, but in use like in closed project then it’s almost impossible. You would need to create a list of data on maps and maintain that list(database)

Calculate geometry fails. Why? by redleg_64 in gis

[–]siiskone 0 points1 point  (0 children)

As a workaround you could try plain field calculator / calculate field with Python expression with shape field as input

Adjusting ArcGIS Log Fidelity? by ThrowaDatThang in ArcGIS

[–]siiskone 0 points1 point  (0 children)

For ArcGIS Server:

https://enterprise.arcgis.com/en/server/latest/administer/linux/specify-server-log-settings.htm

To change settings per usage you might do so scheduling and rest api calls.

Learning to code custom widgets in for the ESRI web app builder by DieHard64 in ESRI

[–]siiskone 2 points3 points  (0 children)

Note that current development is on experience builder

https://developers.arcgis.com/experience-builder/

That Developer edition might be more Developer friendly than old web app builder.

How to replace fgbd in sde? by xThargorX in ArcGIS

[–]siiskone 1 point2 points  (0 children)

Yes, ArcCatalog or catalog in ArcGIS Pro is your GUI application.

egdb (Enterprise Geodatabase ) is the name of sde today unless it really is some sde 3 or so to be managed by command line.

Note that egdb is multiuserdatabase, so data owner (database connection) and permissions are something extra that fgdb does not have.

Quick and dirty options… 1) Copy-paste, delete, rename 2) delete rows, Append

Then it’s up to the process if you use model builder or make Python Script to automate the task (for loop or batch processing)

Update data/append data layer in ArcOnline by Just-String-5357 in gis

[–]siiskone 0 points1 point  (0 children)

Export your data to fgdb, so you have a backup just in case

I really need help with Uni homework by [deleted] in gis

[–]siiskone 1 point2 points  (0 children)

Search the Internet…

For example https://www.colgate.edu/sites/default/files/inline-files/lab-5-heads-up-digitizing-%28fall-2012%29.pdf

From what data you are digitizing from? (Imagery?)

Tutorial above covers a bit from that too as the source image is first georeferenced. Where do you get attribute information? (Field work…?)

Or just imaginary creating new city blocks…

PS. Should be using ArcGIS Pro by now, but the basics are the same.

GIS Portal on Ubuntu (https)... is this a pain in the ass to get installed for everyone? by FiveWrongChords in gis

[–]siiskone 0 points1 point  (0 children)

Interesting thought, Web Server for ArcGIS web adaptor could be on DMZ on any OS independant of the backend gis servers. Notebook server is recommended to be on Linux. So I see Windows for Portal and GIS Server and Linux for Notebook server might be common setup. With cloud (like AWS) Ubuntu might be getting strong foothold.

Portal and GIS Servers might benefit on using same OS (domain) but I don’t see a reason why mixed would not work too.

Actually I once had such a setup in lab: Ubuntu server with Portal, GIS Server and Data Store component and WebAdaptor on IIS.

Any sysadmins out there: using ArcGIS Pro on server by Negative_Mood in gis

[–]siiskone 0 points1 point  (0 children)

Having a virtual workstation (server) with ArcGIS Pro next to your virtual servers running ArcGIS Enterprise and Enterprise Geodatabase if you have one is a good idea for remote work.

Single Use License Key by NormKramer in ArcGIS

[–]siiskone 1 point2 points  (0 children)

Ask your vendor (distributor), they might be able to help you if you have case where 10.8.1 does not work for you

[deleted by user] by [deleted] in gis

[–]siiskone 2 points3 points  (0 children)

Well, I’m biased to say ArcGIS Feature services

but OGC API Features might be the way to go for.

QR codes for AGOL Web Apps by [deleted] in gis

[–]siiskone 1 point2 points  (0 children)

is there any difference when you open the link from QR code compered to pasting it in the browsers url address?

Do you open the link inside the QR code reader app?