-
-
Call the "Download" async gp task with the selected event ids and format. Poll for results and display the download link.
Allow the user to select the format type (CSV or FGDB).
-
Sorry to trouble. Have been beating my head against this unwieldy fgdb for a few hours now. The tablex function denotes it having far too many records... the previous 8 bytes make sense though...just…
-
The backup process was generally failing for a couple reasons.
- a change in the API resulted in only being able to delete items in batches of 100, so had to create a batch loop logic.
- The sym…
-
Example:
GDB data:
```
wget https://s-media.nyc.gov/agencies/dcp/assets/files/zip/data-tools/bytes/nyc_mappluto_24v1_fgdb.zip -O /tmp/nyc_mappluto_24v1_fgdb.zip
unzip -o /tmp/nyc_mappluto_24v1_f…
-
I'm not using the tutorial. Running on real world data.
I added an unfilled DEM to step 1 and ran the tool. According to the AGWA Pro, Mountain Fire Tutorial, step 14.4, if the the DEM already fill…
-
It turns out FGDB featureclass's attribute table won't allow field names that begin with a number. Please move the year numbers behind alphabetical characters. This modification will greatly improve t…
-
hale studio 3.5.0 release:
When using a FGDB as source and saving the project as halez, only one FGDB file is added to the archive's resource folder (I assume, the one that has been chosen when impor…
-
I noticed that the NASIS pedon FGDB contains duplicate rows in some tables.
For example, site record id `9139` has 3 rows in the FGDB, but only a single row in NASIS.
```sql
SELECT * from site…
-
I have found out that problems to write to a FGDB layer with the Lable toolbar is because GDAL is outdated in version 3.30 on macos. The same operation works with windows 3.30 and the same data. examp…