Rob Fitzgerald

Results 9 comments of Rob Fitzgerald

@sagar122333, yes you can, using the aws sdk and kantan: ```scala import software.amazon.awssdk.services.s3.S3Client import software.amazon.awssdk.services.s3.model._ import scala.collection.JavaConverters._ import software.amazon.awssdk.core.ResponseInputStream import java.io._ import scala.util.Try def readS3FileAsStream( region: Region, bucketName: String, key:...

Hi, potential support dev here. Not sure where this discussion is at this point, but here is yet another stab at framing the API discussion, which is that we could...

noticing a challenge here. while building out the logic that converts a RouteE route to a HIVE route, i thought about the energy modeling. it _seems_ like our goal should...

> 3.7.6 is latest stable version right. sorry, i only checked the [base library](https://github.com/uber/h3) when i created this ticket. it appears that the python bindings for the core h3 library...

@nreinicke removing this from the issues, it balloons since we need to deal with #154 first.

i'd like to couple with this a performance benchmark, to make sure the overhead of switching to ResultE is insignificant. edit: and yes i would also like this!

ok, just dove through to see the code uses osmnx under-the-hood to read in a network, so, this task is pretty simple just adding the comment that the expected geometry...

the stations file from the above archive should be replaced with the following which includes the more recent column requirement of `on_shift_access`: [manhattan_stations.csv](https://github.com/NREL/hive/files/11152827/manhattan_stations.csv)

👍 to the idea of using optional dependencies. i wanted to try using markitdown as a global install (`pip install -u markitdown`) in my base python environment but when i...