Esri / Geospatial-Center-Code

A repository for helpful scripts
Apache License 2.0
24 stars 8 forks source link

adding standalone etl classes with tests in the same directory #10

Closed jlucas-esri closed 3 years ago

jlucas-esri commented 3 years ago

Here are my 3 ETL objects that I presented on in the Geospatial Presentation Exchange (FileDownloader, DataFrameToTable, DataFrameToDatabase). Each object is shipped with the tests for it as well as any useful ancillary files. FileDownloader and DataFrameToTable are the tested objects, whereas DataFrameToDatabase will have automated tests shortly.

apfister commented 3 years ago

@jlucas-esri thanks so much! can you add a simple readme.md to the root of the folder you are adding that gives a quick description of what the scripts do? something like this: https://github.com/Esri/Geospatial-Center-Code/blob/master/python/api/add-attribute-index-hosted-feature-layer/README.md

thanks!

jlucas-esri commented 3 years ago

@apfister Just committed those READMEs and a quick update to one of the objects

apfister commented 3 years ago

niiiiice thank you!